Searched refs:nss_errno (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/nss/
H A Dnss_winbind.c89 int nss_errno = 0; local
98 &nss_errno);
104 errno = nss_errno;
160 int nss_errno = 0; local
169 status = _nss_nametosid(name, sid, buf, sizeof(buf), &nss_errno);
175 errno = nss_errno;
194 int nss_errno = 0; local
203 status = _nss_sidtoname(sid, name, buf, sizeof(buf), &nss_errno);
209 errno = nss_errno;
228 int nss_errno local
300 int nss_errno = 0; local
332 int nss_errno = 0; local
365 int nss_errno = 0; local
399 int nss_errno = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dnsstest.c26 static int nss_errno; variable
58 printf("ERROR %s: NSS_STATUS=%d %d (nss_errno=%d)\n",
59 who, status, NSS_STATUS_SUCCESS, nss_errno);
75 status = _nss_getpwent_r(&pwd, buf, sizeof(buf), &nss_errno);
99 status = _nss_getpwnam_r(name, &pwd, buf, sizeof(buf), &nss_errno);
123 status = _nss_getpwuid_r(uid, &pwd, buf, sizeof(buf), &nss_errno);
183 status = _nss_getgrent_r(&grp, buf, buflen, &nss_errno);
222 status = _nss_getgrnam_r(name, &grp, buf, buflen, &nss_errno);
262 status = _nss_getgrgid_r(gid, &grp, buf, buflen, &nss_errno);
326 status = _nss_initgroups(user, group, start, size, groups, 0, &nss_errno);
[all...]

Completed in 60 milliseconds