Searched refs:lookup (Results 176 - 200 of 383) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dmclist.tcl65 set font [ttk::style lookup [$w.tree cget -style] -font]
/macosx-10.10.1/libunwind-35.3/src/
H A DAddressSpace.hpp51 struct __DATA__dyld { long lazy; int (*lookup)(const char*, void**); }; member in struct:__DATA__dyld
58 return (*myDyldSection.lookup)(dyld_func_name, address);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DImmutableIntervalMap.h231 data_type *lookup(ImmutableIntervalMap M, key_type_ref K) { function in class:llvm::ImmutableIntervalMap::Factory
241 // For ImmutableIntervalMap, the lookup operation has to be done by the
243 data_type* lookup(key_type_ref K) const;
H A DImmutableMap.h232 data_type* lookup(key_type_ref K) const { function in class:llvm::ImmutableMap
385 data_type* lookup(key_type_ref K) const { function in class:llvm::ImmutableMapRef
/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/
H A Dconfigure.in127 [ffidl::stubsymbol can lookup in Tk stubs tables])
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DParser.pm529 my ($token, $uctoken, $type, $lookup);
751 my ($state, $stateno, $status, $action, $lookup, $coderet, @codevars);
848 $action = defined ($lookup = $state->{'ACTIONS'}->{ $token })
849 ? $lookup
850 : defined ($lookup = $state->{'DEFAULT'})
851 ? $lookup
H A DProvider.pm778 # remove name lookup for old node
787 # add name lookup for new node
802 # add lookup from name to slot and increment nslots
1034 my $lookup = $self->{ LOOKUP };
1035 $lookup = join('', map {
1036 sprintf(" $format", $_, defined $lookup->{ $_ }
1038 @{ $lookup->{ $_ } }) . ' ]') : '<undef>');
1039 } sort keys %$lookup);
1040 $lookup = "{\n$lookup }";
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A DREADME9 (and surrogates), case mapping, decomposition lookup, and provides a
89 1. Changed the number lookup to set the denominator to 1 in cases of digits.
218 5. Added code to make a number table and associated lookup functions.
240 3. Bug with incorrect type in the combining class lookup fixed.
/macosx-10.10.1/apr-32/apr-util/apr-util/xml/expat/lib/
H A Dxmlparse.c388 lookup(HASH_TABLE *table, KEY name, size_t createSize);
2016 entity = (ENTITY *)lookup(&dtd->generalEntities, name, 0);
2402 /* lookup the element type name */
2403 elementType = (ELEMENT_TYPE *)lookup(&dtd->elementTypes, tagNamePtr->str,0);
2408 elementType = (ELEMENT_TYPE *)lookup(&dtd->elementTypes, name,
2579 id = (ATTRIBUTE_ID *)lookup(&dtd->attributeIds, s, 0);
2601 Derived from code in lookup(HASH_TABLE *table, ...).
3442 declEntity = (ENTITY *)lookup(&dtd->paramEntities,
3481 ENTITY *entity = (ENTITY *)lookup(&dtd->paramEntities,
3518 ENTITY *entity = (ENTITY *)lookup(
5387 lookup(HASH_TABLE *table, KEY name, size_t createSize) function
[all...]
/macosx-10.10.1/expat-12/expat/lib/
H A Dxmlparse.c399 lookup(HASH_TABLE *table, KEY name, size_t createSize);
2243 entity = (ENTITY *)lookup(&dtd->generalEntities, name, 0);
2631 /* lookup the element type name */
2632 elementType = (ELEMENT_TYPE *)lookup(&dtd->elementTypes, tagNamePtr->str,0);
2637 elementType = (ELEMENT_TYPE *)lookup(&dtd->elementTypes, name,
2808 id = (ATTRIBUTE_ID *)lookup(&dtd->attributeIds, s, 0);
2830 Derived from code in lookup(HASH_TABLE *table, ...).
3775 declEntity = (ENTITY *)lookup(&dtd->paramEntities,
3830 ENTITY *entity = (ENTITY *)lookup(&dtd->paramEntities,
3874 ENTITY *entity = (ENTITY *)lookup(
5853 lookup(HASH_TABLE *table, KEY name, size_t createSize) function
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dxmlparse.c399 lookup(HASH_TABLE *table, KEY name, size_t createSize);
2243 entity = (ENTITY *)lookup(&dtd->generalEntities, name, 0);
2632 /* lookup the element type name */
2633 elementType = (ELEMENT_TYPE *)lookup(&dtd->elementTypes, tagNamePtr->str,0);
2638 elementType = (ELEMENT_TYPE *)lookup(&dtd->elementTypes, name,
2809 id = (ATTRIBUTE_ID *)lookup(&dtd->attributeIds, s, 0);
2831 Derived from code in lookup(HASH_TABLE *table, ...).
3777 declEntity = (ENTITY *)lookup(&dtd->paramEntities,
3832 ENTITY *entity = (ENTITY *)lookup(&dtd->paramEntities,
3876 ENTITY *entity = (ENTITY *)lookup(
5855 lookup(HASH_TABLE *table, KEY name, size_t createSize) function
[all...]
/macosx-10.10.1/swig-12/Source/Modules/
H A Doctave.cxx307 Node *lookup = Swig_symbol_clookup(type, 0); local
308 if (lookup)
309 type = Getattr(lookup, "sym:name");
359 Node *lookup; local
409 lookup = Swig_symbol_clookup(value, 0);
410 if (lookup)
411 value = Getattr(lookup, "sym:name");
419 lookup = Swig_symbol_clookup(type, 0);
420 if (lookup)
421 type = Getattr(lookup, "sy
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp311 if (DIE *AbsSPDIE = AbstractSPDies.lookup(SPNode)) {
516 const SmallVector<DbgVariable *, 8> &Variables = ScopeVariables.lookup(Scope);
674 if (CompileUnit *CU = CUMap.lookup(DISubprogram(N).getCompileUnit()))
681 if (CompileUnit *CU = CUMap.lookup(DIGlobalVariable(N).getCompileUnit()))
688 if (CompileUnit *CU = CUMap.lookup(Ty.getCompileUnit()))
695 if (CompileUnit *CU = CUMap.lookup(Ty.getCompileUnit()))
727 if (CompileUnit *CU = CUMap.lookup(DIGlobalVariable(N).getCompileUnit()))
735 if (CompileUnit *CU = CUMap.lookup(DISubprogram(N).getCompileUnit()))
809 CompileUnit *SPCU = CUMap.lookup(TheCU);
919 DbgVariable *AbsDbgVariable = AbstractVariables.lookup(Va
[all...]
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dapps.c1320 X509_LOOKUP *lookup; local
1322 lookup=X509_STORE_add_lookup(store,X509_LOOKUP_file());
1323 if (lookup == NULL) goto end;
1325 if(!X509_LOOKUP_load_file(lookup,CAfile,X509_FILETYPE_PEM)) {
1329 } else X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT);
1331 lookup=X509_STORE_add_lookup(store,X509_LOOKUP_hash_dir());
1332 if (lookup == NULL) goto end;
1334 if(!X509_LOOKUP_add_dir(lookup,CApath,X509_FILETYPE_PEM)) {
1338 } else X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT);
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dftpcmd.y73 lookup (struct tab *, char *);
1021 lookup(struct tab *p, char *cmd)
1155 p = lookup(cmdtab, cbuf);
1180 p = lookup(sitetab, cp);
1423 c = lookup(ctab, s);
/macosx-10.10.1/bind9-45.101/bind9/contrib/dlz/drivers/
H A Ddlz_ldap_driver.c684 "No query specified for lookup. "
902 dns_sdlzlookup_t *lookup)
905 return (ldap_get_results(zone, NULL, NULL, AUTHORITY, dbdata, lookup));
916 void *dbdata, dns_sdlzlookup_t *lookup)
923 dbdata, lookup);
926 dbdata, lookup);
1042 result = dlz_ldap_checkURL(argv[8], 3, "lookup");
901 dlz_ldap_authority(const char *zone, void *driverarg, void *dbdata, dns_sdlzlookup_t *lookup) argument
915 dlz_ldap_lookup(const char *zone, const char *name, void *driverarg, void *dbdata, dns_sdlzlookup_t *lookup) argument
H A Ddlz_filesystem_driver.c777 void *dbdata, dns_sdlzlookup_t *lookup)
786 UNUSED(lookup);
807 "Filesystem driver lookup() Checking for path: '%s'\n",
836 result = process_dir(dir, lookup, (config_data_t *) dbdata, NULL, 0);
776 fs_lookup(const char *zone, const char *name, void *driverarg, void *dbdata, dns_sdlzlookup_t *lookup) argument
/macosx-10.10.1/security_ocspd-55124/server/
H A DocspdDb.cpp72 bool lookup(
363 * Basic private lookup. Key on any or all attrs. On success, always returns a
433 bool OcspdDatabase::lookup( function in class:OcspdDatabase
465 ocspdDbDebug("OcspdDatabase::lookup: MISS");
475 ocspdDbDebug("OcspdDatabase::lookup: invalid record (1)");
489 ocspdDbDebug("OcspdDatabase::lookup: %s",
502 ocspdDbDebug("OcspdDatabase::lookup: HIT (1)");
755 return gOcspdDatabase().lookup(coder, certID, localResponder, derResp);
/macosx-10.10.1/awk-20/src/
H A Dproto.h105 extern Cell *lookup(const char *, Array *);
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dlzexternal/
H A Ddriver.c271 dns_sdlzlookup_t *lookup)
289 result = state->putrr(lookup, state->current[i].type,
270 dlz_lookup(const char *zone, const char *name, void *dbdata, dns_sdlzlookup_t *lookup) argument
/macosx-10.10.1/bind9-45.101/bind9/contrib/dlz/example/
H A Ddlz_example.c235 lookup one record
238 void *dbdata, dns_sdlzlookup_t *lookup)
254 result = state->putrr(lookup, state->current[i].type,
237 dlz_lookup(const char *zone, const char *name, void *dbdata, dns_sdlzlookup_t *lookup) argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DModule.cpp113 return cast_or_null<GlobalValue>(getValueSymbolTable().lookup(Name));
306 return static_cast<StringMap<NamedMDNode*> *>(NamedMDSymTab)->lookup(NameRef);
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DCodeGenRegisters.h136 return SubReg2Idx.lookup(Reg);
306 return SubClassWithSubReg.lookup(SubIdx);
H A DSetTheory.cpp282 Operator *Op = Operators.lookup(OpInit->getDef()->getName());
301 if (Expander *Exp = Expanders.lookup(SC[i]->getName())) {
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dvim.vim24 " To allow tag lookup via CTRL-] for autoload functions, '#' must be a

Completed in 378 milliseconds

1234567891011>>