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

Function format_user_width

src/ls.c:4209–4213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4207 or -1 if unknown. */
4208
4209static int
4210format_user_width (uid_t u)
4211{
4212 return format_user_or_group_width (numeric_ids ? NULL : getuser (u), u);
4213}
4214
4215/* Likewise, for groups. */
4216

Callers 1

gobble_fileFunction · 0.85

Calls 1

Tested by

no test coverage detected