Lines Matching refs:sysv
66 enum OutputFormatTy { berkeley, sysv, darwin };
367 else if (OutputFormat == sysv) {
563 if (OutputFormat == sysv)
597 if (OutputFormat == sysv)
635 if (OutputFormat == sysv)
688 if (OutputFormat == sysv)
722 if (OutputFormat == sysv)
763 if (OutputFormat == sysv)
799 if (OutputFormat == sysv)
831 if (OutputFormat == sysv)
897 else if (V == "sysv")
898 OutputFormat = sysv;
900 error("--format value should be one of: 'berkeley', 'darwin', 'sysv'");