Home
last modified time | relevance | path

Searched refs:inttypes (Results 1 – 25 of 95) sorted by relevance

1234

/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSpecialSymbolMap.inc433 SYMBOL(PRId8, None, <inttypes.h>)
461 SYMBOL(PRIi8, None, <inttypes.h>)
489 SYMBOL(PRIu8, None, <inttypes.h>)
517 SYMBOL(PRIo8, None, <inttypes.h>)
545 SYMBOL(PRIx8, None, <inttypes.h>)
573 SYMBOL(PRIX8, None, <inttypes.h>)
601 SYMBOL(SCNd8, None, <inttypes.h>)
629 SYMBOL(SCNi8, None, <inttypes.h>)
657 SYMBOL(SCNu8, None, <inttypes.h>)
685 SYMBOL(SCNo8, None, <inttypes.h>)
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dinttypes.h251 #if __has_include_next(<inttypes.h>)
252 # include_next <inttypes.h>
H A Dcinttypes245 #include <inttypes.h>
248 # error <cinttypes> tried including <inttypes.h> but didn't find libc++'s <inttypes.h> header. \
H A D__std_clang_module108 #include <inttypes.h>
/freebsd/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/
H A Dinttypes.h16 #include_next <inttypes.h>
18 #if __has_include(<llvm-libc-decls/inttypes.h>)
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dinttypes.h18 #error MSVC does not have inttypes.h prior to Visual Studio 2013
21 #include_next <inttypes.h>
H A Dmodule.modulemap174 header "inttypes.h"
/freebsd/contrib/netbsd-tests/usr.bin/unifdef/
H A Dd_basic.out6 #include <inttypes.h>
H A Dd_basic.in24 #include <inttypes.h>
/freebsd/contrib/unifdef/tests/
H A DNetBSD-42628.expout6 #include <inttypes.h>
/freebsd/crypto/heimdal/include/
H A Dkrb5-types.cross8 #include <inttypes.h>
/freebsd/cddl/usr.sbin/dtrace/tests/common/types/
H A DMakefile51 tst.inttypes.d \
/freebsd/contrib/tcpdump/
H A Dconfigure.in800 # Check for <inttypes.h>
802 AC_CHECK_HEADERS(inttypes.h,
805 # OK, we have inttypes.h, but does it define all the PRI[doxu]64 macros?
806 # Some systems have an inttypes.h that doesn't define all of them.
808 AC_MSG_CHECKING([[whether inttypes.h defines the PRI[doxu]64 macros]])
813 #include <inttypes.h>
837 # We don't have inttypes.h, so it obviously can't define those
H A Dcmakeconfig.h.in57 /* Define to 1 if you have the <inttypes.h> header file. */
132 /* Define to 1 if you have the <pcap/pcap-inttypes.h> header file. */
H A Dconfig.h.in57 /* Define to 1 if you have the <inttypes.h> header file. */
135 /* Define to 1 if you have the <pcap/pcap-inttypes.h> header file. */
/freebsd/contrib/blocklist/port/
H A Dconfigure.ac24 AC_CHECK_HEADERS(stdint.h fcntl.h stdint.h inttypes.h unistd.h)
/freebsd/lib/libpcap/
H A DMakefile47 pcap/pcap-inttypes.h \
/freebsd/sys/contrib/openzfs/lib/libspl/include/
H A DMakefile.am38 %D%/sys/inttypes.h \
/freebsd/contrib/byacc/
H A Dconfig_h.in33 /* Define if you have the <inttypes.h> header file. */
/freebsd/sys/contrib/openzfs/include/os/freebsd/
H A DMakefile.am27 %D%/spl/sys/inttypes.h \
/freebsd/tools/regression/sockets/unix_cmsg/
H A Dt_xxxtime.c.in32 #include <inttypes.h>
/freebsd/contrib/ntp/sntp/libopts/m4/
H A Dlibopts.m431 AC_CHECK_HEADERS([inttypes.h stdint.h],
67 ]AC_MSG_ERROR([you must have inttypes.h or stdint.h on your system])[
76 echo '#include <stdint.h>' > inttypes.h]
/freebsd/contrib/expat/
H A Dexpat_config.h.in33 /* Define to 1 if you have the <inttypes.h> header file. */
/freebsd/sys/contrib/openzfs/include/os/linux/
H A DMakefile.am69 %D%/spl/sys/inttypes.h \
/freebsd/stand/libsa/
H A DMakefile199 SAFE_INCS=a.out.h assert.h elf.h inttypes.h limits.h nlist.h setjmp.h stddef.h stdbool.h string.h s…

1234