Home
last modified time | relevance | path

Searched refs:PRIu32 (Results 1 – 25 of 39) sorted by relevance

12

/freebsd-10-stable/contrib/xz/src/xz/
Dmessage.c406 "%" PRIu32 ":%02" PRIu32 ":%02" PRIu32, in progress_time()
409 snprintf(buf, sizeof(buf), "%" PRIu32 ":%02" PRIu32, in progress_time()
448 snprintf(buf, sizeof(buf), "%" PRIu32 " s", remaining); in progress_remaining()
454 snprintf(buf, sizeof(buf), "%" PRIu32 " s", remaining); in progress_remaining()
460 snprintf(buf, sizeof(buf), "%" PRIu32 " min %" PRIu32 " s", in progress_remaining()
467 snprintf(buf, sizeof(buf), "%" PRIu32 " min", remaining); in progress_remaining()
473 snprintf(buf, sizeof(buf), "%" PRIu32 " h %" PRIu32 " min", in progress_remaining()
480 snprintf(buf, sizeof(buf), "%" PRIu32 " h", remaining); in progress_remaining()
486 snprintf(buf, sizeof(buf), "%" PRIu32 " d %" PRIu32 " h", in progress_remaining()
493 snprintf(buf, sizeof(buf), "%" PRIu32 " d", remaining); in progress_remaining()
[all …]
Dlist.c971 printf("\t%s\t%" PRIu32 "\t%s\t%" PRIu64 in print_info_robot()
985 printf("summary\t%" PRIu64 "\t%s\t%" PRIu32 "\n", in print_info_robot()
1103 printf("\t%" PRIu64 "\t%s\t%" PRIu32, in print_totals_robot()
Doptions.c360 "least nice=%" PRIu32), nice_len_min); in options_lzma()
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/gen/
Dt_randomid.c69 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-10-stable/usr.sbin/rtadvd/
Dtimer_subr.c81 p += sprintf(p, "%" PRIu32 "d", day); in sec2str()
83 p += sprintf(p, "%" PRIu32 "h", hour); in sec2str()
85 p += sprintf(p, "%" PRIu32 "m", min); in sec2str()
88 sprintf(p, "%" PRIu32 "s", sec); in sec2str()
Dconfig.c395 "<%s> maxinterval (%" PRIu32 ") on %s is invalid " in getconfig()
406 "<%s> mininterval (%" PRIu32 ") on %s is invalid " in getconfig()
453 "<%s> router lifetime (%" PRIu32 ") on %s is invalid " in getconfig()
464 "<%s> reachable time (%" PRIu32 ") on %s is invalid " in getconfig()
531 syslog(LOG_ERR, "<%s> prefixlen (%" PRIu32 ") for %s " in getconfig()
620 "<%s> advertised link mtu (%" PRIu32 ") on %s is invalid (must " in getconfig()
717 syslog(LOG_ERR, "<%s> prefixlen (%" PRIu32 ") for %s on %s " in getconfig()
Drtadvd.c1289 " %" PRIu32 " from %s, %" PRIu32 " from us", in prefix_check()
1322 " %d from %s, %" PRIu32 " from us", in prefix_check()
/freebsd-10-stable/contrib/xz/src/lzmainfo/
Dlzmainfo.c158 "%" 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-10-stable/usr.bin/grep/regex/
Dhashtable.c116 DPRINT(("hashtable_put: calculated hash %" PRIu32 "\n", hash)); in hashtable_put()
130 DPRINT(("hashtable_put: effective location is %" PRIu32 in hashtable_put()
138 DPRINT(("hashtable_put: effective location is %" PRIu32 "\n", hash)); in hashtable_put()
191 DPRINT(("hashtable_lookup: entry found at location %" PRIu32 "\n", hash)); in hashtable_lookup()
/freebsd-10-stable/contrib/xz/src/common/
Dsysdefs.h65 #ifndef PRIu32
66 # define PRIu32 "u" macro
/freebsd-10-stable/contrib/xz/src/liblzma/rangecoder/
Dprice_tablegen.c69 printf("%4" PRIu32, rc_prices[i]); in print_price_table()
/freebsd-10-stable/usr.sbin/makefs/cd9660/
Dcd9660_debug.c99 printf("(ROOT) (%" PRIu32 " to %" PRId64 ")\n", in debug_print_tree()
104 printf("%s (%s) (%" PRIu32 " to %" PRId64 ")\n", in debug_print_tree()
Dcd9660_write.c296 INODE_WARNX(("%s: writing inode %d blocks at %" PRIu32, in cd9660_write_file()
/freebsd-10-stable/sys/sparc64/include/
D_inttypes.h91 #define PRIu32 "u" /* uint32_t */ macro
/freebsd-10-stable/sys/ia64/include/
D_inttypes.h91 #define PRIu32 "u" /* uint32_t */ macro
/freebsd-10-stable/sys/arm/include/
D_inttypes.h91 #define PRIu32 "u" /* uint32_t */ macro
/freebsd-10-stable/sys/dev/xen/blkfront/
Dblkfront.c1127 "max-ring-page-order", NULL, "%" PRIu32, in xbd_initialize()
1131 "max-ring-pages", NULL, "%" PRIu32, in xbd_initialize()
1268 "feature-max-indirect-segments", "%" PRIu32, in xbd_connect()
1457 "virtual-device", NULL, "%" PRIu32, &vdevice); in xbd_attach()
1460 "virtual-device-ext", NULL, "%" PRIu32, &vdevice); in xbd_attach()
/freebsd-10-stable/sys/powerpc/include/
D_inttypes.h99 #define PRIu32 "u" /* uint32_t */ macro
/freebsd-10-stable/sys/x86/include/
D_inttypes.h99 #define PRIu32 "u" /* uint32_t */ macro
/freebsd-10-stable/sys/mips/include/
D_inttypes.h100 #define PRIu32 "u" /* uint32_t */ macro
/freebsd-10-stable/contrib/libc++/include/
Dcinttypes79 PRIu32
/freebsd-10-stable/sys/arm/mv/
Dtwsi.c375 " %" PRIu32 " kHz (M=%d, N=%d) for slow,\n" in mv_twsi_attach()
376 " %" PRIu32 " kHz (M=%d, N=%d) for fast.\n", in mv_twsi_attach()
/freebsd-10-stable/contrib/netbsd-tests/include/
Dt_inttypes.c121 PRINT(PRIu32, ui32); in ATF_TC_BODY()
/freebsd-10-stable/sys/dev/xen/netback/
Dnetback.c866 "tx-ring-ref", "%l" PRIu32, in xnb_collect_xenstore_info()
868 "rx-ring-ref", "%l" PRIu32, in xnb_collect_xenstore_info()
870 "event-channel", "%" PRIu32, &xnb->evtchn, in xnb_collect_xenstore_info()
902 "%" PRIu32, &rx_copy); in xnb_collect_xenstore_info()
/freebsd-10-stable/contrib/xz/po/
Dfr.po781 msgid "The selected match finder requires at least nice=%<PRIu32>"
782 msgstr "Le `match finder' choisi nécessite au moins nice=%<PRIu32>"
843 #~ msgid "Using up to %<PRIu32> threads."
844 #~ msgstr "Jusqu'à %<PRIu32> threads seront utilisés."

12