Home
last modified time | relevance | path

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

/coreutils/src/
Dchown-core.h76 gid_to_name (gid_t)
Dchown-core.c103 gid_to_name (gid_t gid) in gid_to_name() function
500 ? gid_to_name (file_stats->st_gid) : nullptr); in change_file_owner()
Dchown.c295 chopt.group_name = gid_to_name (ref_stats.st_gid); in main()
Dchgrp.c291 chopt.group_name = gid_to_name (ref_stats.st_gid); in main()