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

  /external/toybox/toys/other/
stat.c 101 else if (type == 'G') strout(getgroupname(stat->st_gid));
  /external/toybox/toys/posix/
ls.c 147 len[4] = fn ? numlen(st->st_gid) : strwidth(getgroupname(st->st_gid));
449 else draw_trim_esc(getgroupname(st->st_gid), ii, abs(ii), TT.escmore,
  /external/toybox/lib/
lib.h 237 char *getgroupname(gid_t gid);
lib.c 1213 char *getgroupname(gid_t gid) function

Completed in 55 milliseconds