Searched refs:lookup (Results 226 - 250 of 1059) sorted by relevance

1234567891011>>

/netbsd-current/sys/net/npf/
H A Dnpfkern.h47 struct ifnet * (*lookup)(npf_t *, const char *); member in struct:__anon54
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp65 /// Used during the InlineInfo::lookup() call to quickly skip child InlineInfo
95 /// Used during the InlineInfo::lookup() call to quickly only parse an
108 static bool lookup(const GsymReader &GR, DataExtractor &Data, uint64_t &Offset, function
134 Done = lookup(GR, Data, Offset, ChildBaseAddr, Addr, SrcLocs, Err);
159 llvm::Error InlineInfo::lookup(const GsymReader &GR, DataExtractor &Data, function in class:InlineInfo
165 ::lookup(GR, Data, Offset, BaseAddr, Addr, SrcLocs, Err);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DInlineInfo.h85 /// needed for the lookup will be extracted, other info can be skipped and
109 /// \param Addr The address to lookup.
122 static llvm::Error lookup(const GsymReader &GR, DataExtractor &Data,
133 /// \param Addr the address to lookup
/netbsd-current/external/apache2/llvm/dist/llvm/examples/HowToUseLLJIT/
H A DHowToUseLLJIT.cpp94 auto Add1Sym = ExitOnErr(J->lookup("add1"));
/netbsd-current/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITDumpObjects/
H A DLLJITDumpObjects.cpp64 auto Add1Sym = ExitOnErr(J->lookup("add1"));
/netbsd-current/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectCache/
H A DLLJITWithObjectCache.cpp72 auto Add1Sym = ExitOnErr(J->lookup("add1"));
/netbsd-current/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithOptimizingIRTransform/
H A DLLJITWithOptimizingIRTransform.cpp114 auto EntrySym = ExitOnErr(J->lookup("entry"));
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DReturnValueChecker.cpp86 const bool *RawExpectedValue = CDM.lookup(Call);
133 const bool *RawExpectedValue = CDM.lookup(*Call);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DCodeExpander.cpp73 OS << Expansions.lookup(Var);
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dsignal.c81 uv_signal_t lookup; local
89 lookup.signum = signum;
90 lookup.loop = NULL;
92 for (handle = RB_NFIND(uv_signal_tree_s, &uv__signal_tree, &lookup);
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Ddirsearch.cc112 Dir_cache* lookup(const char*) const;
138 if (this->lookup(dirname) != NULL)
156 Dir_caches::lookup(const char* dirname) const function in class:__anon1681::Dir_caches
241 // Search for a file. NOTE: we only log failed file-lookup attempts
258 Dir_cache* pdc = caches->lookup(p->name().c_str());
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dverify_extra_test.c119 X509_LOOKUP *lookup = NULL; local
125 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file());
126 if (lookup == NULL)
128 if (!X509_LOOKUP_load_file(lookup, roots_f, X509_FILETYPE_PEM))
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dverify_extra_test.c69 X509_LOOKUP *lookup = NULL; local
75 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file());
76 if (lookup == NULL)
78 if (!X509_LOOKUP_load_file(lookup, roots_f, X509_FILETYPE_PEM))
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Ddirsearch.cc112 Dir_cache* lookup(const char*) const;
138 if (this->lookup(dirname) != NULL)
156 Dir_caches::lookup(const char* dirname) const function in class:__anon577::Dir_caches
241 // Search for a file. NOTE: we only log failed file-lookup attempts
258 Dir_cache* pdc = caches->lookup(p->name().c_str());
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Ddirsearch.cc112 Dir_cache* lookup(const char*) const;
138 if (this->lookup(dirname) != NULL)
156 Dir_caches::lookup(const char* dirname) const function in class:__anon565::Dir_caches
241 // Search for a file. NOTE: we only log failed file-lookup attempts
258 Dir_cache* pdc = caches->lookup(p->name().c_str());
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c1 /* Definitions for C++ name lookup routines.
66 /* Mark this as a lookup, so we can tell this is a stat hack. */
173 name_lookup *previous; /* Previously active lookup. */
176 /* Marked scope stack for outermost name lookup. */
178 /* Currently active lookup. */
239 qualified lookup rules. */
267 /* Search namespace + inlines + maybe usings as qualified lookup. */
270 /* Search namespace + inlines + usings as unqualified lookup. */
273 /* ADL lookup of ARGS. */
278 allocating and freeing on every single lookup
1226 tree lookup = conv_op ? conv_op_identifier : name; local
3900 do_nonmember_using_decl(name_lookup &lookup, bool fn_scope_p, tree *value_p, tree *type_p) argument
4612 lookup_using_decl(tree scope, name_lookup &lookup) argument
6049 qualified_namespace_lookup(tree scope, name_lookup *lookup) argument
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_tls_policy.c23 /* smtp_tls_list_init() initializes lookup tables used by the TLS
46 /* the TLS policy lookup fails.
57 /* the DNSSEC validation status of the host name lookup after
133 static MAPS *tls_policy; /* lookup table(s) */
134 static MAPS *tls_per_site; /* lookup table(s) */
178 const char *lookup; local
181 * Look up a non-default policy. In case of multiple lookup results, the
187 if ((lookup = maps_find(tls_per_site, site_name, 0)) != 0) {
188 if (!strcasecmp(lookup, "NONE")) {
192 } else if (!strcasecmp(lookup, "MA
224 const char *lookup; local
[all...]
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Dreg.cpp313 reg *r = (reg *)number_reg_dictionary.lookup(nm);
341 reg *r = (reg *)number_reg_dictionary.lookup(nm);
365 reg *r = (reg *)number_reg_dictionary.lookup(nm);
375 reg *r = (reg *)number_reg_dictionary.lookup(nm);
391 reg *r = (reg *)number_reg_dictionary.lookup(nm);
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dsignal.c167 uv_signal_t lookup; local
170 lookup.signum = signum;
171 lookup.flags = 0;
172 lookup.loop = NULL;
174 handle = RB_NFIND(uv__signal_tree_s, &uv__signal_tree, &lookup);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc1 /* Definitions for C++ name lookup routines.
93 /* Mark this as a lookup, so we can tell this is a stat hack. */
448 name_lookup *previous; /* Previously active lookup. */
451 /* Marked scope stack for outermost name lookup. */
453 /* Currently active lookup. */
527 qualified lookup rules. */
550 /* Search namespace + inlines + maybe usings as qualified lookup. */
553 /* Search namespace + inlines + usings as unqualified lookup. */
556 /* ADL lookup of ARGS. */
561 allocating and freeing on every single lookup
1837 tree lookup = conv_op ? conv_op_identifier : name; local
4798 do_nonmember_using_decl(name_lookup &lookup, bool fn_scope_p, bool insert_p, tree *value_p, tree *type_p) argument
5526 lookup_using_decl(tree scope, name_lookup &lookup) argument
6132 push_using_decl_bindings(name_lookup *lookup, tree name, tree value) argument
7131 qualified_namespace_lookup(tree scope, name_lookup *lookup) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dft32.h293 unsigned int lookup; local
300 lookup = op32 & ~Rd_mask & ~R1_mask;
301 find = (unsigned int *) bsearch (&lookup, sc_form_0, N_SC_FORM0,
310 lookup = op32 & ~Rd_mask & ~R2_mask;
311 find = (unsigned int *) bsearch (&lookup, sc_form_1, N_SC_FORM1,
320 lookup = op32 & ~R1_mask;
321 find = (unsigned int *) bsearch (&lookup, sc_form_2, N_SC_FORM2,
330 lookup = op32 & ~Rd_mask;
331 find = (unsigned int *) bsearch (&lookup, sc_form_3, N_SC_FORM3,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-pretty-print.c74 The procedure is called as (lookup gdb:pretty-printer value).
77 SCM lookup; member in struct:__anon1120
149 gdbscm_make_pretty_printer (SCM name, SCM lookup)
158 SCM_ASSERT_TYPE (gdbscm_is_procedure (lookup), lookup, SCM_ARG2, FUNC_NAME,
162 pp_smob->lookup = lookup;
396 if (!gdbscm_is_procedure (pp_smob->lookup))
399 (_("invalid lookup object in pretty-printer matcher"),
400 pp_smob->lookup);
148 gdbscm_make_pretty_printer(SCM name, SCM lookup) argument
157 SCM_ASSERT_TYPE (gdbscm_is_procedure (lookup), lookup, SCM_ARG2, FUNC_NAME, local
[all...]
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dft32.h293 unsigned int lookup; local
300 lookup = op32 & ~Rd_mask & ~R1_mask;
301 find = (unsigned int *) bsearch (&lookup, sc_form_0, N_SC_FORM0,
310 lookup = op32 & ~Rd_mask & ~R2_mask;
311 find = (unsigned int *) bsearch (&lookup, sc_form_1, N_SC_FORM1,
320 lookup = op32 & ~R1_mask;
321 find = (unsigned int *) bsearch (&lookup, sc_form_2, N_SC_FORM2,
330 lookup = op32 & ~Rd_mask;
331 find = (unsigned int *) bsearch (&lookup, sc_form_3, N_SC_FORM3,
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-pretty-print.c74 The procedure is called as (lookup gdb:pretty-printer value).
77 SCM lookup; member in struct:pretty_printer_smob
149 gdbscm_make_pretty_printer (SCM name, SCM lookup)
158 SCM_ASSERT_TYPE (gdbscm_is_procedure (lookup), lookup, SCM_ARG2, FUNC_NAME,
162 pp_smob->lookup = lookup;
396 if (!gdbscm_is_procedure (pp_smob->lookup))
399 (_("invalid lookup object in pretty-printer matcher"),
400 pp_smob->lookup);
148 gdbscm_make_pretty_printer(SCM name, SCM lookup) argument
157 SCM_ASSERT_TYPE (gdbscm_is_procedure (lookup), lookup, SCM_ARG2, FUNC_NAME, local
[all...]
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/sqlite3/
H A Ddlz_sqlite3_dynamic.c294 "lookup. "
440 * The processing of result sets for lookup and authority are
485 dlz_sqlite3_process_rs(sqlite3_instance_t *db, dns_sdlzlookup_t *lookup, argument
508 result = db->putrr(lookup, "a", 86400, safeGet(row[0]));
515 result = db->putrr(lookup, safeGet(row[0]), 86400,
532 result = db->putrr(lookup, safeGet(row[1]), ttl,
574 result = db->putrr(lookup, safeGet(row[1]), ttl,
789 * If the lookup function does not return SOA or NS records for the zone,
793 dlz_authority(const char *zone, void *dbdata, dns_sdlzlookup_t *lookup) { argument
814 * lookup an
822 dlz_lookup(const char *zone, const char *name, void *dbdata, dns_sdlzlookup_t *lookup, dns_clientinfomethods_t *methods, dns_clientinfo_t *clientinfo) argument
[all...]

Completed in 310 milliseconds

1234567891011>>