Home
last modified time | relevance | path

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

/coreutils/src/
Dchown-core.h81 uid_to_name (uid_t)
Dchown-core.c114 uid_to_name (uid_t uid) in uid_to_name() function
498 ? uid_to_name (file_stats->st_uid) : nullptr); in change_file_owner()
Dchown.c294 chopt.user_name = uid_to_name (ref_stats.st_uid); in main()