Searched refs:stdinc (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | c-incpath.c | 370 int stdinc, int cxx_stdinc, int verbose) in register_include_chains() argument 388 target_c_incpath.extra_pre_includes (sysroot, iprefix, stdinc); in register_include_chains() 391 if (stdinc) in register_include_chains() 394 target_c_incpath.extra_includes (sysroot, iprefix, stdinc); in register_include_chains() 404 int stdinc ATTRIBUTE_UNUSED) in hook_void_charptr_charptr_int()
|
| D | fix-header.c | 88 int stdinc ATTRIBUTE_UNUSED) in TARGET_EXTRA_INCLUDES() 97 int stdinc ATTRIBUTE_UNUSED) in TARGET_EXTRA_PRE_INCLUDES()
|
| /freebsd-12-stable/contrib/gcc/config/ |
| D | darwin-c.c | 469 int stdinc) in darwin_register_objc_includes() argument 474 if (!stdinc) in darwin_register_objc_includes() 513 const char *iprefix ATTRIBUTE_UNUSED, int stdinc) in darwin_register_frameworks() argument 515 if (stdinc) in darwin_register_frameworks()
|
| /freebsd-12-stable/contrib/tcpdump/ |
| D | configure.ac | 853 AC_CHECK_HEADERS(pcap/bluetooth.h,,,[#include "netdissect-stdinc.h"]) 854 AC_CHECK_HEADERS(pcap/nflog.h,,,[#include "netdissect-stdinc.h"]) 855 AC_CHECK_HEADERS(pcap/usb.h,,,[#include "netdissect-stdinc.h"])
|
| D | configure.in | 867 AC_CHECK_HEADERS(pcap/bluetooth.h,,,[#include "netdissect-stdinc.h"]) 868 AC_CHECK_HEADERS(pcap/nflog.h,,,[#include "netdissect-stdinc.h"]) 869 AC_CHECK_HEADERS(pcap/usb.h,,,[#include "netdissect-stdinc.h"])
|
| D | Makefile.in | 299 netdissect-stdinc.h \
|
| /freebsd-12-stable/contrib/libpcap/ |
| D | INSTALL.md | 337 pcap-stdinc.h - includes and #defines for compiling on Win32 systems
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | tm.texi | 9844 …void TARGET_EXTRA_INCLUDES (const char *@var{sysroot}, const char *@var{iprefix}, int @var{stdinc}) 9846 target. The parameter @var{stdinc} indicates if normal include files 9851 … TARGET_EXTRA_PRE_INCLUDES (const char *@var{sysroot}, const char *@var{iprefix}, int @var{stdinc}) 9853 target before any standard headers. The parameter @var{stdinc}
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/ |
| D | Options.td | 855 def cl_no_stdinc : Flag<["-"], "cl-no-stdinc">, Group<opencl_Group>,
|