| /src/external/bsd/mdocml/dist/ |
| soelim.c | 48 static StringList *includes; variable 77 for (i = 0; i < includes->sl_cur; i++) { 78 snprintf(path, sizeof(path), "%s/%s", includes->sl_str[i], 147 includes = sl_init(); 148 if (includes == NULL) 162 sl_add(includes, optarg); 165 sl_free(includes, 0); 179 sl_free(includes, 0);
|
| manconf.h | 32 char *includes; member in struct:manoutput
|
| /src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| ChainedIncludesSource.cpp | 116 std::vector<std::string> &includes = CI.getPreprocessorOpts().ChainedIncludes; local 117 assert(!includes.empty() && "No '-chain-include' in options!"); 125 for (unsigned i = 0, e = includes.size(); i != e; ++i) { 134 CInvok->getPreprocessorOpts().Includes.clear(); 139 FrontendInputFile InputFile(includes[i], IK); 182 std::string pchName = includes[i-1]; 211 std::string pchName = includes.back() + ".pch-final";
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| macrotab.h | 46 given compilation unit #includes the same file twice --- how can I 151 struct macro_source_file *includes; member in struct:macro_source_file
|
| /src/external/gpl3/gdb/dist/gdb/ |
| macrotab.h | 46 given compilation unit #includes the same file twice --- how can I 151 struct macro_source_file *includes; member in struct:macro_source_file
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonBitSimplify.cpp | 136 bool includes(const RegisterSet &Rs) const { function in struct:__anon4841::RegisterSet
|
| HexagonGenInsert.cpp | 156 bool includes(const RegisterSet &Rs) const { function in struct:__anon4868::RegisterSet 1137 if (j != i && LL[j].second.includes(RMi))
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| igen.c | 352 table_include *includes = NULL; local 460 table_include **dir = &includes; 497 instructions = load_insn_table(optarg, decode_rules, filters, includes,
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| igen.c | 352 table_include *includes = NULL; local 460 table_include **dir = &includes; 497 instructions = load_insn_table(optarg, decode_rules, filters, includes,
|
| /src/usr.bin/xlint/lint1/ |
| err.c | 17 * This product includes software developed by Jochen Pohl for 453 } *includes; variable in typeref:struct:include_level 480 top = includes; 488 top->by = includes; 489 includes = top; 492 includes = top->by; 494 top = includes; 508 if ((top = includes) == NULL)
|
| /src/external/bsd/byacc/dist/ |
| lalr.c | 50 static Value_t **includes; variable 371 includes = NEW2(ngotos, Value_t *); 423 includes[i] = shortp = NEW2(nedges + 1, Value_t); 430 new_includes = transpose(includes, ngotos); 433 if (includes[i]) 434 FREE(includes[i]); 436 FREE(includes); 438 includes = new_includes; 526 digraph(includes); 648 if (includes != NULL [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| sshd-auth.c | 32 #include "includes.h" 165 struct include_list includes = TAILQ_HEAD_INITIALIZER(includes); variable in typeref:struct:include_list 427 mm_get_state(ssh, &includes, conf, NULL, timing_secretp, 561 "command-line", 0, NULL, NULL, &includes) != 0) 629 parse_server_config(&options, "rexec", cfg, &includes, NULL, 1);
|
| sshd-session.c | 32 #include "includes.h" 212 struct include_list includes = TAILQ_HEAD_INITIALIZER(includes); variable in typeref:struct:include_list 692 fatal_fr(r, "parse includes"); 693 TAILQ_INSERT_TAIL(&includes, item, entry); 910 "command-line", 0, NULL, NULL, &includes) != 0) 977 parse_server_config(&options, "rexec", cfg, &includes, NULL, 1);
|
| sshd.c | 29 #include "includes.h" 199 struct include_list includes = TAILQ_HEAD_INITIALIZER(includes); variable in typeref:struct:include_list 731 /* pack includes into a string */ 732 TAILQ_FOREACH(item, &includes, entry) { 736 fatal_fr(r, "compose includes"); 1279 parse_server_match_config(&options, &includes, connection_info); 1424 "command-line", 0, NULL, NULL, &includes) != 0) 1501 &includes, NULL, 0);
|
| /src/external/bsd/nsd/dist/ |
| namedb.h | 146 } includes; member in struct:zone 168 * that includes the pointer size for names that are pointer references to
|
| /src/external/bsd/pcc/dist/pcc/cc/driver/ |
| driver.c | 74 struct strlist includes; variable in typeref:struct:strlist 321 STRLIST_FOREACH(s, &includes) { 541 strlist_init(&includes); 663 strlist_append(&includes, argp); 864 strlist_free(&includes);
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Module.h | 204 Vector<SourceFile*> *includes; member in class:Module
|
| DwarfLib.cc | 2375 Include *includes = new Include; local 2376 includes->new_src_file (mod->getMainSrc (), 0, NULL); 2395 includes->new_src_file (src, lineno, cur_func); 2409 includes->push_src_files (cur_func); 2417 delete includes;
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Module.h | 204 Vector<SourceFile*> *includes; member in class:Module
|
| /src/external/gpl3/gcc/dist/c++tools/ |
| server.cc | 141 bool includes (const in6_addr &a) const function in struct:netmask 573 if (i->includes (addr.sin6_addr)) 966 if (i->includes (iter->addr))
|
| /src/external/gpl3/gcc.old/dist/c++tools/ |
| server.cc | 141 bool includes (const in6_addr &a) const function in struct:netmask 573 if (i->includes (addr.sin6_addr)) 966 if (i->includes (iter->addr))
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-predicate-analysis.cc | 795 predicate::includes (const pred_chain &chain) const function in class:predicate 817 if (!includes (preds.m_preds[i]))
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-predicate-analysis.cc | 941 predicate::includes (const pred_chain &chain) const function in class:predicate 963 if (!includes (preds.m_preds[i]))
|
| /src/external/bsd/pcc/dist/pcc/cc/cc/ |
| cc.c | 47 * This product includes software developed or owned by Caldera 408 struct strlist includes; variable in typeref:struct:strlist 441 strlist_init(&includes); 633 strlist_append(&includes, nxtopt(0)); 1095 strlist_free(&includes); 1273 STRLIST_FOREACH(s, &includes) {
|
| /src/external/gpl3/binutils/dist/bfd/ |
| aoutx.h | 968 /* TRUE if text includes exec header. */ 3311 and this object file from the archive includes: 3548 struct aout_link_includes_table includes; 5167 incl_entry = aout_link_includes_lookup (&flaginfo->includes, 5179 bfd_hash_allocate (&flaginfo->includes.root, 5356 if (!bfd_hash_table_init_n (&aout_info.includes.root, 5595 bfd_hash_table_free (&aout_info.includes.root); 5640 bfd_hash_table_free (&aout_info.includes.root); 3539 struct aout_link_includes_table includes; member in struct:aout_final_link_info
|