Home
last modified time | relevance | path

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

/openbsd/lib/libc/gen/
H A Dgetgrouplist.c148 int needyp = 0, foundyp = 0; in getgrouplist() local
149 int *skipyp = &foundyp; in getgrouplist()
166 while ((grp = _getgrent_yp(skipyp)) || foundyp) { in getgrouplist()
167 if (foundyp) { in getgrouplist()
168 if (foundyp > 0) in getgrouplist()
172 foundyp = 0; in getgrouplist()
H A Dgetgrent.c82 _getgrent_yp(int *foundyp) in _getgrent_yp() argument
89 if ((!_gr_fp && !start_gr()) || !grscan(0, 0, NULL, p_gr, gs, foundyp)) in _getgrent_yp()
277 struct group_storage *gs, int *foundyp) in grscan() argument
352 if (foundyp) { in grscan()
353 *foundyp = 1; in grscan()
422 if (foundyp) { in grscan()
423 *foundyp = -1; in grscan()