Home
last modified time | relevance | path

Searched refs:getusername (Results 1 – 9 of 9) sorted by relevance

/third_party/toybox/toys/lsb/
Dsu.c59 loggit(LOG_NOTICE, "%s->%s", getusername(geteuid()), name);
/third_party/toybox/toys/other/
Dstat.c126 else if (type == 'U') strout(getusername(stat->st_uid)); in print_stat()
/third_party/toybox/toys/posix/
Dls.c146 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()
Dfind.c621 else if (ch == 'u') ll = (long)getusername(new->st.st_uid); in do_find()
/third_party/toybox/porting/liteos_a/toys/posix/
Dls.c145 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/
Dlsof.c76 fi->pi.cmd, fi->pi.pid, getusername(fi->pi.uid), in print_info()
/third_party/toybox/lib/
Dlib.h274 char *getusername(uid_t uid);
Dlib.c1307 char *getusername(uid_t uid) in getusername() function
/third_party/toybox/porting/liteos_a/lib/
Dlib.h268 char *getusername(uid_t uid);