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

Function format_group_width

src/ls.c:4217–4221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4215/* Likewise, for groups. */
4216
4217static int
4218format_group_width (gid_t g)
4219{
4220 return format_user_or_group_width (numeric_ids ? NULL : getgroup (g), g);
4221}
4222
4223/* Return a pointer to a formatted version of F->stat.st_ino,
4224 possibly using buffer, which must be at least

Callers 1

gobble_fileFunction · 0.85

Calls 1

Tested by

no test coverage detected