Searched refs:pwd (Results 1 – 1 of 1) sorted by relevance
/hesiod/nss_hesiod/ |
A D | hesiod-pwd.c | 47 lookup (const char *name, const char *type, struct passwd *pwd, in lookup() argument 84 parse_res = _nss_files_parse_pwent (buffer, pwd, data, buflen, errnop); in lookup() 95 _nss_hesiod_getpwnam_r (const char *name, struct passwd *pwd, in _nss_hesiod_getpwnam_r() argument 98 return lookup (name, "passwd", pwd, buffer, buflen, errnop); in _nss_hesiod_getpwnam_r() 102 _nss_hesiod_getpwuid_r (uid_t uid, struct passwd *pwd, in _nss_hesiod_getpwuid_r() argument 110 return lookup (uidstr, "uid", pwd, buffer, buflen, errnop); in _nss_hesiod_getpwuid_r()
|
Completed in 2 milliseconds