Home
last modified time | relevance | path

Searched refs:PRIo64 (Results 1 – 4 of 4) sorted by relevance

/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Dinttypes.h688 # if !defined PRIo64 || 0
689 # undef PRIo64
690 # define PRIo64 _PRIu64_PREFIX "o" macro
791 # define PRIoLEAST64 PRIo64
826 # define PRIoFAST8 PRIo64
874 # define PRIoFAST16 PRIo64
922 # define PRIoFAST32 PRIo64
964 # define PRIoFAST64 PRIo64
999 # define PRIoMAX PRIo64
/dragonfly/sys/cpu/x86_64/include/
H A Dinttypes.h107 #define PRIo64 "lo" /* uint64_t */ macro
111 #define PRIo64 "llo" /* uint64_t */ macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dhwint.h90 #undef PRIo64
91 #define PRIo64 GCC_PRI64 "o" macro
/dragonfly/contrib/gdb-7/gdb/common/
H A Dbuffer.c156 sprintf (str, "%" PRIo64, in buffer_xml_printf()