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

12345

/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/test-programs/
H A Dcommon.sh38 for h_name in "${@}"; do
39 echo ${srcdir}/${h_name}
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/include/netinet/
H A Din.h5 char *h_name; /* official name of host */ member in struct:hostent
/macosx-10.9.5/Heimdal-323.92.1/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.9.5/passwordserver_sasl-170/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.9.5/passwordserver_sasl-170/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.9.5/bind9-45.100/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.9.5/ntp-88/libntp/
H A Dnumtohost.c42 (void) strncpy(bp, hp->h_name, LIB_BUFLENGTH-1);
/macosx-10.9.5/postfix-252/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.9.5/bind9-45.100/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.9.5/bind9-45.100/bind9/contrib/query-loc-0.4.0/
H A Dquery-loc.c76 hp->h_name);
77 loc = getlocbyname (hp->h_name, FALSE);
/macosx-10.9.5/bind9-45.100/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.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/
H A Dnetdb.h57 /* $Copyright: * * Copyright 1998-2000 by the Massachusetts Institute of Technology. * * All rights reserved. * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose and without fee is hereby granted, * provided that the above copyright notice appear in all copies and that * both that copyright notice and this permission notice appear in * supporting documentation, and that the name of M.I.T. not be used in * advertising or publicity pertaining to distribution of the software * without specific, written prior permission. Furthermore if you modify * this software you must label your software as modified software and not * distribute it in such a fashion that it might be confused with the * original MIT software. M.I.T. makes no representations about the * suitability of this software for any purpose. It is provided "as is" * without express or implied warranty. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * * Individual source code files are copyright MIT, Cygnus Support, * OpenVision, Oracle, Sun Soft, FundsXpress, and others. * * Project Athena, Athena, Athena MUSE, Discuss, Hesiod, Kerberos, Moira, * and Zephyr are trademarks of the Massachusetts Institute of Technology * (MIT). No commercial use of these trademarks may be made without prior * written permission of MIT. * * "Commercial use" means use of a name in a product or other for-profit * manner. It does NOT prevent a commercial firm from referring to the MIT * trademarks in order to convey information (although in doing so, * recognition of their trademark status should be given). * $ */ /* $Header: /Volumes/backup/dsmigrate/Dumps/../CVS/passwordserver_sasl/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/netdb.h,v 1.4 2005/01/10 19:10:48 snsimon Exp $ */ /* MIT Sockets Library * netdb.h * macdev@mit.edu */ #ifndef _NETDB_H #define _NETDB_H #include <stdlib.h> #ifdef __cplusplus extern "C" { #endif struct hostent { char *h_name; /* official (cannonical) name of host */ char **h_aliases; /* pointer to array of (…)
1 /* $Copyright member in struct:hostent
/macosx-10.9.5/OpenSSH-186/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.9.5/bind9-45.100/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.9.5/dtrace-118.1/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.9.5/remote_cmds-41.90.1/talk.tproj/
H A Dio.c85 hp2 = gethostbyname(hp->h_name);
91 his_machine_name = strdup(hp->h_name);
/macosx-10.9.5/remote_cmds-41.90.1/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.9.5/bind9-45.100/bind9/bin/tests/
H A Dgxbn_test.c36 printf("\tname = %s\n", he->h_name);

Completed in 374 milliseconds

12345