Home
last modified time | relevance | path

Searched refs:in_lookup1 (Results 1 – 2 of 2) sorted by relevance

/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/lib/libc/gen/
H A Dgetnetgrent.c81 static char *in_lookup1(const char *, const char *,
537 in_lookup1(const char *ypdom, const char *key, const char *domain, int map) in in_lookup1() function
566 if ((line = in_lookup1(ypdom, key, domain, map)) == NULL) in in_lookup()
567 line = in_lookup1(ypdom, NULL, domain, map); in in_lookup()
576 if (((line = in_lookup1(ypdom, key, NULL, map)) == NULL) && in in_lookup()
577 ((line = in_lookup1(ypdom, NULL, NULL, map)) == NULL)) in in_lookup()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gen/
H A Dgetnetgrent.c81 static char *in_lookup1(const char *, const char *, int);
616 in_lookup1(const char *key, const char *domain, int map) in in_lookup1() function
651 if ((line = in_lookup1(key, domain, map)) == NULL) in in_lookup()
652 line = in_lookup1(NULL, domain, map); in in_lookup()
661 if (((line = in_lookup1(key, NULL, map)) == NULL) && in in_lookup()
662 ((line = in_lookup1(NULL, NULL, map)) == NULL)) in in_lookup()