Searched refs:start (Results 1 – 2 of 2) sorted by relevance
/grp/ |
A D | compat-initgroups.c | 13 compat_call (nss_action_list nip, const char *user, gid_t group, long int *start, 68 for (cnt = 0; cnt < *start; ++cnt) 72 if (cnt == *start) 76 if (__glibc_unlikely (*start == *size)) 99 groups[*start] = grpbuf.gr_gid; 100 *start += 1;
|
A D | initgroups.c | 71 long int start = 1; in internal_getgrouplist() local 93 long int prev_start = start; in internal_getgrouplist() 98 status = compat_call (nip, user, group, &start, size, groupsp, in internal_getgrouplist() 101 status = DL_CALL_FCT (fct, (user, group, &start, size, groupsp, in internal_getgrouplist() 106 while (cnt < start) in internal_getgrouplist() 114 (*groupsp)[cnt] = (*groupsp)[--start]; in internal_getgrouplist() 136 return start; in internal_getgrouplist()
|
Completed in 5 milliseconds