Searched refs:lookup (Results 26 - 50 of 1059) sorted by relevance

1234567891011>>

/netbsd-current/usr.bin/rdist/
H A DMakefile8 SRCS= docmd.c expand.c gram.y lookup.c main.c server.c
/netbsd-current/external/mpl/bind/dist/bin/dig/
H A Dnslookup.c371 trying(char *frm, dig_lookup_t *lookup) { argument
373 UNUSED(lookup);
415 if (!default_lookups || query->lookup->rdtype == dns_rdatatype_a) {
436 dns_name_format(query->lookup->name, nametext,
442 /* the lookup failed */
447 if (default_lookups && query->lookup->rdtype == dns_rdatatype_a) {
449 dig_lookup_t *lookup; local
453 /* Add AAAA lookup. */
455 dns_name_copy(query->lookup->name, name);
458 lookup
733 dig_lookup_t *lookup; local
[all...]
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Ddictionary.cpp51 void *dictionary::lookup(symbol s, void *v) function in class:dictionary
81 (void)lookup(old_table[i].s, old_table[i].v);
87 void *dictionary::lookup(const char *p) function in class:dictionary
93 return lookup(s);
170 object *object_dictionary::lookup(symbol nm) function in class:object_dictionary
172 return (object *)d.lookup(nm);
178 obj = (object *)d.lookup(nm, obj);
187 obj = (object *)d.lookup(newnm, obj);
204 object *obj = (object *)d.lookup(oldnm);
207 obj = (object *)d.lookup(newn
[all...]
H A Ddictionary.h53 void *lookup(symbol s, void *v=0); // returns value associated with key
54 void *lookup(const char *);
82 object *lookup(symbol nm);
/netbsd-current/external/gpl3/gdb/dist/libctf/testsuite/lib/
H A Dctf-lib.exp59 # Compile with the host compiler and link a .c file into a "lookup" binary, then
61 # and pass the name of the resulting binary to the "lookup" binary and check the
67 # lookup binary's source file, the source file(s) with CTF info to compile
72 # OPTION is the name of some option, like "name" or "lookup", and
85 # lookup .c file's name.
87 # lookup: SOURCE
88 # Compile the file SOURCE.c. If omitted, the lookup source defaults
109 # regexp_diff to compare the output of the lookup program against the
138 set opts(lookup) {}
159 if { [llength $opts(lookup)]
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAtomicOrdering.h91 static const bool lookup[8][8] = { local
102 return lookup[static_cast<size_t>(AO)][static_cast<size_t>(Other)];
106 static const bool lookup[8][8] = { local
117 return lookup[static_cast<size_t>(AO)][static_cast<size_t>(Other)];
137 static const AtomicOrderingCABI lookup[8] = { local
147 return lookup[static_cast<size_t>(AO)];
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dmac_expand.c11 /* int mac_expand(result, pattern, flags, filter, lookup, context)
16 /* const char *lookup(const char *key, int mode, void *context)
89 /* Expand attributes in lookup results. This should never be
107 /* .IP lookup
108 /* The attribute lookup routine. Arguments are: the attribute name,
114 /* Caller context that is passed on to the attribute lookup routine.
201 MAC_EXP_LOOKUP_FN lookup; /* lookup routine */ member in struct:__anon100
400 static int mac_exp_parse_relational(MAC_EXP_CONTEXT *mc, const char **lookup, argument
471 mc->flags, mc->filter, mc->lookup, m
547 const char *lookup; local
713 mac_expand(VSTRING *result, const char *pattern, int flags, const char *filter, MAC_EXP_LOOKUP_FN lookup, void *context) argument
749 static const char *lookup(const char *name, int unused_mode, void *context) function
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/utils/fs/
H A Doperations_test.cpp74 lookup(const char* dir, const char* name, const int expected_type) function in namespace:__anon1899
212 ATF_REQUIRE(lookup(".", "dir", DT_DIR));
225 ATF_REQUIRE(!lookup(".", "dir1", DT_DIR));
226 ATF_REQUIRE(!lookup(".", "dir2", DT_DIR));
233 ATF_REQUIRE(!lookup(".", "new-dir", DT_DIR));
235 ATF_REQUIRE(lookup(".", "new-dir", DT_DIR));
242 ATF_REQUIRE(!lookup(".", "a", DT_DIR));
244 ATF_REQUIRE(lookup(".", "a", DT_DIR));
245 ATF_REQUIRE(lookup("a", "b", DT_DIR));
246 ATF_REQUIRE(lookup("
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dobjc.c25 ObjcSelector *ObjcSelector::lookup(const char *) function in class:ObjcSelector
32 ObjcSelector *ObjcSelector::lookup(const char *, size_t, size_t) function in class:ObjcSelector
H A Dobjc.h37 static ObjcSelector *lookup(const char *s);
38 static ObjcSelector *lookup(const char *s, size_t len, size_t pcount);
/netbsd-current/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/
H A Dlookup.exp40 verbose running lookup test on $ctf_test
/netbsd-current/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
H A Dregression.exp40 verbose running lookup test on $ctf_test
/netbsd-current/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/
H A Dwritable.exp30 verbose running lookup test on $ctf_test
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DWasmEHFuncInfo.h41 return SrcToUnwindDest.lookup(BB).get<const BasicBlock *>();
45 const auto &Set = UnwindDestToSrcs.lookup(BB);
66 return SrcToUnwindDest.lookup(MBB).get<MachineBasicBlock *>();
71 const auto &Set = UnwindDestToSrcs.lookup(MBB);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dlocate_plugin.h79 krb5plugin_service_locate_lookup lookup; /* version 2 */ member in struct:krb5plugin_service_locate_ftable
/netbsd-current/usr.sbin/bootp/common/
H A DMakefile6 SRCS= dovend.c dumptab.c getif.c hash.c hwaddr.c lookup.c readfile.c \
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dsdlz.h71 /* A simple DLZ database lookup in progress. */
120 dns_sdlzlookup_t *lookup);
125 * server is performing a query, after both the find zone and lookup
126 * methods have been called. This method is required if the lookup
185 dns_sdlzlookup_t *lookup,
191 * supply a lookup method. This method is called when the
282 dns_sdlzlookupfunc_t lookup; member in struct:dns_sdlzmethods
329 dns_sdlz_putrr_t(dns_sdlzlookup_t *lookup, const char *type, dns_ttl_t ttl,
333 * Add a single resource record to the lookup structure to be later
338 dns_sdlz_putsoa_t(dns_sdlzlookup_t *lookup, cons
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Dsdlz.h70 /* A simple DLZ database lookup in progress. */
119 dns_sdlzlookup_t *lookup);
124 * server is performing a query, after both the find zone and lookup
125 * methods have been called. This method is required if the lookup
184 dns_sdlzlookup_t *lookup,
190 * supply a lookup method. This method is called when the
281 dns_sdlzlookupfunc_t lookup; member in struct:dns_sdlzmethods
328 dns_sdlz_putrr_t(dns_sdlzlookup_t *lookup, const char *type, dns_ttl_t ttl,
332 * Add a single resource record to the lookup structure to be later
337 dns_sdlz_putsoa_t(dns_sdlzlookup_t *lookup, cons
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
H A Dam_edit259 my $lookup = "$program" . '_SOURCES\s*=\s*(.*)';
260 substituteLine($lookup, "$program\_SOURCES=" . $sources{$program});
335 my $lookup = "$program\_OBJECTS.*=[^\n]*";
355 substituteLine ($lookup, $new);
362 my $lookup = '(\@\S+\@)?DEP_FILES\s*=([^\n]*)';
363 if ($MakefileData =~ /\n$lookup\n/o) {
382 substituteLine($lookup, $lines);
404 my $lookup = "install-exec-am:([^\n]*)";
405 if($MakefileData =~ /\n$lookup\n/) {
406 substituteLine("$lookup", "instal
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/utils/config/
H A Dtree_test.cpp144 ATF_REQUIRE_EQ(42, tree.lookup< config::int_node >("var1"));
145 ATF_REQUIRE_EQ("hello", tree.lookup< config::string_node >("var2"));
146 ATF_REQUIRE(!tree.lookup< config::bool_node >("var3"));
167 ATF_REQUIRE_EQ(42, tree.lookup< config::int_node >("foo.bar.1"));
168 ATF_REQUIRE_EQ("hello", tree.lookup< config::string_node >("foo.bar.2"));
169 ATF_REQUIRE(tree.lookup< config::bool_node >("foo.3"));
170 ATF_REQUIRE_EQ(4, tree.lookup< config::int_node >("sub.tree.2"));
171 ATF_REQUIRE_EQ(123, tree.lookup< config::int_node >("sub.tree.3.4"));
202 ATF_REQUIRE( tree1.lookup< config::bool_node >("this.is.a.var"));
203 ATF_REQUIRE(!tree2.lookup< confi
[all...]
H A Dparser_test.cpp93 tree.lookup< config::string_node >("foo"));
124 ATF_REQUIRE_EQ("foo", tree.lookup< config::string_node >("top_string"));
125 ATF_REQUIRE_EQ(12345, tree.lookup< config::int_node >("inner.int"));
127 tree.lookup< config::string_node >("inner.dynamic.foo"));
129 tree.lookup< config::string_node >("inner.dynamic.bar"));
216 ATF_REQUIRE_EQ(3, tree.lookup< config::int_node >("var"));
/netbsd-current/external/bsd/bc/dist/
H A Dmain.c301 (void) lookup (strdup("e"), FUNCT);
302 (void) lookup (strdup("l"), FUNCT);
303 (void) lookup (strdup("s"), FUNCT);
304 (void) lookup (strdup("a"), FUNCT);
305 (void) lookup (strdup("c"), FUNCT);
306 (void) lookup (strdup("j"), FUNCT);
/netbsd-current/external/bsd/kyua-testers/dist/
H A Dfs_test.c88 lookup(const char* dir, const char* name, const int expected_type) function
208 ATF_REQUIRE(lookup(".", "root", DT_REG));
210 ATF_REQUIRE(!lookup(".", "root", DT_REG));
218 ATF_REQUIRE(lookup(".", "root", DT_DIR));
220 ATF_REQUIRE(!lookup(".", "root", DT_DIR));
237 ATF_REQUIRE(lookup(".", "root", DT_DIR));
239 ATF_REQUIRE(!lookup(".", "root", DT_DIR));
254 ATF_REQUIRE(!lookup(".", "root", DT_DIR));
274 ATF_REQUIRE(!lookup(".", "root", DT_DIR));
285 ATF_REQUIRE(lookup("
[all...]
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Dglyphuni.cpp504 glyph_to_unicode *result = glyph_to_unicode_table.lookup(s);
H A Duniglyph.cpp504 unicode_to_glyph *result = unicode_to_glyph_table.lookup(s);

Completed in 181 milliseconds

1234567891011>>