Searched refs:getgroupname (Results 1 – 7 of 7) sorted by relevance
146 len[4] = fn ? numlen(st->st_gid) : strwidth(getgroupname(st->st_gid)); in entrylen()463 else draw_trim_esc(getgroupname(st->st_gid), ii, abs(ii), TT.escmore, in listfiles()
147 len[4] = fn ? numlen(st->st_gid) : strwidth(getgroupname(st->st_gid)); in entrylen()473 else draw_trim_esc(getgroupname(st->st_gid), ii, abs(ii), TT.escmore, in listfiles()
634 else if (ch == 'g') ll = (long)getgroupname(new->st.st_gid); in do_find()
103 else if (type == 'G') strout(getgroupname(stat->st_gid)); in print_stat()
269 char *getgroupname(gid_t gid);
277 char *getgroupname(gid_t gid);
1341 char *getgroupname(gid_t gid) in getgroupname() function