_nss_endpwent 136 examples/nss/nss_winbind.c enum nss_status (*_nss_endpwent)(void) = find_fn(nss, "endpwent");
_nss_endpwent 138 examples/nss/nss_winbind.c if (!_nss_endpwent) {
_nss_endpwent 141 examples/nss/nss_winbind.c status = _nss_endpwent();
_nss_endpwent 130 nsswitch/nsstest.c NSS_STATUS (*_nss_endpwent)(void) = find_fn("endpwent");
_nss_endpwent 132 nsswitch/nsstest.c status = _nss_endpwent();
_nss_endpwent 154 source3/torture/nsstest.c NSS_STATUS (*_nss_endpwent)(void) =
_nss_endpwent 158 source3/torture/nsstest.c if (!_nss_endpwent)
_nss_endpwent 161 source3/torture/nsstest.c status = _nss_endpwent();