nss_getpwent       38 examples/nss/nss_winbind.h int nss_getpwent(struct nss_state *nss, struct passwd *pwd);
nss_getpwent       45 examples/nss/wbtest.c 	while ((nss_getpwent(nss, &pwd) == 0)) {
nss_getpwent      318 nsswitch/nsstest.c 	while ((pwd = nss_getpwent())) {
nss_getpwent      394 source3/torture/nsstest.c 	while ((pwd = nss_getpwent())) {