Home
last modified time | relevance | path

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

12345678910>>...29

/freebsd-13.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-13.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-13.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
33 This product includes code derived from the software developed by Thomas
/freebsd-13.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-13.1/contrib/llvm-project/libcxx/include/__algorithm/
H A Dincludes.h45 includes(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterato… in includes() function
56 includes(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterato… in includes() function
58 return _VSTD::includes(__first1, __last1, __first2, __last2, in includes()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.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-13.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-13.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-13.1/crypto/openssh/
H A D.depend5 addr.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/bas…
6 addrmatch.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compa…
7 atomicio.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat…
8 audit-bsm.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compa…
9 audit-linux.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-com…
10 audit.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/ba…
11 auth-bsdauth.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-co…
14 auth-pam.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat…
17 auth-shadow.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-com…
18 auth-sia.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat…
[all …]
H A Dservconf.h297 int *, struct connection_info *, struct include_list *includes);
301 struct include_list *includes, struct connection_info *);
303 struct include_list *includes, struct connection_info *);
/freebsd-13.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-13.1/sys/contrib/openzfs/lib/libzfs/
H A DTHIRDPARTYLICENSE.openssl31 * "This product includes software developed by the OpenSSL Project
45 * "This product includes software developed by the OpenSSL Project
62 * This product includes cryptographic software written by Eric Young
63 * ([email protected]). This product includes software written by Tim
102 * "This product includes cryptographic software written by
108 * "This product includes software written by Tim Hudson ([email protected])"
/freebsd-13.1/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A DTHIRDPARTYLICENSE.openssl31 * "This product includes software developed by the OpenSSL Project
45 * "This product includes software developed by the OpenSSL Project
62 * This product includes cryptographic software written by Eric Young
63 * ([email protected]). This product includes software written by Tim
102 * "This product includes cryptographic software written by
108 * "This product includes software written by Tim Hudson ([email protected])"
/freebsd-13.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-13.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-13.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-13.1/contrib/byacc/package/debian/
H A Dcontrol17 license which includes the generated C.
27 license which includes the generated C.
/freebsd-13.1/contrib/tcpdump/
H A Dconfig.h.in343 such a type exists and the standard includes do not define it. */
347 such a type exists and the standard includes do not define it. */
351 such a type exists and the standard includes do not define it. */
355 a type exists and the standard includes do not define it. */
371 such a type exists and the standard includes do not define it. */
375 such a type exists and the standard includes do not define it. */
379 such a type exists and the standard includes do not define it. */
383 such a type exists and the standard includes do not define it. */
/freebsd-13.1/sys/contrib/device-tree/Bindings/usb/
H A Dusb251xb.txt50 from VBUS when operating in self-powered hub. It includes the hub
54 from VBUS when operating in self-powered hub. It includes the hub
58 from VBUS when operating in self-powered hub. It includes the hub
62 from VBUS when operating in self-powered hub. It includes the hub

12345678910>>...29