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

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

Completed in 22 milliseconds