Searched refs:SLOT_uid (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/posix/ |
D | ps.c | 255 SLOT_utime2, /*relative utime (top)*/ SLOT_uid, // user id enumerator 352 {"UID", "User id", 5, SLOT_uid}, 353 {"USER", "User name", -12, XX|SLOT_uid}, 465 {&TT.uu, SLOT_uid}, {&TT.UU, SLOT_ruid} in shared_match_process() 765 slot[SLOT_uid] = new->st.st_uid; in get_ps()
|