Searched refs:PRIuMAX (Results 1 - 25 of 101) sorted by relevance

12345

/netbsd-current/bin/pax/
H A Dpax.h272 #define OFFT_F "%" PRIuMAX
273 #define OFFT_FP(x) "%" x PRIuMAX
/netbsd-current/sbin/mount_tmpfs/
H A Dmount_tmpfs.c255 (void)printf("size_max=%" PRIuMAX ", ",
257 (void)printf("nodes_max=%" PRIuMAX ", ",
262 (void)printf("root_uid=%" PRIuMAX ", ",
269 (void)printf("root_gid=%" PRIuMAX ", ",
/netbsd-current/sys/arch/sparc/include/
H A Dint_fmtio.h170 #define PRIuMAX "lu" /* uintmax_t */ macro
172 #define PRIuMAX "llu" /* uintmax_t */ macro
/netbsd-current/sys/arch/powerpc/include/
H A Dint_fmtio.h154 #define PRIuMAX "lu" /* uintmax_t */ macro
158 #define PRIuMAX "llu" /* uintmax_t */ macro
/netbsd-current/sys/arch/riscv/include/
H A Dint_fmtio.h158 #define PRIuMAX "lu" /* uintmax_t */ macro
161 #define PRIuMAX "llu" /* uintmax_t */ macro
/netbsd-current/sys/arch/arm/include/
H A Dint_fmtio.h150 #define PRIuMAX "llu" /* uintmax_t */ macro
153 #define PRIuMAX "lu" /* uintmax_t */ macro
/netbsd-current/sys/arch/mips/include/
H A Dint_fmtio.h166 #define PRIuMAX "lu" /* uintmax_t */ macro
169 #define PRIuMAX "llu" /* uintmax_t */ macro
/netbsd-current/sys/arch/hppa/include/
H A Dint_fmtio.h103 #define PRIuMAX "llu" /* uintmax_t */ macro
/netbsd-current/sys/arch/i386/include/
H A Dint_fmtio.h104 #define PRIuMAX "llu" /* uintmax_t */ macro
/netbsd-current/sys/arch/ia64/include/
H A Dint_fmtio.h103 #define PRIuMAX "lu" /* uintmax_t */ macro
/netbsd-current/sys/arch/amd64/include/
H A Dint_fmtio.h106 #define PRIuMAX "lu" /* uintmax_t */ macro
/netbsd-current/sys/arch/alpha/include/
H A Dint_fmtio.h103 #define PRIuMAX "lu" /* uintmax_t */ macro
/netbsd-current/sys/arch/vax/include/
H A Dint_fmtio.h103 #define PRIuMAX "llu" /* uintmax_t */ macro
/netbsd-current/sys/arch/sh3/include/
H A Dint_fmtio.h103 #define PRIuMAX "llu" /* uintmax_t */ macro
/netbsd-current/sys/arch/or1k/include/
H A Dint_fmtio.h102 #define PRIuMAX "llu" /* uintmax_t */ macro
/netbsd-current/sys/arch/m68k/include/
H A Dint_fmtio.h103 #define PRIuMAX "llu" /* uintmax_t */ macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dinttypes.in.h455 #if !defined PRIuMAX
457 # define PRIuMAX PRIu64 macro
459 # define PRIuMAX "lu"
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dinttypes.in.h530 #if !defined PRIuMAX || @PRI_MACROS_BROKEN@
531 # undef PRIuMAX macro
533 # define PRIuMAX PRIu64 macro
535 # define PRIuMAX "lu"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dnbsd-nat.c437 printf_filtered ("Data size: %" PRIuMAX " kB\n",
439 printf_filtered ("Stack size: %" PRIuMAX " kB\n",
441 printf_filtered ("Text size: %" PRIuMAX " kB\n",
443 printf_filtered ("Resident set size: %" PRIuMAX " kB\n",
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dnetbsd-nat.c434 gdb_printf ("Data size: %" PRIuMAX " kB\n",
436 gdb_printf ("Stack size: %" PRIuMAX " kB\n",
438 gdb_printf ("Text size: %" PRIuMAX " kB\n",
440 gdb_printf ("Resident set size: %" PRIuMAX " kB\n",
/netbsd-current/sys/dev/pci/
H A Dif_rtw_pci.c221 ("%s: %s mapped %" PRIuMAX " bytes mem space\n",
227 ("%s: %s mapped %" PRIuMAX " bytes I/O space\n",
/netbsd-current/sys/dev/cardbus/
H A Dif_rtw_cardbus.c238 ("%s: %s mapped %" PRIuMAX " bytes mem space\n",
245 ("%s: %s mapped %" PRIuMAX " bytes I/O space\n",
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/x86_64/gnulib/import/
H A Dinttypes.h966 #if !defined PRIuMAX
968 # define PRIuMAX PRIu64 macro
970 # define PRIuMAX "lu" macro
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
H A Dinttypes.h966 #if !defined PRIuMAX
968 # define PRIuMAX PRIu64 macro
970 # define PRIuMAX "lu" macro
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/
H A Dinttypes.h966 #if !defined PRIuMAX
968 # define PRIuMAX PRIu64 macro
970 # define PRIuMAX "lu" macro

Completed in 306 milliseconds

12345