_nss_setpwent     117 examples/nss/nss_winbind.c 	enum nss_status (*_nss_setpwent)(void) = find_fn(nss, "setpwent");
_nss_setpwent     119 examples/nss/nss_winbind.c 	if (!_nss_setpwent) {
_nss_setpwent     122 examples/nss/nss_winbind.c 	status = _nss_setpwent();
_nss_setpwent     120 nsswitch/nsstest.c 	NSS_STATUS (*_nss_setpwent)(void) = find_fn("setpwent");
_nss_setpwent     122 nsswitch/nsstest.c 	status = _nss_setpwent();
_nss_setpwent     139 source3/torture/nsstest.c 	NSS_STATUS (*_nss_setpwent)(void) =
_nss_setpwent     143 source3/torture/nsstest.c 	if (!_nss_setpwent)
_nss_setpwent     146 source3/torture/nsstest.c 	status = _nss_setpwent();