| /freebsd-12-stable/contrib/xz/src/xz/ |
| D | message.c | 409 "%" PRIu32 ":%02" PRIu32 ":%02" PRIu32, in progress_time() 412 snprintf(buf, sizeof(buf), "%" PRIu32 ":%02" PRIu32, in progress_time() 451 snprintf(buf, sizeof(buf), "%" PRIu32 " s", remaining); in progress_remaining() 457 snprintf(buf, sizeof(buf), "%" PRIu32 " s", remaining); in progress_remaining() 463 snprintf(buf, sizeof(buf), "%" PRIu32 " min %" PRIu32 " s", in progress_remaining() 470 snprintf(buf, sizeof(buf), "%" PRIu32 " min", remaining); in progress_remaining() 476 snprintf(buf, sizeof(buf), "%" PRIu32 " h %" PRIu32 " min", in progress_remaining() 483 snprintf(buf, sizeof(buf), "%" PRIu32 " h", remaining); in progress_remaining() 489 snprintf(buf, sizeof(buf), "%" PRIu32 " d %" PRIu32 " h", in progress_remaining() 496 snprintf(buf, sizeof(buf), "%" PRIu32 " d", remaining); in progress_remaining() [all …]
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/ |
| D | t_randomid.c | 69 printf("id %5d: last call at %9"PRIu32 in ATF_TC_BODY() 70 ", current call %9"PRIu32 in ATF_TC_BODY() 71 " (diff %5"PRIu32"), " in ATF_TC_BODY() 72 "lowest %"PRIu32"\n", in ATF_TC_BODY() 76 "diff (%"PRIu32") less than minimum " in ATF_TC_BODY()
|
| /freebsd-12-stable/usr.sbin/rtadvd/ |
| D | timer_subr.c | 83 p += sprintf(p, "%" PRIu32 "d", day); in sec2str() 85 p += sprintf(p, "%" PRIu32 "h", hour); in sec2str() 87 p += sprintf(p, "%" PRIu32 "m", min); in sec2str() 90 sprintf(p, "%" PRIu32 "s", sec); in sec2str()
|
| D | config.c | 402 "<%s> maxinterval (%" PRIu32 ") on %s is invalid " in getconfig() 413 "<%s> mininterval (%" PRIu32 ") on %s is invalid " in getconfig() 460 "<%s> router lifetime (%" PRIu32 ") on %s is invalid " in getconfig() 471 "<%s> reachable time (%" PRIu32 ") on %s is invalid " in getconfig() 538 syslog(LOG_ERR, "<%s> prefixlen (%" PRIu32 ") for %s " in getconfig() 627 "<%s> advertised link mtu (%" PRIu32 ") on %s is invalid (must " in getconfig() 724 syslog(LOG_ERR, "<%s> prefixlen (%" PRIu32 ") for %s on %s " in getconfig()
|
| /freebsd-12-stable/contrib/xz/src/lzmainfo/ |
| D | lzmainfo.c | 158 "%" PRIu32 " MB (2^%" PRIu32 " bytes)\n" in lzmainfo() 159 "Literal context bits (lc): %" PRIu32 "\n" in lzmainfo() 160 "Literal pos bits (lp): %" PRIu32 "\n" in lzmainfo() 161 "Number of pos bits (pb): %" PRIu32 "\n", in lzmainfo()
|
| /freebsd-12-stable/usr.sbin/valectl/ |
| D | valectl.c | 59 printf("tx_slots: %"PRIu32"\n", v->nr_tx_slots); in dump_port_info() 60 printf("rx_slots: %"PRIu32"\n", v->nr_rx_slots); in dump_port_info() 69 printf("tx_slots: %"PRIu32"\n", v->nr_tx_slots); in dump_newif() 70 printf("rx_slots: %"PRIu32"\n", v->nr_rx_slots); in dump_newif() 196 printf("%s bridge_idx %"PRIu16" port_idx %"PRIu32"\n", hdr->nr_name, in list_all() 316 printf("port_index: %"PRIu32"\n", vale_attach.port_index); in bdg_ctl() 322 printf("port_index: %"PRIu32"\n", vale_detach.port_index); in bdg_ctl()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Host/netbsd/ |
| D | HostInfoNetBSD.cpp | 32 int status = ::sscanf(un.release, "%" PRIu32 ".%" PRIu32 ".%" PRIu32, &major, in GetOSVersion()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| D | RenderScriptRuntime.cpp | 51 #define FMT_COORD "(%" PRIu32 ", %" PRIu32 ", %" PRIu32 ")" 479 LLDB_LOGF(log, "%s: Prologue offset for %s is %" PRIu32, __FUNCTION__, in SkipPrologue() 1767 "(0x%" PRIx64 ", %" PRIu32 ", %" PRIu32 ", %" PRIu32 ", 0, 0)", // eExprGetOffsetPtr in JITTemplate() 1778 "uint%" PRIu32 "_t data[6]; (void*)rsaTypeGetNativeData(ctxt" in JITTemplate() 1781 "uint%" PRIu32 "_t data[6]; (void*)rsaTypeGetNativeData(ctxt" in JITTemplate() 1784 "uint%" PRIu32 "_t data[6]; (void*)rsaTypeGetNativeData(ctxt" in JITTemplate() 1787 "uint%" PRIu32 "_t data[6]; (void*)rsaTypeGetNativeData(ctxt" in JITTemplate() 1810 JIT_TEMPLATE_CONTEXT "void* ids[%" PRIu32 "]; const char* names[%" PRIu32 in JITTemplate() 1811 "]; size_t arr_size[%" PRIu32 "];" in JITTemplate() 1813 ", ids, names, arr_size, %" PRIu32 "); ids[%" PRIu32 "]", // eExprSubelementsId in JITTemplate() [all …]
|
| /freebsd-12-stable/contrib/processor-trace/include/windows/ |
| D | inttypes.h | 45 #ifndef PRIu32 46 # define PRIu32 "u" macro
|
| /freebsd-12-stable/contrib/opencsd/decoder/source/ |
| D | trc_printable_elem.cpp | 43 #define PRIu32 "u" macro 108 sprintf(szStrBuffer,"%" PRIu32 ,(uint32_t)value); in getValStr()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/ |
| D | inttypes.h | 35 #undef PRIu32 70 #define PRIu32 "u" macro
|
| /freebsd-12-stable/contrib/xz/src/common/ |
| D | sysdefs.h | 63 #ifndef PRIu32 64 # define PRIu32 "u" macro
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| D | GDBRemoteCommunicationServerLLGS.cpp | 572 response.Printf("%" PRIu32, *reg_num); in CollectRegNums() 624 "%s failed to get register info for register index %" PRIu32, in GetRegistersAsJSON() 636 LLDB_LOGF(log, "%s failed to read register '%s' index %" PRIu32 ": %s", in GetRegistersAsJSON() 879 LLDB_LOGF(log, "%s failed to read register '%s' index %" PRIu32 ": %s", in SendStopReplyPacketForThread() 918 "register '%s' index %" PRIu32 ": %s", in SendStopReplyPacketForThread() 1780 response.Printf("bitsize:%" PRIu32 ";", reg_info->byte_size * 8); in Handle_qRegisterInfo() 1783 response.Printf("offset:%" PRIu32 ";", reg_info->byte_offset); in Handle_qRegisterInfo() 1800 response.Printf("ehframe:%" PRIu32 ";", in Handle_qRegisterInfo() 1804 response.Printf("dwarf:%" PRIu32 ";", in Handle_qRegisterInfo() 1962 "register %" PRIu32 " beyond register count %" PRIu32, in Handle_p() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFDebugFrame.cpp | 419 "operand index %" PRIu32 " is not valid", in getOperandAsUnsigned() 428 "op[%" PRIu32 "] has type %s which has no value", in getOperandAsUnsigned() 436 "op[%" PRIu32 "] has OperandType OT_Offset which produces a signed " in getOperandAsUnsigned() 450 "op[%" PRIu32 "] has type OT_FactoredCodeOffset but code alignment " in getOperandAsUnsigned() 464 "operand index %" PRIu32 " is not valid", in getOperandAsSigned() 473 "op[%" PRIu32 "] has type %s which has no value", in getOperandAsSigned() 481 "op[%" PRIu32 "] has OperandType %s which produces an unsigned result, " in getOperandAsSigned() 493 "op[%" PRIu32 "] has type %s but data " in getOperandAsSigned() 503 "op[%" PRIu32 in getOperandAsSigned()
|
| /freebsd-12-stable/sys/dev/iicbus/twsi/ |
| D | mv_twsi.c | 226 " %" PRIu32 " kHz (M=%d, N=%d) for slow,\n" in mv_twsi_attach() 227 " %" PRIu32 " kHz (M=%d, N=%d) for fast.\n", in mv_twsi_attach()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| D | ObjectFileELF.cpp | 1031 LLDB_LOGF(log, "ObjectFileELF::%s parsing note name='%s', type=%" PRIu32, in RefineModuleDetailsFromNote() 1050 snprintf(os_name, sizeof(os_name), "freebsd%" PRIu32 ".%" PRIu32, in RefineModuleDetailsFromNote() 1058 "ObjectFileELF::%s detected FreeBSD %" PRIu32 ".%" PRIu32 in RefineModuleDetailsFromNote() 1059 ".%" PRIu32, in RefineModuleDetailsFromNote() 1083 "ObjectFileELF::%s detected Linux, min version %" PRIu32 in RefineModuleDetailsFromNote() 1084 ".%" PRIu32 ".%" PRIu32, in RefineModuleDetailsFromNote() 1097 "version %" PRIu32 ".%" PRIu32 ".%" PRIu32, in RefineModuleDetailsFromNote() 1106 "ObjectFileELF::%s detected Solaris, min version %" PRIu32 in RefineModuleDetailsFromNote() 1107 ".%" PRIu32 ".%" PRIu32, in RefineModuleDetailsFromNote() 1113 "ObjectFileELF::%s unrecognized OS in note, id %" PRIu32 in RefineModuleDetailsFromNote() [all …]
|
| /freebsd-12-stable/contrib/opencsd/decoder/include/opencsd/ |
| D | ocsd_if_types.h | 45 #define PRIu32 "u" macro 68 #define OCSD_TRC_IDX_STR PRIu32
|
| /freebsd-12-stable/contrib/xz/src/liblzma/rangecoder/ |
| D | price_tablegen.c | 69 printf("%4" PRIu32, rc_prices[i]); in print_price_table()
|
| /freebsd-12-stable/contrib/llvm-project/libunwind/src/ |
| D | Unwind-sjlj.c | 440 _LIBUNWIND_TRACE_API("_Unwind_GetIP(context=%p) => 0x%" PRIu32, in _Unwind_GetIP() 453 _LIBUNWIND_TRACE_API("_Unwind_GetIPInfo(context=%p, %p) => 0x%" PRIu32, in _Unwind_GetIPInfo()
|
| /freebsd-12-stable/usr.sbin/makefs/cd9660/ |
| D | cd9660_debug.c | 100 printf("(ROOT) (%" PRIu32 " to %" PRId64 ")\n", in debug_print_tree() 105 printf("%s (%s) (%" PRIu32 " to %" PRId64 ")\n", in debug_print_tree()
|
| /freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/ |
| D | malloc_io.h | 24 # define FMTu32 PRIu32
|
| /freebsd-12-stable/sbin/ggate/ggated/ |
| D | ggated.c | 665 g_gate_log(LOG_DEBUG, "%s: offset=%" PRIu64 " length=%" PRIu32, in recv_thread() 733 g_gate_log(LOG_DEBUG, "%s: offset=%" PRIu64 " length=%" PRIu32, in disk_thread() 807 g_gate_log(LOG_DEBUG, "%s: offset=%" PRIu64 " length=%" PRIu32, in send_thread() 827 "Sent %zd bytes (offset=%" PRIu64 ", size=%" PRIu32 in send_thread()
|
| /freebsd-12-stable/sys/sparc64/include/ |
| D | _inttypes.h | 93 #define PRIu32 "u" /* uint32_t */ macro
|
| /freebsd-12-stable/sys/arm64/include/ |
| D | _inttypes.h | 91 #define PRIu32 "u" /* uint32_t */ macro
|
| /freebsd-12-stable/sys/riscv/include/ |
| D | _inttypes.h | 91 #define PRIu32 "u" /* uint32_t */ macro
|