id.c | 221 gid_t gid, egid, lastid; local in function:current 245 for (fmt = " groups=%ju", lastid = -1, cnt = 0; cnt < ngroups; 246 fmt = ",%ju", lastid = gid, cnt++) { 248 if (lastid == gid) 263 int cnt, id, lastid, ngroups; local in function:user 276 for (fmt = " groups=%u", lastid = -1, cnt = 0; cnt < ngroups; 277 fmt=",%u", lastid = id, cnt++) { 279 if (lastid == id) 295 gid_t id, lastid; local in function:group 312 for (lastid = -1, cnt = 0; cnt < ngroups; ++cnt) [all...] |