Searched refs:getusername (Results 1 – 9 of 9) sorted by relevance
/third_party/toybox/toys/lsb/ |
D | su.c | 59 loggit(LOG_NOTICE, "%s->%s", getusername(geteuid()), name);
|
/third_party/toybox/toys/other/ |
D | stat.c | 126 else if (type == 'U') strout(getusername(stat->st_uid)); in print_stat()
|
/third_party/toybox/toys/posix/ |
D | ls.c | 146 len[3] = fn ? numlen(st->st_uid) : strwidth(getusername(st->st_uid)); in entrylen() 464 else draw_trim_esc(getusername(st->st_uid), ii, abs(ii), TT.escmore, in listfiles()
|
D | find.c | 621 else if (ch == 'u') ll = (long)getusername(new->st.st_uid); in do_find()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | ls.c | 145 len[3] = fn ? numlen(st->st_uid) : strwidth(getusername(st->st_uid)); in entrylen() 454 else draw_trim_esc(getusername(st->st_uid), ii, abs(ii), TT.escmore, in listfiles()
|
/third_party/toybox/toys/pending/ |
D | lsof.c | 76 fi->pi.cmd, fi->pi.pid, getusername(fi->pi.uid), in print_info()
|
/third_party/toybox/lib/ |
D | lib.h | 274 char *getusername(uid_t uid);
|
D | lib.c | 1307 char *getusername(uid_t uid) in getusername() function
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 268 char *getusername(uid_t uid);
|