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

/sssd/src/krb5_plugin/
H A Dsssd_krb5_localauth_plugin.c46 int nss_errno; local
69 &nss_errno);
81 nss_status = _nss_sss_getpwnam_r(lname, &pwd, buffer, buflen, &nss_errno);
120 int nss_errno; local
137 &nss_errno);
/sssd/src/sss_client/libwbclient/
H A Dwbc_pwd_sssd.c228 int nss_errno; local
244 status = ctx->getpwnam_r(name, &lpwd, buffer, buflen, &nss_errno);
263 int nss_errno; local
279 status = ctx->getpwuid_r(uid, &lpwd, buffer, buflen, &nss_errno);
380 int nss_errno; local
402 status = ctx->getgrnam_r(name, &lgrp, buffer, buflen, &nss_errno);
407 } while (status == NSS_STATUS_TRYAGAIN && nss_errno == ERANGE \
424 int nss_errno; local
446 status = ctx->getgrgid_r(gid, &lgrp, buffer, buflen, &nss_errno);
451 } while (status == NSS_STATUS_TRYAGAIN && nss_errno
499 int nss_errno; local
567 int nss_errno; local
620 int nss_errno; local
[all...]

Completed in 225 milliseconds