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

/sssd/src/sss_client/libwbclient/
H A Dwbc_pwd_sssd.c374 struct group lgrp; local
402 status = ctx->getgrnam_r(name, &lgrp, buffer, buflen, &nss_errno);
405 wbc_status = copy_grp(&lgrp, grp);
418 struct group lgrp; local
446 status = ctx->getgrgid_r(gid, &lgrp, buffer, buflen, &nss_errno);
449 wbc_status = copy_grp(&lgrp, grp);
561 struct group lgrp; local
589 status = ctx->getgrent_r(&lgrp, buffer, buflen, &nss_errno);
592 wbc_status = copy_grp(&lgrp, grp);

Completed in 26 milliseconds