Home
last modified time | relevance | path

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

1234

/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSpecialSymbolMap.inc433 SYMBOL(PRId8, None, <inttypes.h>)
435 SYMBOL(PRId16, None, <inttypes.h>)
437 SYMBOL(PRId32, None, <inttypes.h>)
439 SYMBOL(PRId64, None, <inttypes.h>)
441 SYMBOL(PRIdLEAST8, None, <inttypes.h>)
443 SYMBOL(PRIdLEAST16, None, <inttypes.h>)
445 SYMBOL(PRIdLEAST32, None, <inttypes.h>)
447 SYMBOL(PRIdLEAST64, None, <inttypes.h>)
449 SYMBOL(PRIdFAST8, None, <inttypes.h>)
451 SYMBOL(PRIdFAST16, None, <inttypes.h>)
[all …]
H A DCSymbolMap.inc527 SYMBOL(imaxabs, None, <inttypes.h>)
777 SYMBOL(strtoimax, None, <inttypes.h>)
785 SYMBOL(strtoumax, None, <inttypes.h>)
913 SYMBOL(wcstoimax, None, <inttypes.h>)
923 SYMBOL(wcstoumax, None, <inttypes.h>)
/src/contrib/llvm-project/clang/lib/Headers/
H A Dinttypes.h16 #if defined(__MVS__) && __has_include_next(<inttypes.h>)
17 #include_next <inttypes.h>
21 #error MSVC does not have inttypes.h prior to Visual Studio 2013
24 #include_next <inttypes.h>
H A Dmodule.modulemap173 header "inttypes.h"
/src/contrib/llvm-project/libcxx/include/
H A Dinttypes.h258 #if __has_include_next(<inttypes.h>)
259 # include_next <inttypes.h>
H A Dcinttypes244 #include <inttypes.h>
247 # error <cinttypes> tried including <inttypes.h> but didn't find libc++'s <inttypes.h> header. \
H A D__std_clang_module108 #include <inttypes.h>
/src/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>)
/src/contrib/netbsd-tests/usr.bin/unifdef/
H A Dd_basic.out6 #include <inttypes.h>
H A Dd_basic.in24 #include <inttypes.h>
/src/contrib/unifdef/tests/
H A DNetBSD-42628.expout6 #include <inttypes.h>
/src/crypto/heimdal/include/
H A Dkrb5-types.cross8 #include <inttypes.h>
/src/cddl/usr.sbin/dtrace/tests/common/types/
H A DMakefile51 tst.inttypes.d \
/src/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 Dconfig.h.in62 /* Define to 1 if you have the <inttypes.h> header file. */
131 /* Define to 1 if you have the <pcap/pcap-inttypes.h> header file. */
H A Dcmakeconfig.h.in57 /* Define to 1 if you have the <inttypes.h> header file. */
129 /* Define to 1 if you have the <pcap/pcap-inttypes.h> header file. */
/src/contrib/blocklist/port/
H A Dconfigure.ac24 AC_CHECK_HEADERS(stdint.h fcntl.h stdint.h inttypes.h unistd.h)
/src/lib/libpcap/
H A DMakefile46 pcap/pcap-inttypes.h \
/src/contrib/byacc/
H A Dconfig_h.in33 /* Define if you have the <inttypes.h> header file. */
/src/sys/contrib/openzfs/lib/libspl/include/
H A DMakefile.am40 %D%/sys/inttypes.h \
/src/sys/contrib/openzfs/include/os/freebsd/
H A DMakefile.am28 %D%/spl/sys/inttypes.h \
/src/tools/regression/sockets/unix_cmsg/
H A Dt_xxxtime.c.in32 #include <inttypes.h>
/src/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]
/src/contrib/expat/
H A Dexpat_config.h.in33 /* Define to 1 if you have the <inttypes.h> header file. */
/src/sys/contrib/openzfs/include/os/linux/
H A DMakefile.am73 %D%/spl/sys/inttypes.h \

1234