Searched refs:lookup (Results 1 - 25 of 286) sorted by relevance

1234567891011>>

/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_d2.c67 X509_LOOKUP *lookup; local
69 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_file());
70 if (lookup == NULL)
72 X509_LOOKUP_load_file(lookup, NULL, X509_FILETYPE_DEFAULT);
74 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_hash_dir());
75 if (lookup == NULL)
77 X509_LOOKUP_add_dir(lookup, NULL, X509_FILETYPE_DEFAULT);
88 X509_LOOKUP *lookup; local
91 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_file());
92 if (lookup
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dlookup.c18 /* $Id: lookup.c,v 1.21 2007/06/18 23:47:40 tbox Exp $ */
32 #include <dns/lookup.h>
64 static void lookup_find(dns_lookup_t *lookup, dns_fetchevent_t *event);
68 dns_lookup_t *lookup = event->ev_arg; local
73 REQUIRE(VALID_LOOKUP(lookup));
74 REQUIRE(lookup->task == task);
76 REQUIRE(fevent->fetch == lookup->fetch);
78 lookup_find(lookup, fevent);
82 start_fetch(dns_lookup_t *lookup) { argument
86 * The caller must be holding the lookup'
104 build_event(dns_lookup_t *lookup) argument
163 view_find(dns_lookup_t *lookup, dns_name_t *foundname) argument
181 lookup_find(dns_lookup_t *lookup, dns_fetchevent_t *event) argument
390 dns_lookup_t *lookup; local
462 dns_lookup_cancel(dns_lookup_t *lookup) argument
480 dns_lookup_t *lookup; local
[all...]
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddig.c234 " local d-opts and servers (after host name) affect only that lookup.\n"
256 if (query->lookup->stats && !short_form) {
265 if (query->lookup->doing_xfr) {
282 } else if (query->lookup->identify && !short_form) {
286 query->lookup->doing_xfr ?
299 trying(char *frm, dig_lookup_t *lookup) { argument
301 UNUSED(lookup);
314 if (query->lookup->trace || query->lookup->ns_search_only) {
324 if (query->lookup
668 printgreeting(int argc, char **argv, dig_lookup_t *lookup) argument
719 plus_option(char *option, isc_boolean_t is_batchfile, dig_lookup_t *lookup) argument
1209 dash_option(char *option, char *next, dig_lookup_t **lookup, isc_boolean_t *open_type_class, isc_boolean_t *need_clone, isc_boolean_t config_only, int argc, char **argv, isc_boolean_t *firstarg) argument
1518 dig_lookup_t *lookup = NULL; local
[all...]
H A Dhost.c158 " -N changes the number of dots allowed before root lookup is done\n"
194 trying(char *frm, dig_lookup_t *lookup) { argument
195 UNUSED(lookup);
223 if (query->lookup->identify_previous_line) {
229 if (query->lookup->identify) {
290 if (query->lookup->rdtype == dns_rdatatype_axfr &&
448 dns_name_format(query->lookup->name, namestr, sizeof(namestr));
450 if (query->lookup->identify_previous_line)
454 query->lookup->textname, msg->rcode,
459 query->lookup
466 dig_lookup_t *lookup; local
660 dig_lookup_t *lookup; local
[all...]
H A Ddighost.c357 cancel_lookup(dig_lookup_t *lookup);
568 * Create a server structure, which is part of the lookup structure.
726 * Create an empty lookup structure, which holds all the information needed
812 * Clone a lookup, perhaps copying the server list. This does not clone
814 * function, nor does it queue up the new lookup for processing.
888 * Requeue a lookup for further processing, perhaps copying the server
889 * list. The new lookup structure is returned to the caller, and is
892 * completion of the event may result in the next entry on the lookup
1451 * and the lookup list is empty.
1454 * a whole or reseed the lookup lis
1475 dig_lookup_t *lookup; local
1518 try_clear_lookup(dig_lookup_t *lookup) argument
1554 destroy_lookup(dig_lookup_t *lookup) argument
1703 check_next_lookup(dig_lookup_t *lookup) argument
1728 dig_lookup_t *lookup = NULL; local
1895 dig_lookup_t *lookup; local
1950 insert_soa(dig_lookup_t *lookup) argument
2018 setup_lookup(dig_lookup_t *lookup) argument
2413 cancel_lookup(dig_lookup_t *lookup) argument
3662 getaddresses(dig_lookup_t *lookup, const char *host, isc_result_t *resultp) argument
3695 do_lookup(dig_lookup_t *lookup) argument
4172 dig_lookup_t *lookup; local
4360 dig_lookup_t *lookup = NULL; local
[all...]
H A Dnslookup.c408 trying(char *frm, dig_lookup_t *lookup) { argument
410 UNUSED(lookup);
442 dns_name_format(query->lookup->name,
448 /* the lookup failed */
459 query->lookup->textname);
462 (query->lookup->rdtype != dns_rdatatype_a)) {
673 dig_lookup_t *lookup; local
695 lookup = make_empty_lookup();
696 if (get_reverse(store, sizeof(store), opt, lookup->ip6_int, ISC_TRUE)
698 strlcpy(lookup
[all...]
/freebsd-9.3-release/lib/libc/rpc/
H A Dgetpublickey.c41 * Public key lookup routines
69 char lookup[3 * HEXKEYBYTES]; local
74 if (!getpublicandprivatekey(netname, lookup))
76 p = strchr(lookup, ':');
81 (void) strncpy(publickey, lookup, HEXKEYBYTES);
116 char *lookup; local
125 lookup = NULL;
126 err = yp_match(domain, PKMAP, key, strlen(key), &lookup, &len);
133 lookup[len] = 0;
134 strcpy(ret, lookup);
[all...]
/freebsd-9.3-release/libexec/mknetid/
H A Dhash.h53 extern struct grouplist *lookup(struct member_entry **, char *);
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dbuiltin.c45 static isc_result_t do_version_lookup(dns_sdblookup_t *lookup);
46 static isc_result_t do_hostname_lookup(dns_sdblookup_t *lookup);
47 static isc_result_t do_authors_lookup(dns_sdblookup_t *lookup);
48 static isc_result_t do_id_lookup(dns_sdblookup_t *lookup);
49 static isc_result_t do_empty_lookup(dns_sdblookup_t *lookup);
50 static isc_result_t do_dns64_lookup(dns_sdblookup_t *lookup);
59 isc_result_t (*do_lookup)(dns_sdblookup_t *lookup);
126 dns_sdblookup_t *lookup)
279 return (dns_sdb_putrdata(lookup, dns_rdatatype_cname, 600,
285 dns_sdblookup_t *lookup, dns_clientinfomethods_
125 dns64_cname(const dns_name_t *zone, const dns_name_t *name, dns_sdblookup_t *lookup) argument
284 builtin_lookup(const char *zone, const char *name, void *dbdata, dns_sdblookup_t *lookup, dns_clientinfomethods_t *methods, dns_clientinfo_t *clientinfo) argument
301 dns64_lookup(const dns_name_t *zone, const dns_name_t *name, void *dbdata, dns_sdblookup_t *lookup, dns_clientinfomethods_t *methods, dns_clientinfo_t *clientinfo) argument
317 put_txt(dns_sdblookup_t *lookup, const char *text) argument
328 do_version_lookup(dns_sdblookup_t *lookup) argument
340 do_hostname_lookup(dns_sdblookup_t *lookup) argument
356 do_authors_lookup(dns_sdblookup_t *lookup) argument
397 do_id_lookup(dns_sdblookup_t *lookup) argument
414 do_dns64_lookup(dns_sdblookup_t *lookup) argument
420 do_empty_lookup(dns_sdblookup_t *lookup) argument
427 builtin_authority(const char *zone, void *dbdata, dns_sdblookup_t *lookup) argument
[all...]
/freebsd-9.3-release/lib/librpcsvc/
H A Dsecretkey.c44 * Secret key lookup routines
63 char lookup[3 * HEXKEYBYTES]; local
68 if (!getpublicandprivatekey(netname, lookup))
70 p = strchr(lookup, ':');
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dsdb.h51 * A simple database lookup in progress. This is an opaque type.
62 dns_sdblookup_t *lookup,
67 void *dbdata, dns_sdblookup_t *lookup,
87 dns_sdblookupfunc_t lookup; member in struct:dns_sdbmethods
119 * function 'lookup', passing it a printable zone name 'zone', a printable
122 * argument to 'lookup' and 'authority' is an opaque pointer to be passed to
125 * The lookup function returns the lookup results to the name server
127 * the return value of the lookup function should be ISC_R_SUCCESS.
128 * If the domain name 'name' does not exist, the lookup functio
[all...]
H A Dsdlz.h72 /* A simple DLZ database lookup in progress. */
122 dns_sdlzlookup_t *lookup);
127 * server is performing a query, after both the find zone and lookup
128 * methods have been called. This method is required if the lookup
186 void *dbdata, dns_sdlzlookup_t *lookup,
192 * supply a lookup method. This method is called when the
290 dns_sdlzlookupfunc_t lookup; member in struct:dns_sdlzmethods
338 typedef isc_result_t dns_sdlz_putrr_t(dns_sdlzlookup_t *lookup,
344 * Add a single resource record to the lookup structure to be later
348 typedef isc_result_t dns_sdlz_putsoa_t(dns_sdlzlookup_t *lookup,
[all...]
/freebsd-9.3-release/contrib/smbfs/smbutil/
H A DMakefile4 SRCS= smbutil.c dumptree.c login.c lookup.c view.c print.c
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dlocate_plugin.h60 krb5plugin_service_locate_lookup lookup; member in struct:krb5plugin_service_locate_ftable
/freebsd-9.3-release/libexec/revnetgroup/
H A Dhash.h64 extern char *lookup(struct group_entry **, char *);
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Ddictionary.cpp49 void *dictionary::lookup(symbol s, void *v) function in class:dictionary
79 (void)lookup(old_table[i].s, old_table[i].v);
85 void *dictionary::lookup(const char *p) function in class:dictionary
91 return lookup(s);
168 object *object_dictionary::lookup(symbol nm) function in class:object_dictionary
170 return (object *)d.lookup(nm);
176 obj = (object *)d.lookup(nm, obj);
185 obj = (object *)d.lookup(newnm, obj);
202 object *obj = (object *)d.lookup(oldnm);
205 obj = (object *)d.lookup(newn
[all...]
H A Ddictionary.h51 void *lookup(symbol s, void *v=0); // returns value associated with key
52 void *lookup(const char *);
80 object *lookup(symbol nm);
/freebsd-9.3-release/crypto/openssh/
H A Dauth2-hostbased.c154 const char *resolvedname, *ipaddr, *lookup, *reason; local
176 lookup = chost;
184 lookup = resolvedname;
189 key_cert_check_authority(key, 1, 0, lookup, &reason)) {
195 host_status = check_key_in_hostfiles(pw, key, lookup,
201 host_status = check_key_in_hostfiles(pw, key, lookup,
214 cuser, lookup);
218 key_type(key), fp, cuser, lookup);
/freebsd-9.3-release/libexec/bootpd/tools/bootpef/
H A DMakefile6 SRCS= bootpef.c dovend.c readfile.c hash.c dumptab.c lookup.c \
/freebsd-9.3-release/usr.bin/gprof/
H A DMakefile5 SRCS= gprof.c aout.c arcs.c dfn.c elf.c lookup.c hertz.c \
/freebsd-9.3-release/usr.bin/smbutil/
H A DMakefile4 SRCS= smbutil.c dumptree.c login.c lookup.c view.c print.c
/freebsd-9.3-release/sys/arm/arm/
H A Delf_machdep.c127 int type, int local, elf_lookup_fn lookup)
170 addr = lookup(lf, symidx, 1);
186 addr = lookup(lf, symidx, 1);
205 elf_lookup_fn lookup)
208 return (elf_reloc_internal(lf, relocbase, data, type, 0, lookup));
213 int type, elf_lookup_fn lookup)
216 return (elf_reloc_internal(lf, relocbase, data, type, 1, lookup));
126 elf_reloc_internal(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, int local, elf_lookup_fn lookup) argument
204 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, elf_lookup_fn lookup) argument
212 elf_reloc_local(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, elf_lookup_fn lookup) argument
/freebsd-9.3-release/sys/powerpc/powerpc/
H A Delf64_machdep.c131 int type, int local, elf_lookup_fn lookup)
160 addr = lookup(lf, symidx, 1);
172 addr = lookup(lf, symidx, 1);
187 elf_lookup_fn lookup)
190 return (elf_reloc_internal(lf, relocbase, data, type, 0, lookup));
195 int type, elf_lookup_fn lookup)
198 return (elf_reloc_internal(lf, relocbase, data, type, 1, lookup));
130 elf_reloc_internal(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, int local, elf_lookup_fn lookup) argument
186 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, elf_lookup_fn lookup) argument
194 elf_reloc_local(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, elf_lookup_fn lookup) argument
/freebsd-9.3-release/sys/ia64/ia64/
H A Delf_machdep.c131 lookup_fdesc(linker_file_t lf, Elf_Size symidx, elf_lookup_fn lookup) argument
139 addr = lookup(lf, symidx, 0);
180 int type, int local, elf_lookup_fn lookup)
226 addr = lookup(lf, symidx, 1);
236 addr = lookup_fdesc(lf, symidx, lookup);
244 addr = lookup_fdesc(lf, symidx, lookup);
261 elf_lookup_fn lookup)
264 return (elf_reloc_internal(lf, relocbase, data, type, 0, lookup));
269 int type, elf_lookup_fn lookup)
272 return (elf_reloc_internal(lf, relocbase, data, type, 1, lookup));
179 elf_reloc_internal(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, int local, elf_lookup_fn lookup) argument
260 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, elf_lookup_fn lookup) argument
268 elf_reloc_local(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, elf_lookup_fn lookup) argument
[all...]
/freebsd-9.3-release/usr.bin/mail/
H A Dvars.c57 vp = lookup(name);
111 if ((vp = lookup(name)) == NULL)
122 lookup(const char *name) function

Completed in 473 milliseconds

1234567891011>>