Searched refs:gnum (Results 1 - 1 of 1) sorted by relevance
/third_party/toybox/lib/ | ||
H A D | lib.c | 1364 static char gnum[12]; in getgroupname() local 1366 sprintf(gnum, "%u", (unsigned)gid); in getgroupname() 1367 return gr ? gr->gr_name : gnum; in getgroupname() |
Completed in 3 milliseconds