Home
last modified time | relevance | path

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

/coreutils/src/
Dgroup-list.c98 #define gidtostr(g) gidtostr_ptr (&(g)) macro
126 char *s = grp ? grp->gr_name : gidtostr (gid); in print_group()
Did.c315 #define gidtostr(g) gidtostr_ptr (&(g)) macro
363 printf (_(" gid=%s"), gidtostr (rgid)); in print_full_info()
378 printf (_(" egid=%s"), gidtostr (egid)); in print_full_info()
411 fputs (gidtostr (groups[i]), stdout); in print_full_info()