Searched defs:lookup (Results 1 - 25 of 187) sorted by relevance

12345678

/macosx-10.10.1/bind9-45.101/bind9/contrib/sdb/tcl/
H A Dlookup.tcl39 proc lookup {zone name} { procedure
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dinfo-look.el[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509/
H A Dx509_d2.c67 X509_LOOKUP *lookup; local
86 X509_LOOKUP *lookup; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/demos/other/
H A Dtest-gdbm-2.tcl79 proc lookup {db} { procedure
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Doctave-hlp.el[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Drbt_data.cpp97 TransliterationRuleData::lookup(UChar32 standIn) const { function in class:TransliterationRuleData
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DNumericStrings.h79 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
H A DDateInstanceCache.h87 CacheEntry& lookup(double d) { return m_cache[WTF::FloatHash<double>::hash(d) & (cacheSize - 1)]; } function in class:JSC::DateInstanceCache
/macosx-10.10.1/MITKerberosShim-66/Kerberos/
H A Dlocate_plugin.h53 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.h53 krb5_error_code (*lookup)(void *, member in struct:krb5plugin_service_locate_ftable
/macosx-10.10.1/bind9-45.101/bind9/contrib/sdb/time/
H A Dtimedb.c93 timedb_authority(const char *zone, void *dbdata, dns_sdblookup_t *lookup) { argument
51 timedb_lookup(const char *zone, const char *name, void *dbdata, dns_sdblookup_t *lookup) argument
/macosx-10.10.1/dyld-353.2.1/src/
H A DdyldLibSystemGlue.c51 int (*lookup)(const char*, void**); member in struct:__DATA__dyld
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DValueSymbolTable.h71 Value *lookup(StringRef Name) const { return vmap.lookup(Name); } function in class:llvm::ValueSymbolTable
/macosx-10.10.1/mail_cmds-30/mail/
H A Dvars.c133 lookup(name) function
/macosx-10.10.1/postfix-255/postfix/src/cleanup/
H A Dcleanup_map1n.c79 ARGV *lookup; local
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dsmtp_reply_footer.c88 smtp_reply_footer(VSTRING *buffer, ssize_t start, char *template, const char *filter, MAC_EXP_LOOKUP_FN lookup, char *context) argument
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Dtask_arguments.rb68 def lookup(name) method in class:Rake.TaskArguments
/macosx-10.10.1/sudo-73/src/
H A Dsudo_nss.h27 int (*lookup) __P((struct sudo_nss *nss, int, int)); member in struct:sudo_nss
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dentities.c314 static const entity* lookup( ctmbstr s ) function
/macosx-10.10.1/remote_cmds-47/revnetgroup.tproj/
H A Dhash.c115 lookup(struct group_entry *table[], char *key) function
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tile/
H A Dstyle.rb212 def lookup(style, opt, state=None, fallback_value=None) method in class:__define_wrapper_proc_for_compatibility__!.__define_wrapper_proc_for_compatibility__!.__define_wrapper_proc_for_compatibility__!.__define_themes_and_setTheme_proc__!
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dhashtable.c44 NAMED *lookup(HASH_TABLE *table, KEY name, size_t createSize) function
/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/Heimdal-398.1.2/lib/wind/
H A Didn-lookup.c62 lookup(const char *name) function
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DContextualGlyphSubstProc2.cpp76 TTGlyphID ContextualGlyphSubstitutionProcessor2::lookup(le_uint32 offset, LEGlyphID gid, LEErrorCode &success) function in class:ContextualGlyphSubstitutionProcessor2

Completed in 554 milliseconds

12345678