Home
last modified time | relevance | path

Searched refs:PRIoLEAST64 (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/sys/arch/powerpc/include/
Dint_fmtio.h116 #define PRIoLEAST64 "lo" /* uint_least64_t */ macro
118 #define PRIoLEAST64 "llo" /* uint_least64_t */ macro
/netbsd/src/sys/arch/mips/include/
Dint_fmtio.h125 #define PRIoLEAST64 "lo" /* uint_least64_t */ macro
127 #define PRIoLEAST64 "llo" /* uint_least64_t */ macro
/netbsd/src/sys/arch/arm/include/
Dint_fmtio.h113 #define PRIoLEAST64 "llo" /* uint_least64_t */ macro
115 #define PRIoLEAST64 "lo" /* uint_least64_t */ macro
/netbsd/src/sys/arch/sparc/include/
Dint_fmtio.h126 #define PRIoLEAST64 "lo" /* uint_least64_t */ macro
128 #define PRIoLEAST64 "llo" /* uint_least64_t */ macro
/netbsd/src/sys/arch/amd64/include/
Dint_fmtio.h86 #define PRIoLEAST64 "lo" /* uint_least64_t */ macro
/netbsd/src/sys/arch/ia64/include/
Dint_fmtio.h83 #define PRIoLEAST64 "lo" /* uint_least64_t */ macro
/netbsd/src/sys/arch/hppa/include/
Dint_fmtio.h83 #define PRIoLEAST64 "llo" /* uint_least64_t */ macro
/netbsd/src/sys/arch/m68k/include/
Dint_fmtio.h83 #define PRIoLEAST64 "llo" /* uint_least64_t */ macro
/netbsd/src/sys/arch/sh3/include/
Dint_fmtio.h83 #define PRIoLEAST64 "llo" /* uint_least64_t */ macro
/netbsd/src/sys/arch/i386/include/
Dint_fmtio.h84 #define PRIoLEAST64 "llo" /* uint_least64_t */ macro
/netbsd/src/sys/arch/alpha/include/
Dint_fmtio.h83 #define PRIoLEAST64 "lo" /* uint_least64_t */ macro
/netbsd/src/sys/arch/vax/include/
Dint_fmtio.h83 #define PRIoLEAST64 "llo" /* uint_least64_t */ macro
/netbsd/src/external/gpl3/gcc/dist/intl/
Dloadmsgcat.c275 #if !defined PRIoLEAST64 || PRI_MACROS_BROKEN
276 # undef PRIoLEAST64
277 # define PRIoLEAST64 PRIo64 macro
643 return PRIoLEAST64;
/netbsd/src/lib/libintl/
Dsysdep.c107 T_(PRIoLEAST64),
/netbsd/src/sys/sys/
Dcommon_int_fmtio.h83 #define PRIoLEAST64 __UINT_LEAST64_FMTo__ macro
/netbsd/src/tests/include/
Dt_inttypes.c111 PRINT(PRIoLEAST64, uil64); in ATF_TC_BODY()