Home
last modified time | relevance | path

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

/external/toybox/toys/lsb/
Dsu.c59 loggit(LOG_NOTICE, "%s->%s", getusername(getuid()), name);
/external/toybox/toys/other/
Dstat.c126 else if (type == 'U') strout(getusername(stat->st_uid)); in print_stat()
/external/toybox/toys/posix/
Dls.c145 len[3] = FLAG(n) ? numlen(st->st_uid) : strwidth(getusername(st->st_uid)); in entrylen()
419 else draw_trim_esc(getusername(st->st_uid), ii, abs(ii), TT.escmore, in listfiles()
Dfind.c625 else if (ch == 'u') ll = (long)getusername(new->st.st_uid); in do_find()
/external/toybox/toys/net/
Dnetstat.c151 else s = getusername(uid); in show_ip()
/external/toybox/toys/pending/
Dlsof.c76 fi->pi.cmd, fi->pi.pid, getusername(fi->pi.uid), in print_info()
/external/toybox/lib/
Dlib.h270 char *getusername(uid_t uid);
Dlib.c1365 char *getusername(uid_t uid) in getusername() function