Home
last modified time | relevance | path

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

1234

/freebsd-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 …]
/freebsd-src/contrib/llvm-project/libcxx/include/
H A Dinttypes.h251 #if __has_include_next(<inttypes.h>)
252 # 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>
/freebsd-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>)
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dinttypes.h1 /*===---- inttypes.h - Standard header for integer printf macros ----------===*\
10 // AIX system headers need inttypes.h to be re-enterable while _STD_TYPES_T
16 #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"
/freebsd-src/contrib/unifdef/tests/
H A DNetBSD-42628.expout6 #include <inttypes.h>
/freebsd-src/contrib/netbsd-tests/usr.bin/unifdef/
H A Dd_basic.out6 #include <inttypes.h>
H A Dd_basic.in24 #include <inttypes.h>
/freebsd-src/crypto/heimdal/include/
H A Dkrb5-types.cross8 #include <inttypes.h>
/freebsd-src/cddl/usr.sbin/dtrace/tests/common/types/
H A DMakefile51 tst.inttypes.d \
/freebsd-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.in57 /* Define to 1 if you have the <inttypes.h> header file. */
126 /* Define to 1 if you have the <pcap/pcap-inttypes.h> header file. */
H A Dcmakeconfig.h.in54 /* Define to 1 if you have the <inttypes.h> header file. */
126 /* Define to 1 if you have the <pcap/pcap-inttypes.h> header file. */
/freebsd-src/contrib/blocklist/port/
H A Dconfigure.ac24 AC_CHECK_HEADERS(stdint.h fcntl.h stdint.h inttypes.h unistd.h)
/freebsd-src/lib/libpcap/
H A DMakefile46 pcap/pcap-inttypes.h \
/freebsd-src/sys/contrib/openzfs/lib/libspl/include/
H A DMakefile.am38 %D%/sys/inttypes.h \
/freebsd-src/contrib/byacc/
H A Dconfig_h.in33 /* Define if you have the <inttypes.h> header file. */
/freebsd-src/sys/contrib/openzfs/include/os/freebsd/
H A DMakefile.am27 %D%/spl/sys/inttypes.h \
/freebsd-src/tools/regression/sockets/unix_cmsg/
H A Dt_xxxtime.c.in32 #include <inttypes.h>
/freebsd-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]
/freebsd-src/contrib/expat/
H A Dexpat_config.h.in33 /* Define to 1 if you have the <inttypes.h> header file. */
/freebsd-src/sys/contrib/openzfs/include/os/linux/
H A DMakefile.am70 %D%/spl/sys/inttypes.h \
/freebsd-src/stand/libsa/
H A DMakefile

1234