| /freebsd-src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSpecialSymbolMap.inc | 433 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 D | inttypes.h | 251 #if __has_include_next(<inttypes.h>) 252 # include_next <inttypes.h>
|
| H A D | cinttypes | 244 #include <inttypes.h> 247 # error <cinttypes> tried including <inttypes.h> but didn't find libc++'s <inttypes.h> header. \
|
| H A D | __std_clang_module | 108 #include <inttypes.h>
|
| /freebsd-src/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/ |
| H A D | inttypes.h | 16 #include_next <inttypes.h> 18 #if __has_include(<llvm-libc-decls/inttypes.h>)
|
| /freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
| H A D | inttypes.h | 1 /*===---- 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 D | module.modulemap | 173 header "inttypes.h"
|
| /freebsd-src/contrib/unifdef/tests/ |
| H A D | NetBSD-42628.expout | 6 #include <inttypes.h>
|
| /freebsd-src/contrib/netbsd-tests/usr.bin/unifdef/ |
| H A D | d_basic.out | 6 #include <inttypes.h>
|
| H A D | d_basic.in | 24 #include <inttypes.h>
|
| /freebsd-src/crypto/heimdal/include/ |
| H A D | krb5-types.cross | 8 #include <inttypes.h>
|
| /freebsd-src/cddl/usr.sbin/dtrace/tests/common/types/ |
| H A D | Makefile | 51 tst.inttypes.d \
|
| /freebsd-src/contrib/tcpdump/ |
| H A D | configure.in | 800 # 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 D | config.h.in | 57 /* 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 D | cmakeconfig.h.in | 54 /* 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 D | configure.ac | 24 AC_CHECK_HEADERS(stdint.h fcntl.h stdint.h inttypes.h unistd.h)
|
| /freebsd-src/lib/libpcap/ |
| H A D | Makefile | 46 pcap/pcap-inttypes.h \
|
| /freebsd-src/sys/contrib/openzfs/lib/libspl/include/ |
| H A D | Makefile.am | 38 %D%/sys/inttypes.h \
|
| /freebsd-src/contrib/byacc/ |
| H A D | config_h.in | 33 /* Define if you have the <inttypes.h> header file. */
|
| /freebsd-src/sys/contrib/openzfs/include/os/freebsd/ |
| H A D | Makefile.am | 27 %D%/spl/sys/inttypes.h \
|
| /freebsd-src/tools/regression/sockets/unix_cmsg/ |
| H A D | t_xxxtime.c.in | 32 #include <inttypes.h>
|
| /freebsd-src/contrib/ntp/sntp/libopts/m4/ |
| H A D | libopts.m4 | 31 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 D | expat_config.h.in | 33 /* Define to 1 if you have the <inttypes.h> header file. */
|
| /freebsd-src/sys/contrib/openzfs/include/os/linux/ |
| H A D | Makefile.am | 70 %D%/spl/sys/inttypes.h \
|
| /freebsd-src/stand/libsa/ |
| H A D | Makefile | |