Searched refs:nip (Results 1 – 2 of 2) sorted by relevance
/grp/ |
A D | initgroups.c | 73 nss_action_list nip; in internal_getgrouplist() local 75 if (__nss_database_get (nss_database_initgroups, &nip) in internal_getgrouplist() 76 && nip != NULL) in internal_getgrouplist() 80 else if (__nss_database_get (nss_database_group, &nip) in internal_getgrouplist() 81 && nip != NULL) in internal_getgrouplist() 87 nip = __nss_action_parse ("files"); in internal_getgrouplist() 91 while (nip && nip->module) in internal_getgrouplist() 95 initgroups_dyn_function fct = __nss_lookup_function (nip, in internal_getgrouplist() 98 status = compat_call (nip, user, group, &start, size, groupsp, in internal_getgrouplist() 130 && nss_next_action (nip, status) == NSS_ACTION_RETURN) in internal_getgrouplist() [all …]
|
A D | compat-initgroups.c | 13 compat_call (nss_action_list nip, const char *user, gid_t group, long int *start, 23 getgrent_fct = __nss_lookup_function (nip, "getgrent_r"); 27 setgrent_fct = __nss_lookup_function (nip, "setgrent"); 35 endgrent_fct = __nss_lookup_function (nip, "endgrent");
|
Completed in 5 milliseconds