Searched refs:isingroup (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.sbin/pw/
H A Dedgroup.c48 isingroup(char const * name, char **mem) function
161 if (groups == NULL || isingroup(grp.gr_name, groups) == -1) { /* Delete */
164 while ((idx = isingroup(name, mems)) != -1) {
185 } else if (isingroup(name, mems) == -1) {

Completed in 28 milliseconds