Searched refs:PRIo32 (Results 1 - 25 of 84) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dinttypes.h32 #undef PRIo32 macro
67 #define PRIo32 "o" macro
/netbsd-current/external/apache2/llvm/config/llvm/Support/
H A DDataTypes.h108 #define PRIo32 "o" macro
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dinttypes.h51 #define PRIoPTR PRIo32
/netbsd-current/sys/arch/hppa/include/
H A Dint_fmtio.h78 #define PRIo32 "o" /* uint32_t */ macro
/netbsd-current/sys/arch/i386/include/
H A Dint_fmtio.h79 #define PRIo32 "o" /* uint32_t */ macro
/netbsd-current/sys/arch/ia64/include/
H A Dint_fmtio.h78 #define PRIo32 "o" /* uint32_t */ macro
/netbsd-current/sys/arch/amd64/include/
H A Dint_fmtio.h81 #define PRIo32 "o" /* uint32_t */ macro
/netbsd-current/sys/arch/alpha/include/
H A Dint_fmtio.h78 #define PRIo32 "o" /* uint32_t */ macro
/netbsd-current/sys/arch/vax/include/
H A Dint_fmtio.h78 #define PRIo32 "o" /* uint32_t */ macro
/netbsd-current/sys/arch/sh3/include/
H A Dint_fmtio.h78 #define PRIo32 "o" /* uint32_t */ macro
/netbsd-current/sys/arch/or1k/include/
H A Dint_fmtio.h77 #define PRIo32 "o" /* uint32_t */ macro
/netbsd-current/sys/arch/m68k/include/
H A Dint_fmtio.h78 #define PRIo32 "o" /* uint32_t */ macro
/netbsd-current/sys/arch/sparc/include/
H A Dint_fmtio.h116 #define PRIo32 "o" /* uint32_t */ macro
/netbsd-current/sys/arch/powerpc/include/
H A Dint_fmtio.h106 #define PRIo32 "o" /* uint32_t */ macro
/netbsd-current/sys/arch/riscv/include/
H A Dint_fmtio.h107 #define PRIo32 "o" /* uint32_t */ macro
/netbsd-current/sys/arch/arm/include/
H A Dint_fmtio.h103 #define PRIo32 "o" /* uint32_t */ macro
/netbsd-current/sys/arch/mips/include/
H A Dint_fmtio.h115 #define PRIo32 "o" /* uint32_t */ macro
/netbsd-current/sbin/fsck_ffs/
H A Dwapbl.c119 "not cleaning inode %"PRIu32" mode %"PRIo32"\n",
/netbsd-current/tools/compat/
H A Dcompat_defs.h805 #ifndef PRIo32
806 #define PRIo32 "o" macro
843 #ifndef PRIo32
844 #define PRIo32 "lo" macro
874 #if ! (defined(PRId32) && defined(PRIi32) && defined(PRIo32) && \
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dinttypes.in.h165 #if !defined PRIo32 || @PRI_MACROS_BROKEN@
166 # undef PRIo32 macro
168 # define PRIo32 "o" macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dinttypes.in.h151 #if !defined PRIo32
153 # define PRIo32 "o" macro
/netbsd-current/external/gpl3/gcc/dist/intl/
H A Dloadmsgcat.c155 #if !defined PRIo32 || PRI_MACROS_BROKEN
156 # undef PRIo32 macro
157 # define PRIo32 "o" macro
560 return PRIo32;
/netbsd-current/external/gpl3/binutils/dist/intl/
H A Dloadmsgcat.c155 #if !defined PRIo32 || PRI_MACROS_BROKEN
156 # undef PRIo32 macro
157 # define PRIo32 "o" macro
560 return PRIo32;
/netbsd-current/external/gpl3/gdb/dist/intl/
H A Dloadmsgcat.c155 #if !defined PRIo32 || PRI_MACROS_BROKEN
156 # undef PRIo32 macro
157 # define PRIo32 "o" macro
560 return PRIo32;
/netbsd-current/lib/libintl/
H A Dsysdep.c98 T_(PRIo32),

Completed in 321 milliseconds

1234