Searched refs:h_errnop (Results 1 - 24 of 24) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libnsl/nss/
H A Dgethostby_door.c43 int buflen, int *h_errnop)
46 result, buffer, buflen, h_errnop));
51 struct hostent *result, char *buffer, int buflen, int *h_errnop)
54 length, type, result, buffer, buflen, h_errnop));
42 _door_gethostbyname_r(const char *name, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
50 _door_gethostbyaddr_r(const char *addr, int length, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
H A Dgethostbyname_r.c63 * will copy that over onto user's h_errnop pointer. This h_errno is
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)
82 buffer, buflen, h_errnop));
87 struct hostent *result, char *buffer, int buflen, int *h_errnop)
90 result, buffer, buflen, h_errnop));
97 int buflen, int *h_errnop);
101 struct hostent *result, char *buffer, int buflen, int *h_errnop);
105 int buflen, int *h_errnop)
78 _uncached_gethostbyname_r(const char *nam, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
86 _uncached_gethostbyaddr_r(const char *addr, int length, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
104 gethostbyname_r(const char *nam, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
147 gethostbyaddr_r(const char *addr, int length, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
[all...]
H A Dgetipnodeby_door.c44 int buflen, int af_family, int flags, int *h_errnop)
47 result, buffer, buflen, af_family, flags, h_errnop));
52 struct hostent *result, char *buffer, int buflen, int *h_errnop)
55 length, type, result, buffer, buflen, h_errnop));
43 _door_getipnodebyname_r(const char *name, struct hostent *result, char *buffer, int buflen, int af_family, int flags, int *h_errnop) argument
51 _door_getipnodebyaddr_r(const char *addr, int length, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
H A Dgethostent6.c87 __gethostent6(struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
96 *h_errnop = arg.h_errno;
H A Dgethostent_r.c91 gethostent_r(struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
100 *h_errnop = arg.h_errno;
H A Dgetauthattr.c116 _getauthattr(authstr_t *result, char *buffer, int buflen, int *h_errnop) argument
124 *h_errnop = arg.h_errno;
H A Dgetauuser.c119 _getauuserent(au_user_str_t *result, char *buffer, int buflen, int *h_errnop) argument
127 *h_errnop = arg.h_errno;
H A Dgetprofattr.c113 _getprofattr(profstr_t *result, char *buffer, int buflen, int *h_errnop) argument
121 *h_errnop = arg.h_errno;
H A Dgetuserattr.c123 _getuserattr(userstr_t *result, char *buffer, int buflen, int *h_errnop) argument
131 *h_errnop = arg.h_errno;
H A Dnetdir_inet.c135 static int __herrno2netdir(int h_errnop);
559 int h_errnop = 0; local
577 args->arg.nss.host6.flags, &h_errnop)) != NULL)
578 he = __mappedtov4(tmphe, &h_errnop);
585 ndbuf4switch->buflen, &h_errnop);
588 _nderror = h_errnop ?
589 __herrno2netdir(h_errnop) :
659 int h_errnop = 0; local
673 args->arg.nss.host6.flags, &h_errnop);
676 _nderror = h_errnop
915 int h_errnop; local
1274 __herrno2netdir(int h_errnop) argument
1301 _switch_gethostbyname_r(const char *name, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
1320 _switch_getipnodebyname_r(const char *name, struct hostent *result, char *buffer, int buflen, int af_family, int flags, int *h_errnop) argument
1341 _switch_gethostbyaddr_r(const char *addr, int len, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
1360 _switch_getipnodebyaddr_r(const char *addr, int len, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
[all...]
H A Dgetipnodeby.c107 char *buffer, int buflen, int af_family, int flags, int *h_errnop)
110 af_family, flags, h_errnop));
115 struct hostent *result, char *buffer, int buflen, int *h_errnop)
119 result, buffer, buflen, h_errnop));
122 result, buffer, buflen, h_errnop));
106 _uncached_getipnodebyname(const char *nam, struct hostent *result, char *buffer, int buflen, int af_family, int flags, int *h_errnop) argument
114 _uncached_getipnodebyaddr(const char *addr, int length, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcompat.c47 char *buffer, int buflen, int *h_errnop )
52 *h_errnop = NO_RECOVERY; /* XXX best error code to use? */
60 *h_errnop = h_errno; /* XXX don't see anywhere else to get this */
H A Dldap-int.h786 struct hostent *result, char *buffer, int buflen, int *h_errnop );
/opensolaris-onvv-gate/usr/src/lib/nsswitch/dns/common/
H A Dgethostent.c51 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) argument
79 *h_errnop = *get_h_errno();
84 _nss_dns_gethostbyname2(int *h_errnop, const char *name) argument
89 *h_errnop = *get_h_errno();
94 _gethostbyname(int *h_errnop, const char *name) argument
99 *h_errnop = *get_h_errno();
/opensolaris-onvv-gate/usr/src/lib/libresolv/
H A Dnetdb.h91 (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);
/opensolaris-onvv-gate/usr/src/lib/libresolv2/include/
H A Dport_netdb.h89 int buflen, int *h_errnop));
94 char *buf, int buflen, int *h_errnop));
99 int *h_errnop));
H A Dport_before.h97 #define HOST_R_ARGS char *buf, int buflen, int *h_errnop
104 #define HOST_R_ERRNO *h_errnop = h_errno
/opensolaris-onvv-gate/usr/src/head/
H A Dnetdb.h235 (const char *, struct hostent *, char *, int, int *h_errnop);
237 (const char *, int, int, struct hostent *, char *, int, int *h_errnop);
241 struct hostent *gethostent_r(struct hostent *, char *, int, int *h_errnop);
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetnetent_r.c51 *h_errnop = h_errno;
75 *h_errnop = h_errno;
103 *h_errnop = h_errno;
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-dns.c312 int *h_errnop)
332 *h_errnop = arg.h_errno;
310 prldap_switch_gethostbyname_r(const char *name, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
/opensolaris-onvv-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c408 int *h_errnop)
445 *h_errnop = arg.h_errno;
454 * NULL is returned and h_errnop is set to TRY_AGAIN.
459 int *h_errnop)
473 *h_errnop = TRY_AGAIN;
497 *h_errnop = NETDB_SUCCESS;
505 *h_errnop = TRY_AGAIN;
529 *h_errnop = NETDB_SUCCESS;
547 *h_errnop = arg.h_errno;
406 _filter_gethostbyaddr_r(const char *addr, int len, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
457 __s_api_hostname2ip(const char *name, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
H A Dns_internal.h793 int *h_errnop);
/opensolaris-onvv-gate/usr/src/lib/libnsl/common/
H A Dllib-lnsl398 char *buffer, int buflen, int *h_errnop);
401 char *buffer, int buflen, int *h_errnop);
403 char *buffer, int buflen, int *h_errnop);
406 char *buffer, int buflen, int *h_errnop);
417 int *h_errnop);
457 char *buffer, int buflen, int *h_errnop);
460 char *buffer, int buflen, int *h_errnop);
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c1120 int *h_errnop)
1150 *h_errnop = arg.h_errno;
1118 _switch_gethostbyaddr_r(const char *addr, int len, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument

Completed in 189 milliseconds