Searched refs:str2hostent (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/nss/ |
H A D | gethostent_r.c | 47 * str2hostent() is now a wrapper to __str2hostent(). 52 str2hostent(const char *instr, int lenstr, void *ent, char *buffer, int buflen) function 96 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2hostent);
|
H A D | nss.h | 57 extern int str2hostent(const char *, int, void *, char *, int);
|
H A D | netdir_inet.c | 1311 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2hostent); 1353 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2hostent);
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-dns.c | 67 str2hostent(const char *instr, int lenstr, void *ent, char *buffer, 324 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2hostent);
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | ldapsinit.c | 82 str2hostent(const char *instr, int lenstr, void *ent, char *buffer, 1129 str2ent = str2hostent;
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_standalone.c | 423 str2ent = str2hostent; 535 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2hostent);
|
Completed in 644 milliseconds