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

/sssd/src/sss_client/
H A Dnss_group.c55 static struct sss_nss_getgr_data { struct
64 } sss_nss_getgr_data; variable in typeref:struct:sss_nss_getgr_data
68 if (sss_nss_getgr_data.type == GETGR_NAME) {
69 free(sss_nss_getgr_data.id.grname);
72 free(sss_nss_getgr_data.repbuf);
74 memset(&sss_nss_getgr_data, 0, sizeof(struct sss_nss_getgr_data));
87 if (sss_nss_getgr_data.type != type) {
94 ret = strcmp(name, sss_nss_getgr_data.id.grname);
101 if (sss_nss_getgr_data
[all...]

Completed in 459 milliseconds