MCPcopy Create free account
hub / github.com/coreutils/coreutils / format_user

Function format_user

src/ls.c:4179–4184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4177 WIDTH. */
4178
4179static void
4180format_user (uid_t u, int width, bool stat_ok)
4181{
4182 format_user_or_group (! stat_ok ? "?" :
4183 (numeric_ids ? NULL : getuser (u)), u, width);
4184}
4185
4186/* Likewise, for groups. */
4187

Callers 1

print_long_formatFunction · 0.85

Calls 1

format_user_or_groupFunction · 0.85

Tested by

no test coverage detected