pretty
int c, count, linepos, maxcount, pretty, radix;
pretty = 0;
pretty = 1;
if (pretty) {
pretty(pw);
static void pretty(struct passwd *);
char *pretty = NULL;
efi_guid_to_name(guid, &pretty);
if (pretty == NULL)
*gname = pretty;
print_group(struct group * grp, int pretty)
if (!pretty) {
static int print_group(struct group * grp, int pretty);
int pretty = getarg(args, 'P') != NULL;
print_group(grp, pretty);
print_user(struct passwd * pwd, int pretty, int v7)
if (!pretty) {
int pretty = getarg(args, 'P') != NULL;
print_user(pwd, pretty, v7);
static int print_user(struct passwd * pwd, int pretty, int v7);