Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4209
static int
4210
format_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_file
Function · 0.85
Calls
1
format_user_or_group_width
Function · 0.85
Tested by
no test coverage detected