Lines Matching defs:lookup
75 static int lookup(char *, char **, int);
306 * lookup(): Find the given key in the database or yp, and return its value
310 lookup(char *name, char **line, int bywhat)
322 r = nsdispatch(NULL, dtab, NSDB_NETGROUP, "lookup", default_files_nis,
339 lookup(name, line, bywhat)
428 /* Lookup this netgroup */
430 if (!lookup(grp, &line, _NG_KEYBYNAME)) {
531 /* Lookup this netgroup */
533 if (!lookup(grp, &line, _NG_KEYBYNAME)) {
613 * in_lookup1(): Fast lookup for a key in the appropriate map
630 res = lookup(ptr, &line, map);
637 * in_lookup(): Fast lookup for a key in the appropriate map
658 * domain not specified or domain lookup failed; look in
786 /* Try the fast lookup first */