Home
last modified time | relevance | path

Searched refs:getgroupname (Results 1 – 4 of 4) sorted by relevance

/external/toybox/toys/other/
Dstat.c97 else if (type == 'G') strout(getgroupname(stat->st_gid)); in print_stat()
/external/toybox/toys/posix/
Dls.c147 len[4] = fn ? numlen(st->st_gid) : strwidth(getgroupname(st->st_gid)); in entrylen()
452 else draw_trim_esc(getgroupname(st->st_gid), ii, abs(ii), TT.escmore, in listfiles()
/external/toybox/lib/
Dlib.h262 char *getgroupname(gid_t gid);
Dlib.c1368 char *getgroupname(gid_t gid) in getgroupname() function