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

  /src/lib/libc/gen/
getnetgrent.c 74 static struct netgroup *getnetgroup(char **);
142 * getnetgroup(): Parse a netgroup, and advance the pointer
145 getnetgroup(char **pp) function in typeref:struct:netgroup *
374 if ((*ng = getnetgroup(p)) == NULL)
getnetgrent.c 74 static struct netgroup *getnetgroup(char **);
142 * getnetgroup(): Parse a netgroup, and advance the pointer
145 getnetgroup(char **pp) function in typeref:struct:netgroup *
374 if ((*ng = getnetgroup(p)) == NULL)

Completed in 21 milliseconds