| 4215 | /* Likewise, for groups. */ |
| 4216 | |
| 4217 | static int |
| 4218 | format_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 |
no test coverage detected