| /freebsd-12-stable/contrib/apr-util/uri/ |
| D | apr_uri.c | 727 const char *hostinfo; in apr_uri_parse() local 836 hostinfo = s; in apr_uri_parse() 841 uptr->hostinfo = apr_pstrmemdup(p, hostinfo, uri - hostinfo); in apr_uri_parse() 850 } while (s >= hostinfo && *s != '@'); in apr_uri_parse() 851 if (s < hostinfo) { in apr_uri_parse() 858 if (*hostinfo == '[') { in apr_uri_parse() 861 s = memchr(hostinfo, ']', uri - hostinfo); in apr_uri_parse() 870 s = memchr(hostinfo, ':', uri - hostinfo); in apr_uri_parse() 875 hostinfo + v6_offset1, in apr_uri_parse() 876 uri - hostinfo - v6_offset2); in apr_uri_parse() [all …]
|
| /freebsd-12-stable/contrib/tcp_wrappers/ |
| D | eval.c | 107 char *hostinfo = eval_hostinfo(request->client); local 111 return (hostinfo); 114 sprintf(both, "%s@%s", request->user, hostinfo); 117 return (hostinfo);
|
| /freebsd-12-stable/contrib/apr-util/test/ |
| D | testuri.c | 29 const char *hostinfo; member 189 const char *hostinfo; member 246 info->scheme, info->hostinfo, info->user, info->password, 273 ABTS_STR_EQUAL(tc, t->hostinfo, info.hostinfo); in test_aup() 289 ABTS_STR_EQUAL(tc, info.hostinfo, NULL); in test_aup() 312 rv = apr_uri_parse_hostinfo(p, t->hostinfo, &info); in test_uph()
|
| /freebsd-12-stable/contrib/apr-util/include/ |
| D | apr_uri.h | 89 char *hostinfo; member 170 const char *hostinfo,
|
| /freebsd-12-stable/libexec/ftpd/ |
| D | ftpd.c | 116 int hostinfo = 1; /* print host-specific info in messages */ variable 164 struct addrinfo *hostinfo; member 337 hostinfo = 0; in main() 641 if (hostinfo) in main() 696 hrp->hostinfo = NULL; in inithosts() 703 hrp->hostinfo = res; in inithosts() 783 for (hi = hrp->hostinfo; hi != NULL; in inithosts() 801 if (hrp->hostinfo && hrp->hostinfo != res) in inithosts() 802 freeaddrinfo(hrp->hostinfo); in inithosts() 805 hrp->hostinfo = res; in inithosts() [all …]
|
| D | extern.h | 80 extern int hostinfo;
|
| D | ftpcmd.y | 686 if (hostinfo) 1564 if (hostinfo)
|
| /freebsd-12-stable/contrib/traceroute/ |
| D | traceroute.c | 297 struct hostinfo { struct 379 void freehostinfo(struct hostinfo *); 381 struct hostinfo *gethostinfo(char *); 512 register struct hostinfo *hi; in main() 1948 struct hostinfo * 1953 register struct hostinfo *hi; in gethostinfo() 2010 freehostinfo(register struct hostinfo *hi) in freehostinfo() 2023 register struct hostinfo *hi; in getaddr()
|
| /freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/ |
| D | telnetd.c | 111 int hostinfo = 1; /* do we print login banner? */ variable 256 hostinfo = 0; in main() 975 hostinfo = 0; in my_telnet() 980 if (hostinfo && *IM) in my_telnet()
|
| /freebsd-12-stable/contrib/telnet/telnetd/ |
| D | telnetd.c | 73 int hostinfo = 1; /* do we print login banner? */ variable 240 hostinfo = 0; in main() 921 if (hostinfo && *IM) in telnet()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/ |
| D | client.c | 376 const char *hostinfo, in find_tunnel_agent() argument 447 argv[n++] = hostinfo; in find_tunnel_agent() 824 is_valid_hostinfo(const char *hostinfo) in is_valid_hostinfo() argument 826 const char *p = hostinfo; in is_valid_hostinfo() 880 decoded_hostinfo = svn_path_uri_decode(uri.hostinfo, result_pool); in ra_svn_open() 884 uri.hostinfo); in ra_svn_open()
|
| /freebsd-12-stable/crypto/heimdal/lib/krb5/ |
| D | init_creds_pw.c | 1645 krb5_krbhst_info *hostinfo, in krb5_init_creds_step() argument 1696 &ctx->as_req, &rep.kdc_rep, hostinfo, &key); in krb5_init_creds_step() 1913 krb5_krbhst_info *hostinfo = NULL; in krb5_init_creds_get() local 1928 ret = krb5_init_creds_step(context, ctx, &in, &out, hostinfo, &flags); in krb5_init_creds_get()
|
| D | krbhst.c | 1030 krb5_krbhst_info *hostinfo; in gethostlist() local 1036 while(krb5_krbhst_next(context, handle, &hostinfo) == 0) in gethostlist()
|
| /freebsd-12-stable/contrib/serf/ |
| D | outgoing.c | 1710 if (conn->host_info.hostinfo) in serf_request_bucket_request_create() 1712 conn->host_info.hostinfo); in serf_request_bucket_request_create()
|
| /freebsd-12-stable/contrib/tcpdump/ |
| D | config.guess | 1456 hostinfo = `(hostinfo) 2>/dev/null`
|
| /freebsd-12-stable/contrib/ldns/ |
| D | config.guess | 1434 hostinfo = `(hostinfo) 2>/dev/null`
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/build-aux/ |
| D | config.guess | 1401 hostinfo = `(hostinfo) 2>/dev/null`
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/ |
| D | config.guess | 1413 hostinfo = `(hostinfo) 2>/dev/null`
|
| /freebsd-12-stable/contrib/libpcap/ |
| D | config.guess | 1456 hostinfo = `(hostinfo) 2>/dev/null`
|
| D | configure | 2087 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
|
| /freebsd-12-stable/contrib/byacc/ |
| D | config.guess | 1446 hostinfo = `(hostinfo) 2>/dev/null`
|
| /freebsd-12-stable/crypto/openssl/ |
| D | config | 350 ISNEXT=`hostinfo 2>/dev/null`
|
| /freebsd-12-stable/contrib/openpam/ |
| D | config.guess | 1460 hostinfo = `(hostinfo) 2>/dev/null`
|
| /freebsd-12-stable/contrib/ldns/drill/ |
| D | configure | 1847 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
|
| /freebsd-12-stable/contrib/gcclibs/libcpp/ |
| D | configure | 1010 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
|