Home
last modified time | relevance | path

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

/coreutils/src/
Dls.c4275 format_user_or_group_width (char const *name, uintmax_t id) in format_user_or_group_width() function
4288 return format_user_or_group_width (numeric_ids ? nullptr : getuser (u), u); in format_user_width()
4296 return format_user_or_group_width (numeric_ids ? nullptr : getgroup (g), g); in format_group_width()