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

1234567891011>>

/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dlocate_plugin.h75 krb5plugin_service_locate_lookup lookup; /* version 2 */ member in struct:krb5plugin_service_locate_ftable
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dsymtable.h18 * \brief C++ API: An interface that defines both lookup protocol and parsing of
30 * An interface that defines both lookup protocol and parsing of
37 * "$start=alpha"), then the call lookup("start") will return the
73 * @param s the symbolic name to lookup
78 virtual const UnicodeString* lookup(const UnicodeString& s) const = 0;
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dauthhost.h45 mach_port_t lookup(SessionId jobId);
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dhashtable.h41 NAMED *lookup(HASH_TABLE *table, KEY name, size_t createSize);
/macosx-10.10.1/vim-55/src/
H A Dnbdebug.c37 static int lookup(char *);
64 } else if (wait_flags & WT_WAIT && lookup("~/.gvimwait")) {
66 } else if (wait_flags & WT_STOP && lookup("~/.gvimstop")) {
120 lookup( function
133 } /* end lookup */
H A Dwsdebug.c42 static int lookup(char *);
70 } else if (wait_flags & WT_WAIT && lookup("~/.gvimwait")) {
72 } else if (wait_flags & WT_STOP && lookup("~/.gvimstop")) {
146 lookup( function
154 } /* end lookup */
/macosx-10.10.1/groff-38/groff/src/roff/troff/
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);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/include/dns/
H A Dsdlz.h71 /* A simple DLZ database lookup in progress. */
121 dns_sdlzlookup_t *lookup);
126 * server is performing a query, after both the find zone and lookup
127 * methods have been called. This method is required if the lookup
185 void *dbdata, dns_sdlzlookup_t *lookup);
189 * supply a lookup method. This method is called when the DNS server
196 * lookup method.
284 dns_sdlzlookupfunc_t lookup; member in struct:dns_sdlzmethods
332 typedef isc_result_t dns_sdlz_putrr_t(dns_sdlzlookup_t *lookup,
338 * Add a single resource record to the lookup structur
[all...]
H A Dlookup.h18 /* $Id: lookup.h,v 1.14 2009/01/17 23:47:43 tbox Exp $ */
27 /*! \file dns/lookup.h
29 * The lookup module performs simple DNS lookups. It implements
59 * A 'dns_lookupevent_t' is returned when a lookup completes.
60 * The sender field will be set to the lookup that completed. If 'result'
104 dns_lookup_cancel(dns_lookup_t *lookup);
106 * Cancel 'lookup'.
110 *\li If 'lookup' has not completed, post its LOOKUPDONE event with a
115 *\li 'lookup' is a valid lookup
[all...]
/macosx-10.10.1/postfix-255/postfix/src/cleanup/
H A Dcleanup_map1n.c15 /* This module implements one-to-many table mapping via table lookup.
27 /* When table lookup fails, the alias is not expanded and the
79 ARGV *lookup; local
95 * Rewrite the address vector in place. With each map lookup result,
139 if ((lookup = mail_addr_map(maps, STR(state->temp1), propagate)) != 0) {
141 for (i = 0; i < lookup->argc; i++) {
142 unquote_822_local(state->temp1, lookup->argv[i]);
157 argv_free(lookup);
159 msg_warn("%s: %s map lookup problem for %s -- "
/macosx-10.10.1/bc-21/bc/bc/
H A Dsbc.y222 sprintf (genstr, "F%d,%s.%s[", lookup($2,FUNCT),
241 { $$ = nextarg (NULL, lookup($1,SIMPLE), FALSE); }
243 { $$ = nextarg ($1, lookup($3,SIMPLE), FALSE); }
253 { $$ = nextarg (NULL, lookup($1,SIMPLE), FALSE); }
255 { $$ = nextarg (NULL, lookup($1,ARRAY), FALSE); }
257 { $$ = nextarg ($1, lookup($3,SIMPLE), FALSE); }
259 { $$ = nextarg ($1, lookup($3,ARRAY), FALSE); }
379 sprintf (genstr, "C%d,%s:", lookup($1,FUNCT),
384 sprintf (genstr, "C%d:", lookup($1,FUNCT));
437 { $$ = lookup(
[all...]
H A Dbc.y307 lookup($2,FUNCTDEF),
333 { $$ = nextarg (NULL, lookup ($1,SIMPLE), FALSE);}
335 { $$ = nextarg (NULL, lookup ($1,ARRAY), FALSE); }
337 { $$ = nextarg (NULL, lookup ($2,ARRAY), TRUE); }
339 { $$ = nextarg ($1, lookup ($3,SIMPLE), FALSE); }
341 { $$ = nextarg ($1, lookup ($3,ARRAY), FALSE); }
343 { $$ = nextarg ($1, lookup ($4,ARRAY), TRUE); }
356 sprintf (genstr, "K%d:", -lookup ($1,ARRAY));
367 sprintf (genstr, "K%d:", -lookup ($3,ARRAY));
558 lookup (
[all...]
H A Dmain.c298 tmp = lookup ("e", FUNCT);
299 tmp = lookup ("l", FUNCT);
300 tmp = lookup ("s", FUNCT);
301 tmp = lookup ("a", FUNCT);
302 tmp = lookup ("c", FUNCT);
303 tmp = lookup ("j", FUNCT);
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dmac_expand.c9 /* int mac_expand(result, pattern, flags, filter, lookup, context)
14 /* const char *lookup(const char *key, int mode, char *context)
48 /* Expand macros in lookup results. This should never be done with
64 /* .IP lookup
65 /* The attribute lookup routine. Arguments are: the attribute name,
71 /* Caller context that is passed on to the attribute lookup routine.
116 MAC_EXP_LOOKUP_FN lookup; /* lookup routine */ member in struct:__anon11663
146 * In order to support expansion of lookup results, we must save the lookup
224 mac_expand(VSTRING *result, const char *pattern, int flags, const char *filter, MAC_EXP_LOOKUP_FN lookup, char *context) argument
261 static const char *lookup(const char *name, int unused_mode, char *context) function
[all...]
H A Ddict_static.c15 /* as lookup result the dictionary name, regardless of the lookup
64 dict->lookup = dict_static_lookup;
/macosx-10.10.1/bind9-45.101/bind9/bin/dig/
H A Dnslookup.c399 trying(char *frm, dig_lookup_t *lookup) { argument
401 UNUSED(lookup);
430 dns_name_format(query->lookup->name,
434 query->lookup->textname, rcode_totext(msg->rcode));
445 query->lookup->textname);
448 (query->lookup->rdtype != dns_rdatatype_a)) {
649 dig_lookup_t *lookup; local
671 lookup = make_empty_lookup();
672 if (get_reverse(store, sizeof(store), opt, lookup->ip6_int, ISC_TRUE)
674 strlcpy(lookup
[all...]
/macosx-10.10.1/libutil-38/
H A Drealhostname.c63 char lookup[MAXHOSTNAMELEN]; local
65 strncpy(lookup, hp->h_name, sizeof(lookup) - 1);
66 lookup[sizeof(lookup) - 1] = '\0';
67 hp = gethostbyname(lookup);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Drbt_data.cpp97 TransliterationRuleData::lookup(UChar32 standIn) const { function in class:TransliterationRuleData
104 UnicodeFunctor *f = lookup(standIn);
110 UnicodeFunctor *f = lookup(standIn);
H A Drbt_data.h61 * a stand-in: it is an index for a secondary lookup in
71 * The stand-in then serves as a key in this hash to lookup the
123 UnicodeFunctor* lookup(UChar32 standIn) const;
/macosx-10.10.1/groff-38/groff/src/libs/libgroff/
H A Dglyphuni.cpp502 glyph_to_unicode *result = glyph_to_unicode_table.lookup(s);
H A Duniglyph.cpp502 unicode_to_glyph *result = unicode_to_glyph_table.lookup(s);
H A Duniuni.cpp1992 unicode_decompose *result = unicode_decompose_table.lookup(s);
/macosx-10.10.1/groff-38/groff/src/utils/hpftodit/
H A Dhpuni.cpp696 hp_msl_to_unicode *result = hp_msl_to_unicode_table.lookup(s);
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmlparse/
H A Dhashtable.h59 NAMED *lookup(HASH_TABLE *table, KEY name, size_t createSize);
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DDateInstanceCache.h70 CacheEntry& entry = lookup(d);
87 CacheEntry& lookup(double d) { return m_cache[WTF::FloatHash<double>::hash(d) & (cacheSize - 1)]; } function in class:JSC::DateInstanceCache

Completed in 202 milliseconds

1234567891011>>