_nss_getpwent_r    86 examples/nss/nss_winbind.c 	enum nss_status (*_nss_getpwent_r)(struct passwd *, char *, 
_nss_getpwent_r    91 examples/nss/nss_winbind.c 	_nss_getpwent_r = find_fn(nss, "getpwent_r");
_nss_getpwent_r    93 examples/nss/nss_winbind.c 	if (!_nss_getpwent_r) {
_nss_getpwent_r    97 examples/nss/nss_winbind.c 	status = _nss_getpwent_r(pwd, nss->pwnam_buf, sizeof(nss->pwnam_buf),
_nss_getpwent_r    63 nsswitch/nsstest.c 	NSS_STATUS (*_nss_getpwent_r)(struct passwd *, char *,
_nss_getpwent_r    69 nsswitch/nsstest.c 	status = _nss_getpwent_r(&pwd, buf, sizeof(buf), &nss_errno);
_nss_getpwent_r    67 source3/torture/nsstest.c 	NSS_STATUS (*_nss_getpwent_r)(struct passwd *, char *, 
_nss_getpwent_r    75 source3/torture/nsstest.c 	if (!_nss_getpwent_r)
_nss_getpwent_r    78 source3/torture/nsstest.c 	status = _nss_getpwent_r(&pwd, buf, sizeof(buf), &nss_errno);