nss_errno          89 examples/nss/nss_winbind.c 	int nss_errno = 0;
nss_errno          98 examples/nss/nss_winbind.c 				 &nss_errno);
nss_errno         104 examples/nss/nss_winbind.c 		errno = nss_errno;
nss_errno         160 examples/nss/nss_winbind.c 	int nss_errno = 0;
nss_errno         169 examples/nss/nss_winbind.c 	status = _nss_nametosid(name, sid, buf, sizeof(buf), &nss_errno);
nss_errno         175 examples/nss/nss_winbind.c 		errno = nss_errno;
nss_errno         194 examples/nss/nss_winbind.c 	int nss_errno = 0;
nss_errno         203 examples/nss/nss_winbind.c 	status = _nss_sidtoname(sid, name, buf, sizeof(buf), &nss_errno);
nss_errno         209 examples/nss/nss_winbind.c 		errno = nss_errno;
nss_errno         228 examples/nss/nss_winbind.c 	int nss_errno = 0;
nss_errno         248 examples/nss/nss_winbind.c 				  &nss_errno);
nss_errno         264 examples/nss/nss_winbind.c 		errno = nss_errno;
nss_errno         300 examples/nss/nss_winbind.c 	int nss_errno = 0;
nss_errno         308 examples/nss/nss_winbind.c 	status = _nss_sidtouid(sid, uid, &nss_errno);
nss_errno         316 examples/nss/nss_winbind.c 		errno = nss_errno;
nss_errno         332 examples/nss/nss_winbind.c 	int nss_errno = 0;
nss_errno         340 examples/nss/nss_winbind.c 	status = _nss_sidtogid(sid, gid, &nss_errno);
nss_errno         348 examples/nss/nss_winbind.c 		errno = nss_errno;
nss_errno         365 examples/nss/nss_winbind.c 	int nss_errno = 0;
nss_errno         374 examples/nss/nss_winbind.c 	status = _nss_uidtosid(uid, sid, buf, sizeof(buf), &nss_errno);
nss_errno         380 examples/nss/nss_winbind.c 		errno = nss_errno;
nss_errno         399 examples/nss/nss_winbind.c 	int nss_errno = 0;
nss_errno         408 examples/nss/nss_winbind.c 	status = _nss_gidtosid(gid, sid, buf, sizeof(buf), &nss_errno);
nss_errno         414 examples/nss/nss_winbind.c 		errno = nss_errno;
nss_errno          26 nsswitch/nsstest.c static int nss_errno;
nss_errno          58 nsswitch/nsstest.c 	       who, status, NSS_STATUS_SUCCESS, nss_errno);
nss_errno          69 nsswitch/nsstest.c 	status = _nss_getpwent_r(&pwd, buf, sizeof(buf), &nss_errno);
nss_errno          88 nsswitch/nsstest.c 	status = _nss_getpwnam_r(name, &pwd, buf, sizeof(buf), &nss_errno);
nss_errno         107 nsswitch/nsstest.c 	status = _nss_getpwuid_r(uid, &pwd, buf, sizeof(buf), &nss_errno);
nss_errno         151 nsswitch/nsstest.c 	status = _nss_getgrent_r(&grp, buf, buflen, &nss_errno);
nss_errno         178 nsswitch/nsstest.c 	status = _nss_getgrnam_r(name, &grp, buf, buflen, &nss_errno);
nss_errno         205 nsswitch/nsstest.c 	status = _nss_getgrgid_r(gid, &grp, buf, buflen, &nss_errno);
nss_errno         250 nsswitch/nsstest.c 	status = _nss_initgroups(user, group, start, size, groups, 0, &nss_errno);
nss_errno          25 source3/torture/nsstest.c static int nss_errno;
nss_errno          62 source3/torture/nsstest.c 	       who, status, NSS_STATUS_SUCCESS, nss_errno);
nss_errno          78 source3/torture/nsstest.c 	status = _nss_getpwent_r(&pwd, buf, sizeof(buf), &nss_errno);
nss_errno         102 source3/torture/nsstest.c 	status = _nss_getpwnam_r(name, &pwd, buf, sizeof(buf), &nss_errno);
nss_errno         126 source3/torture/nsstest.c 	status = _nss_getpwuid_r(uid, &pwd, buf, sizeof(buf), &nss_errno);
nss_errno         186 source3/torture/nsstest.c 	status = _nss_getgrent_r(&grp, buf, buflen, &nss_errno);
nss_errno         224 source3/torture/nsstest.c 	status = _nss_getgrnam_r(name, &grp, buf, buflen, &nss_errno);
nss_errno         263 source3/torture/nsstest.c 	status = _nss_getgrgid_r(gid, &grp, buf, buflen, &nss_errno);
nss_errno         326 source3/torture/nsstest.c 	status = _nss_initgroups(user, group, start, size, groups, 0, &nss_errno);