Home
last modified time | relevance | path

Searched refs:SCNxPTR (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/sys/sparc64/include/
D_inttypes.h211 #define SCNxPTR "lx" /* uintptr_t */ macro
/freebsd-10-stable/sys/ia64/include/
D_inttypes.h211 #define SCNxPTR "lx" /* uintptr_t */ macro
/freebsd-10-stable/sys/arm/include/
D_inttypes.h211 #define SCNxPTR "x" /* uintptr_t */ macro
/freebsd-10-stable/sys/powerpc/include/
D_inttypes.h219 #define SCNxPTR __PRIptr"x" /* uintptr_t */ macro
/freebsd-10-stable/sys/x86/include/
D_inttypes.h219 #define SCNxPTR __PRIptr"x" /* uintptr_t */ macro
/freebsd-10-stable/sys/mips/include/
D_inttypes.h220 #define SCNxPTR __PRIptr"x" /* uintptr_t */ macro
/freebsd-10-stable/contrib/libc++/include/
Dcinttypes219 SCNxPTR
Dmodule.modulemap101 …AST16, SCNxFAST32, SCNxFAST64, SCNxLEAST8, SCNxLEAST16, SCNxLEAST32, SCNxLEAST64, SCNxMAX, SCNxPTR,
/freebsd-10-stable/contrib/netbsd-tests/include/
Dt_inttypes.c238 SCAN(SCNxPTR, uip); in ATF_TC_BODY()