Searched refs:PRIu32 (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-11.0-release/usr.sbin/rtadvd/
H A Dtimer_subr.c81 p += sprintf(p, "%" PRIu32 "d", day);
83 p += sprintf(p, "%" PRIu32 "h", hour);
85 p += sprintf(p, "%" PRIu32 "m", min);
88 sprintf(p, "%" PRIu32 "s", sec);
H A Dconfig.c400 "<%s> maxinterval (%" PRIu32 ") on %s is invalid "
411 "<%s> mininterval (%" PRIu32 ") on %s is invalid "
458 "<%s> router lifetime (%" PRIu32 ") on %s is invalid "
469 "<%s> reachable time (%" PRIu32 ") on %s is invalid "
536 syslog(LOG_ERR, "<%s> prefixlen (%" PRIu32 ") for %s "
625 "<%s> advertised link mtu (%" PRIu32 ") on %s is invalid (must "
722 syslog(LOG_ERR, "<%s> prefixlen (%" PRIu32 ") for %s on %s "
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/netbsd/
H A DHostInfoNetBSD.cpp41 int status = ::sscanf(un.release, "%" PRIu32 ".%" PRIu32 ".%" PRIu32, &major, &minor, &update);
/freebsd-11.0-release/contrib/xz/src/xz/
H A Dmessage.c406 "%" PRIu32 ":%02" PRIu32 ":%02" PRIu32,
409 snprintf(buf, sizeof(buf), "%" PRIu32 ":%02" PRIu32,
448 snprintf(buf, sizeof(buf), "%" PRIu32 " s", remaining);
454 snprintf(buf, sizeof(buf), "%" PRIu32 " s", remaining);
460 snprintf(buf, sizeof(buf), "%" PRIu32 " min %" PRIu32 " s",
467 snprintf(buf, sizeof(buf), "%" PRIu32 " mi
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeThreadProtocol.cpp34 return Error ("no register info for reg num %" PRIu32, reg);
48 return Error ("no register info for reg num %" PRIu32, reg);
H A DNativeBreakpoint.cpp37 log->Printf ("NativeBreakpoint::%s addr = 0x%" PRIx64 " bumped up, new ref count %" PRIu32, __FUNCTION__, m_addr, m_ref_count);
47 log->Printf ("NativeBreakpoint::%s addr = 0x%" PRIx64 " ref count decremented, new ref count %" PRIu32, __FUNCTION__, m_addr, m_ref_count);
H A DNativeRegisterContext.cpp136 log->Printf ("NativeRegisterContext::%s using reg index %" PRIu32 " (default %" PRIu64 ")", __FUNCTION__, reg, fail_value);
141 log->Printf ("NativeRegisterContext::%s " PRIu32 " retval %" PRIu64, __FUNCTION__, retval);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dinttypes.h40 #undef PRIu32 macro
75 #define PRIu32 "u" macro
/freebsd-11.0-release/contrib/xz/src/lzmainfo/
H A Dlzmainfo.c158 "%" PRIu32 " MB (2^%" PRIu32 " bytes)\n"
159 "Literal context bits (lc): %" PRIu32 "\n"
160 "Literal pos bits (lp): %" PRIu32 "\n"
161 "Number of pos bits (pb): %" PRIu32 "\n",
/freebsd-11.0-release/contrib/xz/src/liblzma/rangecoder/
H A Dprice_tablegen.c69 printf("%4" PRIu32, rc_prices[i]);
/freebsd-11.0-release/lib/clang/include/llvm/Support/
H A DDataTypes.h109 #define PRIu32 "u" macro
/freebsd-11.0-release/usr.bin/grep/regex/
H A Dhashtable.c116 DPRINT(("hashtable_put: calculated hash %" PRIu32 "\n", hash));
130 DPRINT(("hashtable_put: effective location is %" PRIu32
138 DPRINT(("hashtable_put: effective location is %" PRIu32 "\n", hash));
191 DPRINT(("hashtable_lookup: entry found at location %" PRIu32 "\n", hash));
/freebsd-11.0-release/contrib/xz/src/common/
H A Dsysdefs.h65 #ifndef PRIu32
66 # define PRIu32 "u" macro
/freebsd-11.0-release/sys/arm64/include/
H A D_inttypes.h91 #define PRIu32 "u" /* uint32_t */ macro
/freebsd-11.0-release/sys/arm/include/
H A D_inttypes.h91 #define PRIu32 "u" /* uint32_t */ macro
/freebsd-11.0-release/sys/riscv/include/
H A D_inttypes.h91 #define PRIu32 "u" /* uint32_t */ macro
/freebsd-11.0-release/sys/sparc64/include/
H A D_inttypes.h91 #define PRIu32 "u" /* uint32_t */ macro
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp234 log->Printf("[CategoryMap::GetSummaryFormat] candidate match = %s %s %s %s reason = %" PRIu32,
272 log->Printf("[CategoryMap::GetSummaryFormat] candidate match = %s %s %s %s reason = %" PRIu32,
312 log->Printf("[CategoryMap::GetSummaryFormat] candidate match = %s %s %s %s reason = %" PRIu32,
351 log->Printf("[CategoryMap::GetValidator] candidate match = %s %s %s %s reason = %" PRIu32,
/freebsd-11.0-release/sys/mips/include/
H A D_inttypes.h100 #define PRIu32 "u" /* uint32_t */ macro
/freebsd-11.0-release/sys/x86/include/
H A D_inttypes.h99 #define PRIu32 "u" /* uint32_t */ macro
/freebsd-11.0-release/sys/powerpc/include/
H A D_inttypes.h99 #define PRIu32 "u" /* uint32_t */ macro
/freebsd-11.0-release/sys/dev/iicbus/twsi/
H A Dmv_twsi.c190 " %" PRIu32 " kHz (M=%d, N=%d) for slow,\n"
191 " %" PRIu32 " kHz (M=%d, N=%d) for fast.\n",
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp471 log->Printf("%s failed to get register info for register index %" PRIu32,
484 log->Printf("%s failed to read register '%s' index %" PRIu32 ": %s", __FUNCTION__,
742 log->Printf ("GDBRemoteCommunicationServerLLGS::%s failed to get register info for register set '%s', register index %" PRIu32, __FUNCTION__, reg_set_p->name ? reg_set_p->name : "<unnamed-set>", *reg_num_p);
758 log->Printf ("GDBRemoteCommunicationServerLLGS::%s failed to read register '%s' index %" PRIu32 ": %s", __FUNCTION__, reg_info_p->name ? reg_info_p->name : "<unnamed-register>", *reg_num_p, error.AsCString ());
1552 response.Printf ("bitsize:%" PRIu32 ";offset:%" PRIu32 ";", reg_info->byte_size * 8, reg_info->byte_offset);
1589 response.Printf ("ehframe:%" PRIu32 ";", reg_info->kinds[RegisterKind::eRegisterKindEHFrame]);
1592 response.Printf ("dwarf:%" PRIu32 ";", reg_info->kinds[RegisterKind::eRegisterKindDWARF]);
1667 log->Printf ("GDBRemoteCommunicationServerLLGS::%s() iterated thread %" PRIu32 "(%s, tid=0x%" PRIx64 ")", __FUNCTION__, thread_index, thread_sp ? "is not null" : "null", thread_sp ? thread_sp->GetID () : LLDB_INVALID_THREAD_ID);
1723 log->Printf ("GDBRemoteCommunicationServerLLGS::%s failed, requested register %" PRIu32 " beyon
[all...]
/freebsd-11.0-release/usr.sbin/makefs/cd9660/
H A Dcd9660_debug.c99 printf("(ROOT) (%" PRIu32 " to %" PRId64 ")\n",
104 printf("%s (%s) (%" PRIu32 " to %" PRId64 ")\n",
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1324 log->Printf ("ObjectFileELF::%s parsing note name='%s', type=%" PRIu32, __FUNCTION__, note.n_name.c_str (), note.n_type);
1344 snprintf (os_name, sizeof (os_name), "freebsd%" PRIu32 ".%" PRIu32, version_major, version_minor);
1351 log->Printf ("ObjectFileELF::%s detected FreeBSD %" PRIu32 ".%" PRIu32 ".%" PRIu32, __FUNCTION__, version_major, version_minor, static_cast<uint32_t> (version_info % 1000));
1376 log->Printf ("ObjectFileELF::%s detected Linux, min version %" PRIu32 ".%" PRIu32 ".%" PRIu32, __FUNCTION__, version_info[1], version_info[2], version_info[3]);
1383 log->Printf ("ObjectFileELF::%s detected Hurd (unsupported), min version %" PRIu32 "
[all...]

Completed in 236 milliseconds

123