HomeSort by relevance Sort by last modified time
    Searched refs:getusername (Results 1 - 5 of 5) sorted by null

  /external/toybox/toys/other/
stat.c 124 else if (type == 'U') strout(getusername(stat->st_uid));
  /external/toybox/toys/posix/
ls.c 155 len[3] = fn ? numlen(st->st_uid) : strwidth(getusername(st->st_uid));
450 else draw_trim_esc(getusername(st->st_uid), ii, abs(ii), TT.escmore,
  /external/toybox/lib/
lib.h 242 char *getusername(uid_t uid);
lib.c 1306 char *getusername(uid_t uid) function
  /external/toybox/toys/pending/
lsof.c 76 fi->pi.cmd, fi->pi.pid, getusername(fi->pi.uid),

Completed in 2402 milliseconds