Home
last modified time | relevance | path

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

/coreutils/src/
Dls.c512 static bool numeric_ids; variable
1995 numeric_ids = true; in decode_switches()
4259 (numeric_ids ? nullptr : getuser (u)), u, width); in format_user()
4268 (numeric_ids ? nullptr : getgroup (g)), g, width); in format_group()
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()