Home
last modified time | relevance | path

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

/openbsd/lib/libc/gen/
H A Dgetgrouplist.c149 int *skipyp = &foundyp; in getgrouplist() local
166 while ((grp = _getgrent_yp(skipyp)) || foundyp) { in getgrouplist()
171 skipyp = NULL; in getgrouplist()
198 if (skipyp && needyp) { in getgrouplist()