Searched refs:PRIo64 (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/libpcap-42/libpcap/Win32/Include/
H A Dbittypes.h65 #ifndef PRIo64
67 #define PRIo64 "I64o" macro
69 #define PRIo64 "llo" macro
71 #endif /* PRIo64 */
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dacconfig.h58 #undef PRIo64 macro
H A Dconfig.h.in58 #undef PRIo64
H A Dconfigure10606 printf("%" PRIo64 "\n", (u_int64_t)1);
10727 #define PRIo64 "lo"
10817 #define PRIo64 "llo"
10907 #define PRIo64 "Lo"
10997 #define PRIo64 "qo"
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dinttypes_.h197 # if !defined PRIo64 || @PRI_MACROS_BROKEN@
198 # undef PRIo64 macro
199 # define PRIo64 _PRIu64_PREFIX "o" macro
300 # define PRIoLEAST64 PRIo64
335 # define PRIoFAST8 PRIo64
383 # define PRIoFAST16 PRIo64
431 # define PRIoFAST32 PRIo64
473 # define PRIoFAST64 PRIo64
508 # define PRIoMAX PRIo64
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DDataTypes.h.cmake167 #ifndef PRIo64
168 # define PRIo64 "I64o"
H A DDataTypes.h.in164 #ifndef PRIo64
165 # define PRIo64 "I64o"
/macosx-10.9.5/Libc-997.90.3/include/
H A Dinttypes.h63 # define PRIo64 __PRI_64_LENGTH_MODIFIER__ "o" macro
91 # define PRIoLEAST64 PRIo64
119 # define PRIoFAST64 PRIo64
/macosx-10.9.5/JavaScriptCore-7537.78.1/os-win32/
H A Dinttypes.h126 #define PRIo64 "llo" macro
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-size/
H A Dllvm-size.cpp99 radix_fmt = PRIo64;
226 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << " "
/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A Dloadmsgcat.c179 #if !defined PRIo64 || PRI_MACROS_BROKEN
180 # undef PRIo64 macro
181 # define PRIo64 (sizeof (long) == 8 ? "lo" : "llo") macro
277 # define PRIoLEAST64 PRIo64
373 # define PRIoFAST64 PRIo64
576 return PRIo64;
/macosx-10.9.5/cxxfilt-11/cxxfilt/intl/
H A Dloadmsgcat.c179 #if !defined PRIo64 || PRI_MACROS_BROKEN
180 # undef PRIo64 macro
181 # define PRIo64 (sizeof (long) == 8 ? "lo" : "llo") macro
277 # define PRIoLEAST64 PRIo64
373 # define PRIoFAST64 PRIo64
576 return PRIo64;

Completed in 296 milliseconds