Home
last modified time | relevance | path

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

/third_party/toybox/toys/other/
H A Dstat.c103 else if (type == 'G') strout(getgroupname(stat->st_gid)); in print_stat()
/third_party/toybox/porting/liteos_a/toys/posix/
H A 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/
H A Dls.c147 len[4] = fn ? numlen(st->st_gid) : strwidth(getgroupname(st->st_gid)); in entrylen()
475 else draw_trim_esc(getgroupname(st->st_gid), ii, abs(ii), TT.escmore, in listfiles()
H A Dfind.c634 else if (ch == 'g') ll = (long)getgroupname(new->st.st_gid); in do_find()
/third_party/toybox/lib/
H A Dlib.h278 char *getgroupname(gid_t gid);
H A Dlib.c1361 char *getgroupname(gid_t gid) in getgroupname() function
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h269 char *getgroupname(gid_t gid);

Completed in 8 milliseconds