Searched refs:__gr_match_entry (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | getgrent.c | 78 int __gr_match_entry(const char *, size_t, enum nss_lookup_type, 891 rv = __gr_match_entry(line, linesize, how, name, gid); in files_group() 1025 rv = __gr_match_entry(hes[0], strlen(hes[0]), how, name, gid); in dns_group() 1198 rv = __gr_match_entry(buffer, resultlen, how, name, gid); in nis_group() 1450 rv = __gr_match_entry(line, linesize, how, name, gid); in compat_group() 1491 __gr_match_entry(const char *line, size_t linesize, enum nss_lookup_type how, in __gr_match_entry() function
|
H A D | Symbol.map | 151 * Why are __gr_parse_entry() and __gr_match_entry() not static in
|