| 4177 | WIDTH. */ |
| 4178 | |
| 4179 | static void |
| 4180 | format_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 |
no test coverage detected