Searched refs:SLOT_rgid (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/posix/ |
D | ps.c | 257 SLOT_rgid, /*real group id*/ SLOT_exitsig, // sent to parent enumerator 358 {"RGID", "Real (before sgid) Group ID", 4, SLOT_rgid}, 359 {"RGROUP", "Real (before sgid) group name", -8, XX|SLOT_rgid}, 463 {&TT.gg, SLOT_gid}, {&TT.GG, SLOT_rgid}, {&TT.pp, SLOT_pid}, in shared_match_process() 783 slot[SLOT_rgid] = s ? atol(s) : new->st.st_gid; in get_ps()
|