Lines Matching refs:format
51 { NULL, 0, NULL, 0, N_("Output format:") },
52 { "format", OPT_FORMAT, "FORMAT", 0, N_("Use the output format FORMAT. FORMAT can be `bsd' or `sysv'. The default is `bsd'") },
53 { NULL, 'A', NULL, 0, N_("Same as `--format=sysv'") },
54 { NULL, 'B', NULL, 0, N_("Same as `--format=bsd'") },
59 { NULL, 'f', NULL, 0, N_("Similar to `--format=sysv' output but in one line") },
106 /* The selected output format. */
113 } format;
143 /* To print the total sizes in a reasonable format remember the higest
187 /* Print the total sizes but only if the output format is BSD and at
190 if (totals && format == format_bsd && totals_class != 0)
222 format = format_sysv_one_line;
234 format = format_sysv;
238 format = format_bsd;
242 format = format_segments;
247 format = format_bsd;
249 format = format_sysv;
251 error (EXIT_FAILURE, 0, gettext ("Invalid format: %s"), arg);
336 error (0, 0, gettext ("%s: file format not recognized"), fname);
413 /* Show sizes in SysV format. */
489 /* Show sizes in SysV format in one line. */
547 /* Show sizes in BSD format. */
686 if (format == format_sysv)
688 else if (format == format_sysv_one_line)
690 else if (format == format_segments)