/titanic_50/usr/src/lib/libnsl/nss/ |
H A D | gethostbyname_r.c | 70 int buflen, int *h_errnop); 74 struct hostent *result, char *buffer, int buflen, int *h_errnop); 79 char *buffer, int buflen, int *h_errnop) in _uncached_gethostbyname_r() argument 82 buffer, buflen, h_errnop)); in _uncached_gethostbyname_r() 87 struct hostent *result, char *buffer, int buflen, int *h_errnop) in _uncached_gethostbyaddr_r() argument 90 result, buffer, buflen, h_errnop)); in _uncached_gethostbyaddr_r() 97 int buflen, int *h_errnop); 101 struct hostent *result, char *buffer, int buflen, int *h_errnop); 105 int buflen, int *h_errnop) in gethostbyname_r() argument 112 if (h_errnop == NULL) in gethostbyname_r() [all …]
|
H A D | gethostby_door.c | 43 int buflen, int *h_errnop) in _door_gethostbyname_r() argument 46 result, buffer, buflen, h_errnop)); in _door_gethostbyname_r() 51 struct hostent *result, char *buffer, int buflen, int *h_errnop) in _door_gethostbyaddr_r() argument 54 length, type, result, buffer, buflen, h_errnop)); in _door_gethostbyaddr_r()
|
H A D | getipnodeby_door.c | 44 int buflen, int af_family, int flags, int *h_errnop) in _door_getipnodebyname_r() argument 47 result, buffer, buflen, af_family, flags, h_errnop)); in _door_getipnodebyname_r() 52 struct hostent *result, char *buffer, int buflen, int *h_errnop) in _door_getipnodebyaddr_r() argument 55 length, type, result, buffer, buflen, h_errnop)); in _door_getipnodebyaddr_r()
|
H A D | netdir_inet.c | 137 static int __herrno2netdir(int h_errnop); 565 int h_errnop = 0; in _get_hostserv_inetnetdir_byname() local 583 args->arg.nss.host6.flags, &h_errnop)) != NULL) in _get_hostserv_inetnetdir_byname() 584 he = __mappedtov4(tmphe, &h_errnop); in _get_hostserv_inetnetdir_byname() 591 ndbuf4switch->buflen, &h_errnop); in _get_hostserv_inetnetdir_byname() 594 _nderror = __herrno2netdir(h_errnop); in _get_hostserv_inetnetdir_byname() 665 int h_errnop = 0; in _get_hostserv_inetnetdir_byname() local 679 args->arg.nss.host6.flags, &h_errnop); in _get_hostserv_inetnetdir_byname() 682 _nderror = __herrno2netdir(h_errnop); in _get_hostserv_inetnetdir_byname() 919 int h_errnop; in _get_hostserv_inetnetdir_byaddr() local [all …]
|
H A D | gethostent6.c | 87 __gethostent6(struct hostent *result, char *buffer, int buflen, int *h_errnop) in __gethostent6() argument 96 *h_errnop = arg.h_errno; in __gethostent6()
|
H A D | gethostent_r.c | 91 gethostent_r(struct hostent *result, char *buffer, int buflen, int *h_errnop) in gethostent_r() argument 100 *h_errnop = arg.h_errno; in gethostent_r()
|
H A D | getauthattr.c | 116 _getauthattr(authstr_t *result, char *buffer, int buflen, int *h_errnop) in _getauthattr() argument 124 *h_errnop = arg.h_errno; in _getauthattr()
|
H A D | getauuser.c | 119 _getauuserent(au_user_str_t *result, char *buffer, int buflen, int *h_errnop) in _getauuserent() argument 127 *h_errnop = arg.h_errno; in _getauuserent()
|
H A D | getprofattr.c | 113 _getprofattr(profstr_t *result, char *buffer, int buflen, int *h_errnop) in _getprofattr() argument 121 *h_errnop = arg.h_errno; in _getprofattr()
|
H A D | getuserattr.c | 123 _getuserattr(userstr_t *result, char *buffer, int buflen, int *h_errnop) in _getuserattr() argument 131 *h_errnop = arg.h_errno; in _getuserattr()
|
H A D | getipnodeby.c | 118 char *buffer, int buflen, int af_family, int flags, int *h_errnop) in _uncached_getipnodebyname() argument 121 af_family, flags, h_errnop)); in _uncached_getipnodebyname() 126 struct hostent *result, char *buffer, int buflen, int *h_errnop) in _uncached_getipnodebyaddr() argument 130 result, buffer, buflen, h_errnop)); in _uncached_getipnodebyaddr() 133 result, buffer, buflen, h_errnop)); in _uncached_getipnodebyaddr()
|
/titanic_50/usr/src/lib/nsswitch/dns/common/ |
H A D | gethostent.c | 51 struct hostent *_gethostbyname(int *h_errnop, const char *name); 52 static struct hostent *_gethostbyaddr(int *h_errnop, const char *addr, 54 struct hostent *_nss_dns_gethostbyname2(int *h_errnop, const char *name); 74 _gethostbyaddr(int *h_errnop, const char *addr, int len, int type) in _gethostbyaddr() argument 79 *h_errnop = *get_h_errno(); in _gethostbyaddr() 84 _nss_dns_gethostbyname2(int *h_errnop, const char *name) in _nss_dns_gethostbyname2() argument 89 *h_errnop = *get_h_errno(); in _nss_dns_gethostbyname2() 94 _gethostbyname(int *h_errnop, const char *name) in _gethostbyname() argument 99 *h_errnop = *get_h_errno(); in _gethostbyname()
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | compat.c | 47 char *buffer, int buflen, int *h_errnop ) in nsldapi_compat_gethostbyname_r() argument 52 *h_errnop = NO_RECOVERY; /* XXX best error code to use? */ in nsldapi_compat_gethostbyname_r() 60 *h_errnop = h_errno; /* XXX don't see anywhere else to get this */ in nsldapi_compat_gethostbyname_r()
|
H A D | ldap-int.h | 786 struct hostent *result, char *buffer, int buflen, int *h_errnop );
|
/titanic_50/usr/src/lib/libresolv/ |
H A D | netdb.h | 91 (const char *, struct hostent *, char *, int, int *h_errnop); 93 (const char *, int, int, struct hostent *, char *, int, int *h_errnop); 94 struct hostent *gethostent_r(struct hostent *, char *, int, int *h_errnop);
|
/titanic_50/usr/src/lib/libresolv2/include/ |
H A D | port_netdb.h | 89 int buflen, int *h_errnop)); 94 char *buf, int buflen, int *h_errnop)); 99 int *h_errnop));
|
H A D | port_before.h | 97 #define HOST_R_ARGS char *buf, int buflen, int *h_errnop 104 #define HOST_R_ERRNO *h_errnop = h_errno
|
/titanic_50/usr/src/head/ |
H A D | netdb.h | 239 (const char *, struct hostent *, char *, int, int *h_errnop); 241 (const char *, int, int, struct hostent *, char *, int, int *h_errnop); 245 struct hostent *gethostent_r(struct hostent *, char *, int, int *h_errnop);
|
/titanic_50/usr/src/lib/libresolv2/common/irs/ |
H A D | getnetent_r.c | 51 *h_errnop = h_errno; in getnetbyname_r() 75 *h_errnop = h_errno; in getnetbyaddr_r() 103 *h_errnop = h_errno; in getnetent_r()
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-dns.c | 312 int *h_errnop) in prldap_switch_gethostbyname_r() argument 332 *h_errnop = arg.h_errno; in prldap_switch_gethostbyname_r()
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_standalone.c | 410 int *h_errnop) in _filter_gethostbyaddr_r() argument 447 *h_errnop = arg.h_errno; in _filter_gethostbyaddr_r() 461 int *h_errnop) in __s_api_hostname2ip() argument 475 *h_errnop = TRY_AGAIN; in __s_api_hostname2ip() 499 *h_errnop = NETDB_SUCCESS; in __s_api_hostname2ip() 507 *h_errnop = TRY_AGAIN; in __s_api_hostname2ip() 531 *h_errnop = NETDB_SUCCESS; in __s_api_hostname2ip() 549 *h_errnop = arg.h_errno; in __s_api_hostname2ip()
|
H A D | ns_internal.h | 793 int *h_errnop);
|
/titanic_50/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 400 char *buffer, int buflen, int *h_errnop); 403 char *buffer, int buflen, int *h_errnop); 405 char *buffer, int buflen, int *h_errnop); 408 char *buffer, int buflen, int *h_errnop); 419 int *h_errnop); 462 char *buffer, int buflen, int *h_errnop); 465 char *buffer, int buflen, int *h_errnop);
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | ldapsinit.c | 1120 int *h_errnop) in _switch_gethostbyaddr_r() argument 1150 *h_errnop = arg.h_errno; in _switch_gethostbyaddr_r()
|