Searched refs:lookup (Results 1 – 4 of 4) sorted by relevance
/hesiod/nss_hesiod/ |
A D | hesiod-pwd.c | 47 lookup (const char *name, const char *type, struct passwd *pwd, in lookup() function 98 return lookup (name, "passwd", pwd, buffer, buflen, errnop); in _nss_hesiod_getpwnam_r() 110 return lookup (uidstr, "uid", pwd, buffer, buflen, errnop); in _nss_hesiod_getpwuid_r()
|
A D | hesiod-proto.c | 59 lookup (const char *name, const char *type, struct protoent *proto, in lookup() function 131 return lookup (name, "protocol", proto, buffer, buflen, errnop); in _nss_hesiod_getprotobyname_r() 142 return lookup (protostr, "protonum", proto, buffer, buflen, errnop); in _nss_hesiod_getprotobynumber_r()
|
A D | hesiod-service.c | 60 lookup (const char *name, const char *type, const char *protocol, in lookup() function 133 return lookup (name, "service", protocol, serv, buffer, buflen, errnop); in _nss_hesiod_getservbyname_r() 145 return lookup (portstr, "port", protocol, serv, buffer, buflen, errnop); in _nss_hesiod_getservbyport_r()
|
A D | hesiod-grp.c | 49 lookup (const char *name, const char *type, struct group *grp, in lookup() function 100 return lookup (name, "group", grp, buffer, buflen, errnop); in _nss_hesiod_getgrnam_r() 112 return lookup (gidstr, "gid", grp, buffer, buflen, errnop); in _nss_hesiod_getgrgid_r()
|
Completed in 4 milliseconds