Searched refs:__gr_match_entry (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/lib/libc/gen/
H A Dgetgrent.c78 int __gr_match_entry(const char *, size_t, enum nss_lookup_type,
879 rv = __gr_match_entry(line, linesize, how, name, gid);
1010 rv = __gr_match_entry(hes[0], strlen(hes[0]), how, name, gid);
1181 rv = __gr_match_entry(buffer, resultlen, how, name, gid);
1432 rv = __gr_match_entry(line, linesize, how, name, gid);
1470 __gr_match_entry(const char *line, size_t linesize, enum nss_lookup_type how, function

Completed in 108 milliseconds