Searched refs:SLOT_uid (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/posix/ |
D | ps.c | 291 SLOT_utime2, /*relative utime (top)*/ SLOT_uid, // user id enumerator 334 {"UID", 5, SLOT_uid}, {"USER", -8, 64|SLOT_uid}, {"RUID", 4, SLOT_ruid}, 363 {&TT.uu, SLOT_uid}, {&TT.UU, SLOT_ruid} in shared_match_process() 600 slot[SLOT_uid] = new->st.st_uid; in get_ps()
|