Home
last modified time | relevance | path

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

/coreutils/src/
Dchown-core.c91 gid_to_str (gid_t gid) in gid_to_str() function
106 return grp ? xstrdup (grp->gr_name) : gid_to_str (gid); in gid_to_name()
506 ? gid_to_str (gid) : nullptr; in change_file_owner()