Searched refs:h_name (Results 1 - 25 of 105) sorted by relevance

12345

/macosx-10.10/bind9-45.101/bind9/unit/atf-src/test-programs/
H A Dcommon.sh38 for h_name in "${@}"; do
39 echo ${srcdir}/${h_name}
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dhostent_find_fqdn.c39 * Try to find a fqdn (with `.') in he if possible, else return h_name
45 const char *ret = he->h_name;
H A Dcopyhostent.c52 res->h_name = NULL;
57 res->h_name = strdup (h->h_name);
58 if (res->h_name == NULL) {
H A Dfreehostent.c47 free (h->h_name);
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dgetnameinfo.c95 if (strlen(hp->h_name) >= hostlen)
98 strcpy(host, hp->h_name);
H A Dgetaddrinfo.c228 hp->h_name && hp->h_name[0] && hp->h_addr_list[0]) {
245 if (((*res)->ai_canonname = strdup(hp->h_name)) == NULL) {
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dgetnameinfo.c93 if (strlen(hp->h_name) >= hostlen)
96 strcpy(host, hp->h_name);
H A Dgetaddrinfo.c197 hp->h_name && hp->h_name[0] && hp->h_addr_list[0]) {
214 if (((*res)->ai_canonname = strdup(hp->h_name)) == NULL) {
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllfunc.c99 dumpName(ret->h_name, hbuff, sizeof(hbuff)));
100 stat = idnConvRsp(encodeCtx, ret->h_name, nbuff,
107 strcpy(ret->h_name, nbuff);
138 dumpName(ret->h_name, hbuff, sizeof(hbuff)));
139 stat = idnConvRsp(encodeCtx, ret->h_name,
146 strcpy(ret->h_name, nbuff);
/macosx-10.10/ntp-92/libntp/
H A Dnumtohost.c42 (void) strncpy(bp, hp->h_name, LIB_BUFLENGTH-1);
/macosx-10.10/postfix-255/postfix/auxiliary/name-addr-test/
H A Dgethostbyname.c30 printf("Hostname:\t%s\n", hp->h_name);
H A Dgethostbyaddr.c33 printf("Hostname:\t%s\n", hp->h_name);
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/common/
H A Ddump.c82 if (strlen(hp->h_name) + 1 < size) {
83 sprintf(p, "%s ", hp->h_name);
H A Dhook.c190 dumpName(pHost->h_name, hbuff, sizeof(hbuff)));
191 if (idnConvRsp(pHook->ctx, pHost->h_name,
195 strcpy(pHost->h_name, nbuff);
/macosx-10.10/bind9-45.101/bind9/contrib/query-loc-0.4.0/
H A Dquery-loc.c76 hp->h_name);
77 loc = getlocbyname (hp->h_name, FALSE);
/macosx-10.10/bind9-45.101/bind9/lib/lwres/
H A Dgethost.c30 * char *h_name; // official name of host
41 * \li h_name:
82 * length len bytes which is used to store the h_name, h_aliases, and
94 * used to store the h_name, h_aliases, and h_addr_list elements of the
131 * names referenced by the h_name, h_aliases, and h_addr_list elements of
313 len += strlen(he->h_name) + 1;
344 n = strlen(he->h_name) + 1;
345 strcpy(cp, he->h_name);
346 hptr->h_name = cp;
H A Dgetipnode.c29 * char *h_name; // official name of host
40 * \li h_name:
87 * hostent pointer. Any memory allocated for the h_name, h_addr_list
257 he.h_name = mappedname;
259 he.h_name = u.deconst_name;
469 free(he->h_name);
967 he->h_name = malloc(strlen((he1 != NULL) ?
968 he1->h_name : he2->h_name) + 1);
969 if (he->h_name
[all...]
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dfake-rfc2553.c75 if (strlcpy(host, hp->h_name, hostlen) >= hostlen)
210 if (hp && hp->h_name && hp->h_name[0] && hp->h_addr_list[0]) {
/macosx-10.10/bind9-45.101/bind9/contrib/queryperf/missing/
H A Dgetnameinfo.c201 p = strchr(hp->h_name, '.');
204 if (strlen(hp->h_name) > hostlen) {
210 strcpy(host, hp->h_name);
/macosx-10.10/dtrace-147/libctf/
H A Dctf_hash.c117 hep->h_name = name;
156 ctsp = &fp->ctf_str[CTF_NAME_STID(hep->h_name)];
157 str = ctsp->cts_strs + CTF_NAME_OFFSET(hep->h_name);
/macosx-10.10/remote_cmds-47/talk.tproj/
H A Dio.c85 hp2 = gethostbyname(hp->h_name);
91 his_machine_name = strdup(hp->h_name);
/macosx-10.10/remote_cmds-47/timed.tproj/timedc.tproj/
H A Dcmds.c219 printf("%s is down\n", hp->h_name);
223 hp->h_name);
226 printf("%s is unreachable\n", hp->h_name);
242 hp->h_name, avg/SECDAY, myname);
246 hp->h_name, -avg/SECDAY, myname);
253 hp->h_name, measure_delta, myname);
256 hp->h_name, myname);
259 hp->h_name, -measure_delta, myname);
/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Dgxbn_test.c36 printf("\tname = %s\n", he->h_name);
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclUnixSock.c74 native = hp->h_name;
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclUnixSock.c104 native = hp->h_name;

Completed in 146 milliseconds

12345