HomeSort by relevance Sort by last modified time
    Searched refs:getusername (Results 1 - 4 of 4) 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 146 len[3] = fn ? numlen(st->st_uid) : strwidth(getusername(st->st_uid));
440 else draw_trim_esc(getusername(st->st_uid), ii, abs(ii), TT.escmore,
  /external/toybox/lib/
lib.h 236 char *getusername(uid_t uid);
lib.c 1202 char *getusername(uid_t uid) function

Completed in 100 milliseconds