Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dls.c119 static char *getgroupname(gid_t gid) in getgroupname() function
186 len[4] = fn ? numlen(st->st_gid) : strwidth(getgroupname(st->st_gid)); in entrylen()
430 else strwidth(grp = getgroupname(st->st_gid)); in listfiles()