Searched refs:PRIo64 (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/libpcap/pcap/
H A Dpcap-inttypes.h86 #ifndef PRIo64
88 #define PRIo64 "I64o" macro
90 #define PRIo64 "llo" macro
92 #endif /* PRIo64 */
/freebsd-13-stable/contrib/tcpdump/
H A Dnetdissect-stdinc.h98 #ifndef PRIo64
99 #define PRIo64 "I64o" macro
124 #ifndef PRIo64
125 #define PRIo64 "llo" macro
H A Dconfigure6589 printf("%" PRIo64 "\n", (uint64_t)1);
6662 $as_echo "#define PRIo64 \"lo\"" >>confdefs.h
6716 $as_echo "#define PRIo64 \"llo\"" >>confdefs.h
6770 $as_echo "#define PRIo64 \"Lo\"" >>confdefs.h
6824 $as_echo "#define PRIo64 \"qo\"" >>confdefs.h
/freebsd-13-stable/sys/riscv/include/
H A D_inttypes.h77 #define PRIo64 "lo" /* uint64_t */ macro
/freebsd-13-stable/sys/arm/include/
H A D_inttypes.h79 #define PRIo64 "llo" /* uint64_t */ macro
/freebsd-13-stable/sys/arm64/include/
H A D_inttypes.h77 #define PRIo64 "lo" /* uint64_t */ macro
/freebsd-13-stable/sys/mips/include/
H A D_inttypes.h88 #define PRIo64 __PRI64"o" /* uint64_t */ macro
/freebsd-13-stable/sys/powerpc/include/
H A D_inttypes.h87 #define PRIo64 __PRI64"o" /* uint64_t */ macro
/freebsd-13-stable/sys/x86/include/
H A D_inttypes.h87 #define PRIo64 __PRI64"o" /* uint64_t */ macro
/freebsd-13-stable/contrib/netbsd-tests/include/
H A Dt_inttypes.c107 PRINT(PRIo64, ui64);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp174 return PRIo64;
518 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << "\t"
871 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << "\t"
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp396 s->Printf("0%" PRIo64,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp791 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64;
804 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64;
/freebsd-13-stable/contrib/elftoolchain/nm/
H A Dnm.c2041 printf("%016" PRIo64, sym->st_size);
2068 printf("%016" PRIo64, sym->st_value);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1556 result.AppendErrorWithFormat("Value %" PRIo64

Completed in 290 milliseconds