Lines Matching defs:nss_errno
228 int nss_errno;
244 status = ctx->getpwnam_r(name, &lpwd, buffer, buflen, &nss_errno);
263 int nss_errno;
279 status = ctx->getpwuid_r(uid, &lpwd, buffer, buflen, &nss_errno);
380 int nss_errno;
402 status = ctx->getgrnam_r(name, &lgrp, buffer, buflen, &nss_errno);
407 } while (status == NSS_STATUS_TRYAGAIN && nss_errno == ERANGE \
424 int nss_errno;
446 status = ctx->getgrgid_r(gid, &lgrp, buffer, buflen, &nss_errno);
451 } while (status == NSS_STATUS_TRYAGAIN && nss_errno == ERANGE \
499 int nss_errno;
515 status = ctx->getpwent_r(&lpwd, buffer, buflen, &nss_errno);
567 int nss_errno;
589 status = ctx->getgrent_r(&lgrp, buffer, buflen, &nss_errno);
594 } while (status == NSS_STATUS_TRYAGAIN && nss_errno == ERANGE \
620 int nss_errno;
640 &gr_size, &gids, -1, &nss_errno);