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

/sssd/src/providers/proxy/
H A Dproxy.h64 enum nss_status (*endgrent)(void); member in struct:proxy_nss_ops
H A Dproxy_init.c135 {(void**)&ops->endgrent, "endgrent", NULL, true},
H A Dproxy_id.c1184 ctx->ops.endgrent();
/sssd/src/sss_client/libwbclient/
H A Dwbc_pwd_sssd.c53 enum nss_status (*endgrent)(void); member in struct:nss_ops_ctx
120 ctx->endgrent = dlsym(ctx->dl_handle, "_nss_sss_endgrent");
121 if (ctx->endgrent == NULL) {
552 status = ctx->endgrent();

Completed in 1613 milliseconds