Searched refs:grp (Results 1 – 2 of 2) sorted by relevance
/hesiod/nss_hesiod/ |
A D | hesiod-grp.c | 49 lookup (const char *name, const char *type, struct group *grp, in lookup() argument 86 parse_res = _nss_files_parse_grent (buffer, grp, data, buflen, errnop); in lookup() 97 _nss_hesiod_getgrnam_r (const char *name, struct group *grp, in _nss_hesiod_getgrnam_r() argument 100 return lookup (name, "group", grp, buffer, buflen, errnop); in _nss_hesiod_getgrnam_r() 104 _nss_hesiod_getgrgid_r (gid_t gid, struct group *grp, in _nss_hesiod_getgrgid_r() argument 112 return lookup (gidstr, "gid", grp, buffer, buflen, errnop); in _nss_hesiod_getgrgid_r()
|
/hesiod/ |
A D | Makefile | 31 libnss_hesiod-routines := hesiod hesiod-grp hesiod-proto \
|
Completed in 3 milliseconds