Searched refs:cnt (Results 1 – 2 of 2) sorted by relevance
67 long int cnt;68 for (cnt = 0; cnt < *start; ++cnt)69 if (groups[cnt] == grpbuf.gr_gid)72 if (cnt == *start)
105 long int cnt = prev_start; in internal_getgrouplist() local106 while (cnt < start) in internal_getgrouplist()110 if ((*groupsp)[inner] == (*groupsp)[cnt]) in internal_getgrouplist()114 (*groupsp)[cnt] = (*groupsp)[--start]; in internal_getgrouplist()116 ++cnt; in internal_getgrouplist()
Completed in 4 milliseconds