Searched refs:nis_map (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | getpwent.c | 167 static int nis_map(char *, enum nss_lookup_type, char *, size_t, int *); 1214 nis_map(char *domain, enum nss_lookup_type how, char *buffer, size_t bufsize, in nis_map() function 1325 rv = nis_map(st->domain, how, map, sizeof(map), &master); in nis_passwd()
|