Home
last modified time | relevance | path

Searched refs:includes (Results 1 – 25 of 2271) sorted by relevance

12345678910>>...91

/netbsd-src/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dgcc-order-headers50 includes = { } variable
70 for x in includes[fn][1]:
80 print fn + " included by: " + includes[fn][0]
89 string += includes[i][0]
98 rtl_remove = includes["coretypes.h"][1] + ["statistics.h", "vec.h"]
107 if includes["diagnostic-core.h"][0] != "diagnostic.h":
108 dups["diagnostic-core.h"].append (includes["diagnostic-core.h"][0])
109 includes["diagnostic-core.h"] = ("diagnostic.h", includes["diagnostic-core.h"][1])
115 while nm and includes.get(nm):
116 if includes[nm][0] in header_list:
[all …]
/netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/
H A Dgcc-order-headers50 includes = { } variable
70 for x in includes[fn][1]:
80 print fn + " included by: " + includes[fn][0]
89 string += includes[i][0]
98 rtl_remove = includes["coretypes.h"][1] + ["statistics.h", "vec.h"]
107 if includes["diagnostic-core.h"][0] != "diagnostic.h":
108 dups["diagnostic-core.h"].append (includes["diagnostic-core.h"][0])
109 includes["diagnostic-core.h"] = ("diagnostic.h", includes["diagnostic-core.h"][1])
115 while nm and includes.get(nm):
116 if includes[nm][0] in header_list:
[all …]
/netbsd-src/external/bsd/mdocml/dist/
H A Dsoelim.c48 static StringList *includes; variable
77 for (i = 0; i < includes->sl_cur; i++) { in soelim_fopen()
78 snprintf(path, sizeof(path), "%s/%s", includes->sl_str[i], in soelim_fopen()
147 includes = sl_init(); in main()
148 if (includes == NULL) in main()
162 sl_add(includes, optarg); in main()
165 sl_free(includes, 0); in main()
179 sl_free(includes, 0); in main()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/
H A Dgraph_header_deps.py29 def __init__(self, includes, individual_linecount): argument
30 self.includes = includes
84 includes = [h for h in fully_qualified_includes if h is not None],
94 for h2 in graph[h1].includes:
114 roots += graph[fname].includes
149 for h in entry.includes:
150 …if any(transitively_includes(graph, i, h) for i in entry.includes) and not options.show_transitive…
200 graph[fname].includes = [h for h in graph[fname].includes if should_keep(h)]
207 for h in entry.includes:
/netbsd-src/crypto/dist/ipsec-tools/src/include-glibc/
H A DMakefile.am2 .includes: ${top_builddir}/config.status
4 touch .includes
6 all: .includes
14 DISTCLEANFILES = .includes linux
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
H A Dtestsuite_flags.in15 testsuite_flags --install-includes
16 --build-includes
35 --install-includes)
39 --build-includes)
/netbsd-src/distrib/sets/
H A DREADME38 tree. This includes includes, the linker, tool chain,
40 base includes ldd, ld.so, and the shared versions.
41 base also includes 'cpp', because that's used by X11.)
42 includes the man pages for all the binaries contained
43 within. Also, includes all library and system call
75 includes man pages for all bins contained within.
/netbsd-src/external/gpl3/gcc/dist/maintainer-scripts/
H A Dupdate_web_docs_git167 includes="-I ${includedir} -I `dirname ${filename}`"
169 includes="$includes -I gcc/gcc/ada -I gcc/gcc/ada/doc/gnat_ugn"
171 makeinfo --html --css-ref $CSS $includes -o ${file} ${filename}
173 …texi2dvi $includes -o ${file}.dvi ${filename} </dev/null >/dev/null && dvips -o ${file}.ps ${file}…
174 texi2pdf $includes -o ${file}.pdf ${filename} </dev/null
/netbsd-src/external/gpl3/gcc.old/dist/maintainer-scripts/
H A Dupdate_web_docs_svn166 includes="-I ${includedir} -I `dirname ${filename}`"
168 includes="$includes -I gcc/gcc/ada -I gcc/gcc/ada/doc/gnat_ugn"
170 makeinfo --html --css-ref $CSS $includes -o ${file} ${filename}
172 …texi2dvi $includes -o ${file}.dvi ${filename} </dev/null >/dev/null && dvips -o ${file}.ps ${file}…
173 texi2pdf $includes -o ${file}.pdf ${filename} </dev/null
H A Dupdate_web_docs_git167 includes="-I ${includedir} -I `dirname ${filename}`"
169 includes="$includes -I gcc/gcc/ada -I gcc/gcc/ada/doc/gnat_ugn"
171 makeinfo --html --css-ref $CSS $includes -o ${file} ${filename}
173 …texi2dvi $includes -o ${file}.dvi ${filename} </dev/null >/dev/null && dvips -o ${file}.ps ${file}…
174 texi2pdf $includes -o ${file}.pdf ${filename} </dev/null
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/
H A Dconfigure.ac46 AC_ARG_WITH(ldap-includes,[ --with-ldap-includes=DIR Path to the libldap include files [/usr/lo…
82 echo " Check for the right version (>= 2.0) of the OpenLDAP includes";
83 echo " or try --with-ldap-includes option.";
92 echo " Check for the right version (>= 2.0) of the OpenLDAP includes";
93 echo " or try --with-ldap-includes option.";
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dtestsuite_flags.in15 testsuite_flags --install-includes
16 --build-includes
35 --install-includes)
39 --build-includes)
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/
H A Dconfig.h.in3 /* libm includes cbrtl */
15 /* libm includes feholdexcept */
21 /* libm includes fesetenv */
24 /* libm includes fesetround */
27 /* libm includes fetestexcept */
30 /* libm includes feupdateenv */
48 /* Define to 1 if the math.h includes POSIX's signgam. */
60 /* libm includes sqrtl */
H A Dconfigure.ac130 AC_CHECK_LIB([m],[sqrtl],[AC_DEFINE([HAVE_SQRTL],[1],[libm includes sqrtl])])
131 AC_CHECK_LIB([m],[cbrtl],[AC_DEFINE([HAVE_CBRTL],[1],[libm includes cbrtl])])
132 AC_CHECK_LIB([m],[feholdexcept],[AC_DEFINE([HAVE_FEHOLDEXCEPT],[1],[libm includes feholdexcept])])
133 AC_CHECK_LIB([m],[fesetround],[AC_DEFINE([HAVE_FESETROUND],[1],[libm includes fesetround])])
134 AC_CHECK_LIB([m],[feupdateenv],[AC_DEFINE([HAVE_FEUPDATEENV],[1],[libm includes feupdateenv])])
135 AC_CHECK_LIB([m],[fesetenv],[AC_DEFINE([HAVE_FESETENV],[1],[libm includes fesetenv])])
136 AC_CHECK_LIB([m],[fetestexcept],[AC_DEFINE([HAVE_FETESTEXCEPT],[1],[libm includes fetestexcept])])
140 AC_DEFINE([HAVE_SQRTL],[1],[libm includes sqrtl])
143 AC_DEFINE([HAVE_CBRTL],[1],[libm includes cbrtl])
146 AC_DEFINE([HAVE_FEHOLDEXCEPT],[1],[libm includes feholdexcept])
[all …]
/netbsd-src/external/gpl3/gcc/dist/libquadmath/
H A Dconfig.h.in3 /* libm includes cbrtl */
15 /* libm includes feholdexcept */
21 /* libm includes fesetenv */
24 /* libm includes fesetround */
27 /* libm includes fetestexcept */
30 /* libm includes feupdateenv */
48 /* Define to 1 if the math.h includes POSIX's signgam. */
60 /* libm includes sqrtl */
H A Dconfigure.ac130 AC_CHECK_LIB([m],[sqrtl],[AC_DEFINE([HAVE_SQRTL],[1],[libm includes sqrtl])])
131 AC_CHECK_LIB([m],[cbrtl],[AC_DEFINE([HAVE_CBRTL],[1],[libm includes cbrtl])])
132 AC_CHECK_LIB([m],[feholdexcept],[AC_DEFINE([HAVE_FEHOLDEXCEPT],[1],[libm includes feholdexcept])])
133 AC_CHECK_LIB([m],[fesetround],[AC_DEFINE([HAVE_FESETROUND],[1],[libm includes fesetround])])
134 AC_CHECK_LIB([m],[feupdateenv],[AC_DEFINE([HAVE_FEUPDATEENV],[1],[libm includes feupdateenv])])
135 AC_CHECK_LIB([m],[fesetenv],[AC_DEFINE([HAVE_FESETENV],[1],[libm includes fesetenv])])
136 AC_CHECK_LIB([m],[fetestexcept],[AC_DEFINE([HAVE_FETESTEXCEPT],[1],[libm includes fetestexcept])])
140 AC_DEFINE([HAVE_SQRTL],[1],[libm includes sqrtl])
143 AC_DEFINE([HAVE_CBRTL],[1],[libm includes cbrtl])
146 AC_DEFINE([HAVE_FEHOLDEXCEPT],[1],[libm includes feholdexcept])
[all …]
/netbsd-src/usr.bin/xlint/lint1/
H A Derr.c17 * This product includes software developed by Jochen Pohl for
452 } *includes; in suppress_messages()
479 top = includes; in update_location()
487 top->by = includes; in update_location()
488 includes = top; in update_location()
491 includes = top->by; in update_location()
493 top = includes; in update_location()
507 if ((top = includes) == NULL) in print_stack_trace()
449 } *includes; global() variable
/netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/Docs/
H A DLegal12 This product includes software developed by Mark Brinicombe
13 This product includes software developed by Reinoud Zandijk
15 This product includes software developed by the University of California,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DChainedIncludesSource.cpp116 std::vector<std::string> &includes = CI.getPreprocessorOpts().ChainedIncludes; in createChainedIncludesSource() local
117 assert(!includes.empty() && "No '-chain-include' in options!"); in createChainedIncludesSource()
125 for (unsigned i = 0, e = includes.size(); i != e; ++i) { in createChainedIncludesSource()
139 FrontendInputFile InputFile(includes[i], IK); in createChainedIncludesSource()
182 std::string pchName = includes[i-1]; in createChainedIncludesSource()
211 std::string pchName = includes.back() + ".pch-final"; in createChainedIncludesSource()
/netbsd-src/external/bsd/am-utils/dist/
H A Daux_conf.h.in11 * The next line is a literal inclusion of a file which includes a
32 * The next line is a literal inclusion of a file which includes a
41 * The next line is a literal inclusion of a file which includes a
50 * The next line is a literal inclusion of a file which includes a
/netbsd-src/crypto/external/bsd/openssl/dist/Configurations/
H A D00-base-templates.conf10 includes => [],
55 includes =>
126 includes =>
/netbsd-src/usr.bin/make/unit-tests/
H A Dinclude-sub.inc20 # To see the variable 'includes' in action:
23 # Parse_PushInput at "Vector_Push(&includes)"
26 # ((const IncludedFile *[10])(*includes.items))
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/90-test_includes_data/
H A Dincludes.cnf2 # Example configuration file using includes.
5 .include conf-includes
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/90-test_includes_data/
H A Dvms-includes.cnf2 # Example configuration file using includes.
5 .include [.conf-includes]
H A Dincludes-eq-ws.cnf2 # Example configuration file using includes.
5 .include = conf-includes

12345678910>>...91