Searched refs:lookup (Results 176 - 200 of 1059) sorted by relevance

1234567891011>>

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_unix.c169 const char *(*lookup) (DICT *, const char *);
198 dict_unix->dict.lookup = lp->lookup;
H A Ddict_utf8.c14 /* dict_utf8_activate() wraps a dictionary's lookup/update/delete
24 /* skipped while reporting a non-error status, and lookup
67 * Proposed over-all policy: skip attempts to store invalid UTF-8 lookup keys
69 * maximizes program robustness. If we get an invalid lookup result, report
77 * If the lookup result is invalid, log a warning and return a configuration
136 /* dict_utf8_lookup - UTF-8 lookup method wrapper */
162 value = backup->lookup(dict, fold_res);
285 * Interpose on the lookup/update/delete methods. It is a conscious
288 backup->lookup = dict->lookup;
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Dmetadata.cpp382 user_config.lookup< config::string_node >("architecture");
404 user_config.lookup< config::string_node >("platform");
553 return _pimpl->props.lookup< config::strings_set_node >(
564 return _pimpl->props.lookup< config::strings_set_node >("allowed_platforms");
584 return _pimpl->props.lookup< config::string_node >("description");
594 return _pimpl->props.lookup< config::bool_node >("has_cleanup");
604 return _pimpl->props.lookup< config::strings_set_node >("required_configs");
614 return _pimpl->props.lookup< paths_set_node >("required_files");
624 return _pimpl->props.lookup< bytes_node >("required_memory");
634 return _pimpl->props.lookup< paths_set_nod
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGRecordLayout.h200 return FieldInfo.lookup(FD);
205 return NonVirtualBases.lookup(RD);
212 return CompleteObjectVirtualBases.lookup(base);
/netbsd-current/usr.sbin/bootp/bootpd/
H A DMakefile.UNIX125 lookup.o getif.o hwaddr.o tzone.o report.o $(STRERROR)
130 lookup.o hwaddr.o tzone.o report.o $(STRERROR)
143 # This is just for testing the lookup functions.
144 TRYLOOK= trylook.o lookup.o report.o $(STRERROR)
181 lookup.o : bootp.h bptypes.h lookup.h report.h
183 readfile.o : bootp.h bptypes.h hash.h hwaddr.h lookup.h readfile.h
/netbsd-current/usr.bin/mail/
H A Dvars.c103 lookup(const char name[]) function
123 vp = lookup(name);
144 if ((vp = lookup(name)) == NULL)
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dsun_map.h94 int lookup; /* lookup type i.e file, yp, program, etc. */ member in struct:sun_map
/netbsd-current/usr.sbin/gspa/gspa/
H A Dgsp_sym.c51 lookup(char *id, bool makeit) function
85 ptr = lookup(id, TRUE);
135 bp = lookup(id, TRUE);
142 fp = lookup(id, TRUE);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTImporterLookupTable.h1 //===- ASTImporterLookupTable.h - ASTImporter specific lookup--*- C++ -*---===//
10 // lookup procedure for the import mechanism.
28 // There are certain cases when normal C/C++ lookup (localUncachedLookup)
42 // new Decl or not based on the lookup results.
43 // To overcome these cases we need an importer specific lookup table which
67 LookupResult lookup(DeclContext *DC, DeclarationName Name) const;
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dsmtp_reply_footer.c12 /* lookup, context)
17 /* const char *(*lookup) (const char *name, void *context);
46 /* .IP lookup
47 /* Attribute name/value lookup function. The result value must
51 /* Call-back context for the lookup function.
100 MAC_EXP_LOOKUP_FN lookup,
191 lookup, context) & MAC_PARSE_ERROR);
255 static const char *lookup(const char *name, int unused_mode, void *context) function
272 lookup, context);
97 smtp_reply_footer(VSTRING *buffer, ssize_t start, const char *template, const char *filter, MAC_EXP_LOOKUP_FN lookup, void *context) argument
/netbsd-current/external/bsd/unbound/dist/cachedb/
H A Dcachedb.h82 int (*lookup)(struct module_env*, struct cachedb_env*, char*, member in struct:cachedb_backend
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Didentifier.h47 static Identifier *lookup(const char *s, size_t len);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dstringtable.h47 StringValue *lookup(const char *s, d_size_t len);
/netbsd-current/games/battlestar/
H A Dparse.c49 static struct wlist *lookup(const char *);
76 lookup(const char *s) function
91 if (lookup(wp->string) == NULL) {
108 if ((wp = lookup(words[n])) == NULL) {
/netbsd-current/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/
H A DLLJITWithCustomObjectLinkingLayer.cpp59 auto Add1Sym = ExitOnErr(J->lookup("add1"));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv-subset.h80 riscv_subset_t *lookup (const char *,
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dzone_p.h49 dns__zone_lookup_nsec3param(dns_zone_t *zone, dns_rdata_nsec3param_t *lookup,
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/include/
H A Ddlz_minimal.h181 dns_sdlz_putrr_t(dns_sdlzlookup_t *lookup, const char *type, dns_ttl_t ttl,
243 dns_sdlzlookup_t *lookup);
247 dns_sdlzlookup_t *lookup, dns_clientinfomethods_t *methods,
256 dlz_authority(const char *zone, void *dbdata, dns_sdlzlookup_t *lookup);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dzone_p.h48 dns__zone_lookup_nsec3param(dns_zone_t *zone, dns_rdata_nsec3param_t *lookup,
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValueSymbolTable.h74 Value *lookup(StringRef Name) const { return vmap.lookup(Name); } function in class:llvm::ValueSymbolTable
/netbsd-current/external/gpl3/gcc.old/dist/gcc/common/config/riscv/
H A Driscv-common.c81 riscv_subset_t *lookup (const char *,
175 riscv_subset_list::lookup (const char *subset, int major_version, function in class:riscv_subset_list
556 if (subset_list->lookup ("e"))
560 if (subset_list->lookup ("m"))
564 if (subset_list->lookup ("a"))
568 if (subset_list->lookup ("f"))
571 if (subset_list->lookup ("d"))
575 if (subset_list->lookup ("c"))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DPhiValues.cpp52 assert(DepthMap.lookup(Phi) == 0);
62 unsigned int OpDepthNumber = DepthMap.lookup(PhiPhiOp);
65 OpDepthNumber = DepthMap.lookup(PhiPhiOp);
126 unsigned int DepthNumber = DepthMap.lookup(PN);
130 DepthNumber = DepthMap.lookup(PN);
171 unsigned int N = DepthMap.lookup(&PN);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dopaque-type-lookup.exp25 standard_testfile opaque-type-lookup.c opaque-type-lookup-1.S opaque-type-lookup-2.c
44 # to the defining partial unit, setting aside the symbol lookup cache.
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dstringtable.d130 inout(StringValue!T)* lookup(scope const(char)[] str) inout @nogc nothrow pure
134 // printf("lookup %.*s %p\n", cast(int)str.length, str.ptr, table[i].value ?: null);
139 inout(StringValue!T)* lookup(scope const(char)* s, size_t length) inout @nogc nothrow pure
141 return lookup(s[0 .. length]);
335 const lookup = tab.lookup("foo");
336 assert(lookup.value == foo.ptr);
337 assert(lookup.len == 3);
338 assert(lookup.toString() == "foo");
340 assert(tab.lookup("ba
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsplay-tree-utils.cc67 // Look up VALUE in TREE using the single-comparator lookup function.
75 return tree.lookup (compare);
78 // Look up VALUE in TREE using the double-comparator lookup function.
90 return tree.lookup (want_something_smaller, want_something_bigger);
106 // Test various lookups on TREE using LOOKUP, where lookup returns the
107 // same kind of value as the rooted_splay_tree lookup functions.
109 test_lookup (splay_tree<int> &tree, int (*lookup) (splay_tree<int> &, int))
113 ASSERT_EQ (lookup (tree, value), 0);
118 int result = lookup (tree, value - 1);
136 int result = lookup (tre
[all...]

Completed in 175 milliseconds

1234567891011>>