Searched refs:getgroupname (Results 1 – 4 of 4) sorted by relevance
97 else if (type == 'G') strout(getgroupname(stat->st_gid)); in print_stat()
147 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()
262 char *getgroupname(gid_t gid);
1368 char *getgroupname(gid_t gid) in getgroupname() function