reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
55 clEnumVal(posix, "POSIX.2 format"), 732 if (OutputFormat == posix && MultipleFiles && printName) { 753 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64; 756 printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64; 759 printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64; 766 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64; 769 printFormat = OutputFormat == posix ? "%" PRIx64 : "%08" PRIx64; 772 printFormat = OutputFormat == posix ? "%" PRId64 : "%08" PRId64; 779 if (OutputFormat == posix && !ArchiveName.empty()) 817 OutputFormat != posix) { 826 if (OutputFormat == posix) { 856 } else if (OutputFormat == posix) { 2096 OutputFormat = posix;