Home
last modified time | relevance | path

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

/coreutils/src/
Dchown-core.c80 uid_to_str (uid_t uid) in uid_to_str() function
117 return pwd ? xstrdup (pwd->pw_name) : uid_to_str (uid); in uid_to_name()
503 ? uid_to_str (uid) : nullptr; in change_file_owner()