Home
last modified time | relevance | path

Searched refs:findgroup (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/mail/
H A Dvars.c132 findgroup(char name[]) in findgroup() function
151 if ((gh = findgroup(name)) == NULL) { in printgroup()
H A Dnames.c464 gh = findgroup(np->n_name); in usermap()
501 if ((ngh = findgroup(cp)) != NULL) { in gexpand()
H A Dextern.h117 findgroup(char *);
H A Dcmd3.c468 if ((gh = findgroup(gname)) == NULL) { in group()