getnetgrent.c | 82 static int in_lookup(const char *, const char *, const char *, int); 637 * in_lookup(): Fast lookup for a key in the appropriate map 640 in_lookup(const char *group, const char *key, const char *domain, int map) function in typeref:typename:int 788 if (in_lookup(grp, host, domain, _NG_KEYBYHOST)) { 793 if (in_lookup(grp, user, domain, _NG_KEYBYUSER)) {
|