/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueSInt64.cpp | 28 strm.Printf("%" PRIi64, m_current_value); in DumpValue() 52 "%" PRIi64 " is out of range, valid values must be between %" PRIi64 in SetValueFromString() 53 " and %" PRIi64 ".", in SetValueFromString()
|
/freebsd/sbin/fsck_ffs/ |
H A D | pass5.c | 402 printf("adjndir by %+" PRIi64 "\n", cmd.value); in pass5() 412 printf("adjnbfree by %+" PRIi64 "\n", in pass5() 423 printf("adjnifree by %+" PRIi64 "\n", in pass5() 434 printf("adjnffree by %+" PRIi64 "\n", in pass5() 446 printf("adjnumclusters by %+" PRIi64 "\n", in pass5()
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | mockfs.cc | 237 printf(" range=[%" PRIi64 ":%" PRIi64 "]", in debug_request() 351 printf(" range=[%" PRIi64 ":%" PRIi64 "]", in debug_request() 401 printf("<- INVAL_INODE ino=%" PRIu64 " off=%" PRIi64 in debug_response() 402 " len=%" PRIi64 "\n", in debug_response()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Socket.cpp | 233 ", src = %p, src_len = %" PRIu64 ", flags = 0) => %" PRIi64 in Read() 261 ", src = %p, src_len = %" PRIu64 ", flags = 0) => %" PRIi64 in Write()
|
/freebsd/sys/arm64/include/ |
H A D | _inttypes.h | 63 #define PRIi64 "li" /* int64_t */ macro
|
/freebsd/sys/arm/include/ |
H A D | _inttypes.h | 61 #define PRIi64 "lli" /* int64_t */ macro
|
/freebsd/sys/riscv/include/ |
H A D | _inttypes.h | 59 #define PRIi64 "li" /* int64_t */ macro
|
/freebsd/sys/powerpc/include/ |
H A D | _inttypes.h | 69 #define PRIi64 __PRI64"i" /* int64_t */ macro
|
/freebsd/sys/x86/include/ |
H A D | _inttypes.h | 69 #define PRIi64 __PRI64"i" /* int64_t */ macro
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StopInfo.cpp | 234 strm.Printf("breakpoint site %" PRIi64 in GetDescription() 238 strm.Printf("breakpoint site %" PRIi64 in GetDescription() 684 strm.Printf("watchpoint %" PRIi64, m_value); in GetDescription() 1115 strm.Printf("%" PRIi64, m_value); in GetDescription()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cinttypes | 43 PRIi64
|
/freebsd/contrib/netbsd-tests/include/ |
H A D | t_inttypes.c | 92 PRINT(PRIi64, i64); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Stream.cpp | 53 return Printf("0x%" PRIi64, sval);
|
/freebsd/contrib/file/src/ |
H A D | file.h | 62 # define INT64_T_FORMAT PRIi64
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectMemory.cpp | 1441 "Value %" PRIi64 " is too large or small to fit in a %" PRIu64 in DoExecute()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 8690 s.Printf("%" PRIi64, enum_svalue); in DumpEnumValue()
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 13199 (void) snprintf(buf, sizeof (buf), "%" PRIi64, in print_wait_status_row()
|