OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:in_lookup1
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/gen/
getnetgrent.c
81
static char *
in_lookup1
(const char *, const char *, int);
613
*
in_lookup1
(): Fast lookup for a key in the appropriate map
616
in_lookup1
(const char *key, const char *domain, int map)
function
651
if ((line =
in_lookup1
(key, domain, map)) == NULL)
652
line =
in_lookup1
(NULL, domain, map);
661
if (((line =
in_lookup1
(key, NULL, map)) == NULL) &&
662
((line =
in_lookup1
(NULL, NULL, map)) == NULL))
Completed in 19 milliseconds
Indexes created Mon Jul 06 00:25:43 UTC 2026