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

1234567891011>>

/macosx-10.10.1/OpenSSL098-52/src/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) return(0);
71 X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT);
73 lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_hash_dir());
74 if (lookup == NULL) return(0);
75 X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT);
86 X509_LOOKUP *lookup; local
90 lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_file());
91 if (lookup
[all...]
/macosx-10.10.1/bind9-45.101/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
461 dns_lookup_cancel(dns_lookup_t *lookup) argument
479 dns_lookup_t *lookup; local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/dig/
H A Ddig.c229 " local d-opts and servers (after host name) affect only that lookup.\n"
249 if (query->lookup->stats && !short_form) {
255 if (query->lookup->doing_xfr) {
273 } else if (query->lookup->identify && !short_form) {
277 query->lookup->doing_xfr ?
290 trying(char *frm, dig_lookup_t *lookup) { argument
292 UNUSED(lookup);
305 if (query->lookup->trace || query->lookup->ns_search_only) {
315 if (query->lookup
637 printgreeting(int argc, char **argv, dig_lookup_t *lookup) argument
688 plus_option(char *option, isc_boolean_t is_batchfile, dig_lookup_t *lookup) argument
1133 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
1442 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));
451 query->lookup->textname, msg->rcode,
456 if (default_lookups && query->lookup->rdtype == dns_rdatatype_a) {
458 dig_lookup_t *lookup; local
650 dig_lookup_t *lookup; local
[all...]
H A Ddighost.c351 cancel_lookup(dig_lookup_t *lookup);
558 * Create a server structure, which is part of the lookup structure.
716 * Create an empty lookup structure, which holds all the information needed
802 * Clone a lookup, perhaps copying the server list. This does not clone
804 * function, nor does it queue up the new lookup for processing.
880 * Requeue a lookup for further processing, perhaps copying the server
881 * list. The new lookup structure is returned to the caller, and is
884 * completion of the event may result in the next entry on the lookup
1441 * and the lookup list is empty.
1444 * a whole or reseed the lookup lis
1465 dig_lookup_t *lookup; local
1504 try_clear_lookup(dig_lookup_t *lookup) argument
1531 destroy_lookup(dig_lookup_t *lookup) argument
1680 check_next_lookup(dig_lookup_t *lookup) argument
1705 dig_lookup_t *lookup = NULL; local
1871 dig_lookup_t *lookup; local
1910 insert_soa(dig_lookup_t *lookup) argument
1978 setup_lookup(dig_lookup_t *lookup) argument
2370 cancel_lookup(dig_lookup_t *lookup) argument
3572 getaddresses(dig_lookup_t *lookup, const char *host, isc_result_t *resultp) argument
3605 do_lookup(dig_lookup_t *lookup) argument
4062 dig_lookup_t *lookup; local
4336 dig_lookup_t *lookup = NULL; local
[all...]
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dname_code.c31 /* The lookup is case insensitive. The flags argument specifies
72 int (*lookup) (const char *, const char *);
75 lookup = strcmp;
77 lookup = strcasecmp;
80 if (lookup(name, np->name) == 0)
/macosx-10.10.1/bind9-45.101/bind9/contrib/sdb/tcl/
H A Dlookup.tcl16 # $Id: lookup.tcl,v 1.10 2007/06/19 23:47:08 tbox Exp $
19 # Sample lookup procedure for tcldb
21 # This lookup procedure defines zones with identical SOA, NS, and MX
39 proc lookup {zone name} { procedure
/macosx-10.10.1/bind9-45.101/bind9/contrib/sdb/time/
H A Dtimedb.c52 dns_sdblookup_t *lookup)
72 result = dns_sdb_putrr(lookup, "txt", 1, buf);
76 result = dns_sdb_putrr(lookup, "cname", 1, "time");
80 result = dns_sdb_putrr(lookup, "dname", 1, "@");
90 * lookup() does not return SOA or NS records, so authority() must be defined.
93 timedb_authority(const char *zone, void *dbdata, dns_sdblookup_t *lookup) { argument
99 result = dns_sdb_putsoa(lookup, "localhost.", "root.localhost.", 0);
103 result = dns_sdb_putrr(lookup, "ns", 86400, "ns1.localdomain.");
106 result = dns_sdb_putrr(lookup, "ns", 86400, "ns2.localdomain.");
51 timedb_lookup(const char *zone, const char *name, void *dbdata, dns_sdblookup_t *lookup) argument
/macosx-10.10.1/autofs-246/watch_for_automounts/
H A Dwatch_for_automounts15 fbt::lookup:entry
22 fbt::lookup:return / self->automounted && mounts > self->mounts /
29 fbt::lookup:return
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Dtask_arguments.rb32 lookup(index.to_sym)
47 keys.map { |k| lookup(k) }
51 lookup(sym.to_sym)
68 def lookup(name) method in class:Rake.TaskArguments
72 @parent.lookup(name)
H A Dname_space.rb3 # The NameSpace class will lookup task names in the the scope
8 # Create a namespace lookup object using the given task manager
17 @task_manager.lookup(name, @scope)
/macosx-10.10.1/bind9-45.101/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, rdata, len));
284 dns_sdblookup_t *lookup)
125 dns64_cname(const dns_name_t *zone, const dns_name_t *name, dns_sdblookup_t *lookup) argument
283 builtin_lookup(const char *zone, const char *name, void *dbdata, dns_sdblookup_t *lookup) argument
297 dns64_lookup(const dns_name_t *zone, const dns_name_t *name, void *dbdata, dns_sdblookup_t *lookup) argument
309 put_txt(dns_sdblookup_t *lookup, const char *text) argument
320 do_version_lookup(dns_sdblookup_t *lookup) argument
332 do_hostname_lookup(dns_sdblookup_t *lookup) argument
348 do_authors_lookup(dns_sdblookup_t *lookup) argument
387 do_id_lookup(dns_sdblookup_t *lookup) argument
404 do_dns64_lookup(dns_sdblookup_t *lookup) argument
410 do_empty_lookup(dns_sdblookup_t *lookup) argument
417 builtin_authority(const char *zone, void *dbdata, dns_sdblookup_t *lookup) argument
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/sdb/dir/
H A Ddirdb.c65 dns_sdblookup_t *lookup)
85 CHECK(dns_sdb_putrr(lookup, "txt", 3600, "dir"));
92 CHECK(dns_sdb_putrr(lookup, "txt", 3600, buf));
94 CHECK(dns_sdb_putrr(lookup, "txt", 3600, "pipe"));
96 CHECK(dns_sdb_putrr(lookup, "txt", 3600, "socket"));
102 CHECK(dns_sdb_putrr(lookup, "txt", 3600, buf));
104 CHECK(dns_sdb_putrr(lookup, "txt", 3600, "unknown"));
108 CHECK(dns_sdb_putrr(lookup, "txt", 3600, buf));
115 * lookup () does not return SOA or NS records, so authority() must be defined.
118 dirdb_authority(const char *zone, void *dbdata, dns_sdblookup_t *lookup) { argument
64 dirdb_lookup(const char *zone, const char *name, void *dbdata, dns_sdblookup_t *lookup) argument
[all...]
/macosx-10.10.1/dyld-353.2.1/src/
H A DdyldLibSystemGlue.c51 int (*lookup)(const char*, void**); member in struct:__DATA__dyld
74 return (*myDyldSection.lookup)(dyld_func_name, address);
/macosx-10.10.1/Libinfo-459/xcodescripts/
H A Dinstall_files.sh13 lookup.subproj/aliasdb.h \
14 lookup.subproj/bootparams.h \
15 lookup.subproj/grp.h \
16 lookup.subproj/netdb.h \
17 lookup.subproj/printerdb.h \
18 lookup.subproj/pwd.h \
24 lookup.subproj/ils.h \
25 lookup.subproj/kvbuf.h \
26 lookup.subproj/libinfo.h \
27 lookup
[all...]
/macosx-10.10.1/MITKerberosShim-66/Kerberos/
H A Dlocate_plugin.h51 lookup function should only return an error if it detects a
53 krb5_error_code (*lookup)(void *, member in struct:krb5plugin_service_locate_ftable
/macosx-10.10.1/MITKerberosShim-66/mit-include/krb5/
H A Dlocate_plugin.h51 lookup function should only return an error if it detects a
53 krb5_error_code (*lookup)(void *, member in struct:krb5plugin_service_locate_ftable
/macosx-10.10.1/remote_cmds-47/revnetgroup.tproj/
H A Dhash.h64 extern char *lookup(struct group_entry **, char *);
/macosx-10.10.1/groff-38/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...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/include/dns/
H A Dsdb.h50 * A simple database lookup in progress. This is an opaque type.
64 void *dbdata, dns_sdblookup_t *lookup);
82 dns_sdblookupfunc_t lookup; member in struct:dns_sdbmethods
114 * function 'lookup', passing it a printable zone name 'zone', a printable
117 * argument to 'lookup' and 'authority' is an opaque pointer to be passed to
120 * The lookup function returns the lookup results to the name server
122 * the return value of the lookup function should be ISC_R_SUCCESS.
123 * If the domain name 'name' does not exist, the lookup function should
130 * the 'lookup' functio
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dadb_test.c237 lookup(const char *target) { function
364 lookup("f.root-servers.net."); /* Should be in hints */
365 lookup("www.iengines.com"); /* should fetch */
366 lookup("www.isc.org"); /* should fetch */
367 lookup("www.flame.org"); /* should fetch */
368 lookup("kechara.flame.org."); /* should fetch */
369 lookup("moghedien.flame.org."); /* should fetch */
370 lookup("mailrelay.flame.org."); /* should fetch */
371 lookup("ipv4v6.flame.org."); /* should fetch */
372 lookup("nonexistan
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Dquickurl.el42 ;; where <Lookup> is a string that acts as the keyword lookup and <URL> is
129 (defcustom quickurl-grab-lookup-function #'current-word
130 "*Function to grab the thing to lookup."
135 "*Function to use for alist lookup into `quickurl-urls'."
140 "*Should `quickurl-ask' ignore case when doing the input lookup?"
287 (defun quickurl-find-url (lookup)
290 The lookup is done by looking in the alist `quickurl-urls' and the `cons'
293 (funcall quickurl-assoc-function lookup quickurl-urls))
304 (defun* quickurl (&optional lookup)
309 `quickurl-grab-lookup
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DNumericStrings.h39 CacheEntry<double>& entry = lookup(d);
51 CacheEntry<int>& entry = lookup(i);
63 CacheEntry<unsigned>& entry = lookup(i);
79 CacheEntry<double>& lookup(double d) { return doubleCache[WTF::FloatHash<double>::hash(d) & (cacheSize - 1)]; } function in class:JSC::NumericStrings
80 CacheEntry<int>& lookup(int i) { return intCache[WTF::IntHash<int>::hash(i) & (cacheSize - 1)]; } function in class:JSC::NumericStrings
81 CacheEntry<unsigned>& lookup(unsigned i) { return unsignedCache[WTF::IntHash<unsigned>::hash(i) & (cacheSize - 1)]; } function in class:JSC::NumericStrings
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dauth2-hostbased.c144 const char *resolvedname, *ipaddr, *lookup, *reason; local
166 lookup = chost;
174 lookup = resolvedname;
179 key_cert_check_authority(key, 1, 0, lookup, &reason)) {
185 host_status = check_key_in_hostfiles(pw, key, lookup,
191 host_status = check_key_in_hostfiles(pw, key, lookup,
204 cuser, lookup);
208 key_type(key), fp, cuser, lookup);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_mds/lib/
H A DMDSDictionary.h58 const void *lookup(
62 const void *lookup(
68 * Common means to perform a lookup in a dictionary given a C-string key and

Completed in 1257 milliseconds

1234567891011>>