Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 4 of 4) sorted by relevance

/hesiod/nss_hesiod/
A Dhesiod-pwd.c47 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 Dhesiod-proto.c59 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 Dhesiod-service.c60 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 Dhesiod-grp.c49 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