Home
last modified time | relevance | path

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

12345678910>>...31

/freebsd-12.1/usr.bin/soelim/
H A Dsoelim.c43 static StringList *includes; variable
72 for (i = 0; i < includes->sl_cur; i++) { in soelim_fopen()
73 snprintf(path, sizeof(path), "%s/%s", includes->sl_str[i], in soelim_fopen()
142 includes = sl_init(); in main()
143 if (includes == NULL) in main()
157 sl_add(includes, optarg); in main()
160 sl_free(includes, 0); in main()
174 sl_free(includes, 0); in main()
/freebsd-12.1/contrib/mandoc/
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()
H A Dmanpath.c157 free(conf->output.includes); in manconf_free()
266 if (conf->includes != NULL) { in manconf_output()
267 oldval = mandoc_strdup(conf->includes); in manconf_output()
270 conf->includes = mandoc_strdup(cp); in manconf_output()
/freebsd-12.1/contrib/libstdc++/scripts/
H A Dtestsuite_flags.in15 testsuite_flags --install-includes
16 --build-includes
32 --install-includes)
36 --build-includes)
/freebsd-12.1/contrib/subversion/
H A DNOTICE4 This product includes software developed by many people, and distributed
13 This product includes software developed under the X Consortium License
16 This product includes software developed by Markus Kuhn under a permissive
24 This product includes software developed by Public Software Group e. V.
30 This product includes code derived from the software developed by Yann Collet
/freebsd-12.1/contrib/byacc/
H A Dlalr.c46 static Value_t **includes; variable
372 includes = NEW2(ngotos, Value_t *); in build_relations()
431 new_includes = transpose(includes, ngotos); in build_relations()
434 if (includes[i]) in build_relations()
435 FREE(includes[i]); in build_relations()
437 FREE(includes); in build_relations()
439 includes = new_includes; in build_relations()
527 digraph(includes); in compute_FOLLOWS()
651 if (includes != 0) in lalr_leaks()
655 free(includes[i]); in lalr_leaks()
[all …]
/freebsd-12.1/contrib/llvm/tools/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()
138 FrontendInputFile InputFile(includes[i], IK); in createChainedIncludesSource()
181 std::string pchName = includes[i-1]; in createChainedIncludesSource()
210 std::string pchName = includes.back() + ".pch-final"; in createChainedIncludesSource()
/freebsd-12.1/contrib/ntp/sntp/unity/auto/
H A Dgenerate_config.yml11 :includes:
12 #use [] for no additional includes, otherwise list the includes on separate lines
H A Dgenerate_test_runner.rb150 includes = {
157 return includes
161 def find_mocks(includes) argument
163 includes.each do |include_file|
/freebsd-12.1/contrib/amd/
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
/freebsd-12.1/usr.sbin/bsdconfig/includes/
H A DMakefile5 FILESDIR= ${LIBEXECDIR}/bsdconfig/includes
9 SCRIPTS= includes.sh
H A DUSAGE32 -f Show functions for selected includes.
35 print only includes containing functions matching pattern.
40 View a list of available includes:
44 View functions for all available includes (function names are
H A DINDEX47 menu_selection="includes|includes"
48 menu_selection="api|includes"
/freebsd-12.1/crypto/openssh/
H A D.depend3 addrmatch.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compa…
4 atomicio.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat…
5 audit-bsm.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compa…
6 audit-linux.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-com…
7 audit.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/ba…
8 auth-bsdauth.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-co…
11 auth-pam.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat…
14 auth-shadow.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-com…
15 auth-sia.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat…
16 auth-skey.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compa…
[all …]
/freebsd-12.1/usr.bin/m4/tests/
H A Dincludes.m42 dnl $OpenBSD: src/regress/usr.bin/m4/includes.m4,v 1.1 2008/08/16 10:02:32 espie Exp $
4 define(`foo', include(includes.aux))dnl
H A DMakefile19 ${PACKAGE}FILES+= includes.aux
20 ${PACKAGE}FILES+= includes.m4
38 ${PACKAGE}FILES+= regress.includes.out
/freebsd-12.1/contrib/libstdc++/include/backward/
H A Dbackward_warning.h32 #warning This file includes at least one deprecated or antiquated header. \
35 header for C++ includes, or <iostream> instead of the deprecated header \
/freebsd-12.1/crypto/openssl/
H A DLICENSE29 * "This product includes software developed by the OpenSSL Project
43 * "This product includes software developed by the OpenSSL Project
60 * This product includes cryptographic software written by Eric Young
61 * ([email protected]). This product includes software written by Tim
100 * "This product includes cryptographic software written by
106 * "This product includes software written by Tim Hudson ([email protected])"
/freebsd-12.1/contrib/apr/
H A Dapr-config.in64 --includes print include information
84 An application should use the results of --cflags, --cppflags, --includes,
154 --includes)
/freebsd-12.1/share/mk/
H A Dbsd.subdir.mk48 cleanobj depend distribute files includes installconfig \
56 clean cleandepend cleandir cleanilinks cleanobj files includes \
102 .for __target in files includes
/freebsd-12.1/contrib/tnftp/
H A DCOPYING36 This product includes software developed by the NetBSD Foundation,
46 This product includes software developed by the University of
51 This product includes software developed by Christos Zoulas.
/freebsd-12.1/contrib/tcpdump/
H A Dconfig.h.in352 such a type exists and the standard includes do not define it. */
356 such a type exists and the standard includes do not define it. */
360 such a type exists and the standard includes do not define it. */
364 a type exists and the standard includes do not define it. */
380 such a type exists and the standard includes do not define it. */
384 such a type exists and the standard includes do not define it. */
388 such a type exists and the standard includes do not define it. */
392 such a type exists and the standard includes do not define it. */
/freebsd-12.1/contrib/openbsm/
H A Dconfigure.ac13 # --with-native-includes forces the use of the system bsm headers.
14 AC_ARG_WITH([native-includes],
15 [AS_HELP_STRING([--with-native-includes],
119 AC_DEFINE(HAVE_FULL_QUEUE_H,, Define if queue.h includes LIST_FIRST)
/freebsd-12.1/contrib/unbound/dnstap/
H A Ddnstap.m425 # workaround for protobuf-c includes at old dir before protobuf-c-1.0.0
33 # workaround for protobuf-c includes at old dir before protobuf-c-1.0.0
/freebsd-12.1/contrib/gdb/gdb/
H A Dmacrotab.c373 f->includes = 0; in new_source_file()
386 for (child = src->includes; child; child = next_child) in free_macro_source_file()
431 for (link = &source->includes; in macro_include()
502 for (child = source->includes; child; child = child->next_included) in macro_lookup_inclusion()

12345678910>>...31