Home
last modified time | relevance | path

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

/openbsd/lib/libc/gen/
H A Dgetgrouplist.c150 extern struct group *_getgrent_yp(int *); in getgrouplist()
165 while ((grp = _getgrent_yp(skipyp)) || foundyp) { in getgrouplist()
H A Dgetgrent.c82 _getgrent_yp(int *foundyp) in _getgrent_yp() function
98 return (_getgrent_yp(NULL)); in getgrent()
/openbsd/lib/libc/hidden/
H A Dgrp.h24 struct group *_getgrent_yp(int *);