Home
last modified time | relevance | path

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

/third_party/toybox/porting/liteos_a/toys/posix/
Dls.c146 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()
/third_party/toybox/toys/posix/
Dls.c147 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()
Dfind.c634 else if (ch == 'g') ll = (long)getgroupname(new->st.st_gid); in do_find()
/third_party/toybox/toys/other/
Dstat.c103 else if (type == 'G') strout(getgroupname(stat->st_gid)); in print_stat()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h269 char *getgroupname(gid_t gid);
/third_party/toybox/lib/
Dlib.h277 char *getgroupname(gid_t gid);
Dlib.c1341 char *getgroupname(gid_t gid) in getgroupname() function