Home
last modified time | relevance | path

Searched refs:cnt (Results 1 – 2 of 2) sorted by relevance

/grp/
A Dcompat-initgroups.c67 long int cnt;
68 for (cnt = 0; cnt < *start; ++cnt)
69 if (groups[cnt] == grpbuf.gr_gid)
72 if (cnt == *start)
A Dinitgroups.c105 long int cnt = prev_start; in internal_getgrouplist() local
106 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