HomeSort by: relevance | last modified time | path
    Searched defs:in_lookup (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
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)) {
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)) {

Completed in 22 milliseconds