| /freebsd-12.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-12.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-12.1/contrib/libstdc++/scripts/ |
| H A D | testsuite_flags.in | 15 testsuite_flags --install-includes 16 --build-includes 32 --install-includes) 36 --build-includes)
|
| /freebsd-12.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
|
| /freebsd-12.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-12.1/contrib/llvm/tools/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() 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 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-12.1/contrib/amd/ |
| H A D | aux_conf.h.in | 11 * 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 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-12.1/crypto/openssh/ |
| H A D | .depend | 3 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 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-12.1/contrib/libstdc++/include/backward/ |
| H A D | backward_warning.h | 32 #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 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-12.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-12.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-12.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-12.1/contrib/tcpdump/ |
| H A D | config.h.in | 352 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 D | configure.ac | 13 # --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 D | dnstap.m4 | 25 # 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 D | macrotab.c | 373 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()
|