Lines Matching defs:sysv
70 enum OutputFormatTy { berkeley, sysv, darwin };
371 else if (OutputFormat == sysv) {
566 if (OutputFormat == sysv)
600 if (OutputFormat == sysv)
638 if (OutputFormat == sysv)
691 if (OutputFormat == sysv)
725 if (OutputFormat == sysv)
766 if (OutputFormat == sysv)
802 if (OutputFormat == sysv)
834 if (OutputFormat == sysv)
900 else if (V == "sysv")
901 OutputFormat = sysv;
903 error("--format value should be one of: 'berkeley', 'darwin', 'sysv'");