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

/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.h84 * Iterator function for _nss_files_do_all(), which probably calls yp_all().
88 * _nss_files_XY_all() is a wrapper around _nss_files_do_all() that does the
106 extern nss_status_t _nss_files_do_all(files_backend_ptr_t,
129 extern nss_status_t _nss_files_do_all();
H A Dgetgrent.c229 return (_nss_files_do_all(be, argp, argp->username,
H A Dfiles_common.c150 _nss_files_do_all(be, args, filter, func) function
201 * Could implement this as an iterator function on top of _nss_files_do_all(),

Completed in 46 milliseconds