| /freebsd-13.1/usr.bin/soelim/ |
| H A D | soelim.c | 43 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 D | soelim.c | 48 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 D | manpath.c | 157 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 D | NOTICE | 4 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 D | lalr.c | 46 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 D | includes.h | 45 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 D | ChainedIncludesSource.cpp | 116 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 D | generate_config.yml | 11 :includes: 12 #use [] for no additional includes, otherwise list the includes on separate lines
|
| H A D | generate_test_runner.rb | 150 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 D | Makefile | 5 FILESDIR= ${LIBEXECDIR}/bsdconfig/includes 9 SCRIPTS= includes.sh
|
| H A D | USAGE | 32 -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 D | INDEX | 47 menu_selection="includes|includes" 48 menu_selection="api|includes"
|
| /freebsd-13.1/usr.bin/m4/tests/ |
| H A D | includes.m4 | 2 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 D | Makefile | 19 ${PACKAGE}FILES+= includes.aux 20 ${PACKAGE}FILES+= includes.m4 38 ${PACKAGE}FILES+= regress.includes.out
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | .depend | 5 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 D | servconf.h | 297 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 D | LICENSE | 29 * "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 D | THIRDPARTYLICENSE.openssl | 31 * "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 D | THIRDPARTYLICENSE.openssl | 31 * "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 D | apr-config.in | 64 --includes print include information 84 An application should use the results of --cflags, --cppflags, --includes, 154 --includes)
|
| /freebsd-13.1/contrib/tnftp/ |
| H A D | COPYING | 36 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 D | bsd.subdir.mk | 48 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 D | control | 17 license which includes the generated C. 27 license which includes the generated C.
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | config.h.in | 343 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 D | usb251xb.txt | 50 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
|