Searched refs:SLOT_rgid (Results 1 - 2 of 2) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 214 SLOT_rgid, /*real group id*/ SLOT_exitsig, // sent to parent enumerator 315 {"RGID", "Real (before sgid) Group ID", 4, SLOT_rgid}, 316 {"RGROUP", "Real (before sgid) group name", -8, XX|SLOT_rgid}, 420 {&TT.gg, SLOT_gid}, {&TT.GG, SLOT_rgid}, {&TT.pp, SLOT_pid}, in shared_match_process() 748 slot[SLOT_rgid] = s ? atol(s) : new->st.st_gid; in get_ps()
|
/third_party/toybox/toys/posix/ |
H A 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() 791 slot[SLOT_rgid] = s ? atol(s) : new->st.st_gid; in get_ps()
|
Completed in 8 milliseconds