getnetgrent.c | 79 static int in_find(StringList *, char *, const char *, const char *, 498 * in_find(): Find a match for the host, user, domain spec. 503 in_find(StringList *sl, char *grp, const char *host, const char *user, function in typeref:typename:int 518 (void)fprintf(stderr, "in_find(%s)\n", grp); 566 if (in_find(sl, name, host, user, domain)) { 815 found = in_find(sl, grcpy, host, user, domain);
|