Searched refs:lookup (Results 151 - 175 of 383) sorted by relevance

1234567891011>>

/macosx-10.10.1/diskdev_cmds-576/repquota.tproj/
H A Drepquota.c109 struct fileusage * lookup(u_long, int);
410 if ((fup = lookup(id, type)) == 0)
419 fup = lookup(id, type);
552 lookup(id, type) function
577 if (fup = lookup(id, type))
/macosx-10.10.1/diskdev_cmds-576/quotacheck.tproj/
H A Dquotacheck.c119 lookup(u_long, int);
135 lookup __P((u_long, int));
462 if ((fup = lookup(OSSwapBigToHostInt32(dqbuf.dqb_id), type)) == 0)
614 if ((fup = lookup(id, type)) == 0)
881 lookup(id, type) function
908 if ((fup = lookup(id, type)))
951 if (fup = lookup(id, type))
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/port/
H A Dlcgen.c158 lookup(register Table_t* tab, register char* s) function
160 lookup(tab, s)
454 if (!(lp = (Language_t*)lookup(&state.language, b)))
502 else if (!(lp->charset = (Charset_t*)lookup(&state.charset, arg[3])))
572 if (!(mp->language = (Language_t*)lookup(&state.language, arg[1])))
577 if (!(mp->territory = (Territory_t*)lookup(&state.territory, arg[2])))
584 else if (!(mp->charset = (Charset_t*)lookup(&state.charset, arg[3])))
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DEarlyCSE.cpp231 /// their lookup.
401 if (Value *V = AvailableValues->lookup(Inst)) {
426 AvailableLoads->lookup(Inst->getOperand(0));
452 std::pair<Value*, unsigned> InVal = AvailableCalls->lookup(Inst);
/macosx-10.10.1/security_ocspd-55124/server/
H A DcrlDb.cpp58 bool lookup(
321 bool CrlDatabase::lookup( function in class:CrlDatabase
338 ocspdErrorLog("CrlDatabase::lookup: no cache DB\n");
343 ocspdCrlDebug("CrlDatabase::lookup: empty cache DB");
371 ocspdCrlDebug("CrlDatabase::lookup: cache HIT");
374 ocspdCrlDebug("CrlDatabase::lookup: DB read succeeded, but no data");
524 return gCrlDatabase().lookup(alloc, url, issuer, verifyTime, crlData);
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmlparse/
H A Dxmlparse.c1282 entity = (ENTITY *)lookup(&dtd.generalEntities, name, 0);
1646 elementType = (ELEMENT_TYPE *)lookup(&dtd.elementTypes, tagNamePtr->str, 0);
1651 elementType = (ELEMENT_TYPE *)lookup(&dtd.elementTypes, tagNamePtr->str, sizeof(ELEMENT_TYPE));
1763 id = (ATTRIBUTE_ID *)lookup(&dtd.attributeIds, appAtts[i], 0);
2298 declEntity = (ENTITY *)lookup(&dtd.paramEntities,
2325 ENTITY *entity = (ENTITY *)lookup(&dtd.paramEntities,
2363 declElementType = (ELEMENT_TYPE *)lookup(&dtd.elementTypes,
2419 declElementType = (ELEMENT_TYPE *)lookup(&dtd.elementTypes, name, sizeof(ELEMENT_TYPE));
2501 declEntity = (ENTITY *)lookup(&dtd.paramEntities,
2549 declEntity = (ENTITY *)lookup(
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/tzcode/
H A Dzic.c309 struct lookup { struct
323 static struct lookup const * byword(const char * string,
324 const struct lookup * lp);
326 static struct lookup const line_codes[] = {
334 static struct lookup const mon_names[] = {
350 static struct lookup const wday_names[] = {
361 static struct lookup const lasts[] = {
372 static struct lookup const begin_years[] = {
378 static struct lookup const end_years[] = {
385 static struct lookup cons
[all...]
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dwindows_usb.c423 We use an trick to speed up the lookup. The table is created with one
984 // If that's the case, lookup the ancestors to set the bus number
1071 struct driver_lookup lookup[3] = { local
1082 if (pSetupDiGetDeviceRegistryPropertyA(*dev_info, dev_info_data, lookup[k].reg_prop,
1083 &reg_type, (BYTE*)lookup[k].list, MAX_KEY_LENGTH, &size)) {
1085 if (lookup[k].reg_prop == SPDRP_SERVICE) {
1087 lookup[k].list[safe_strlen(lookup[k].list)+1] = 0;
1092 for (l=0; (lookup[k].list[l] != 0) || (lookup[
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/library/
H A Dclock.tcl1601 lassign [UniquePrefixRegexp $l] regex lookup
1605 "dict get " [list $lookup] " " \
1619 lassign [UniquePrefixRegexp $l] regex lookup
1623 "dict get " [list $lookup] \
1718 lassign [UniquePrefixRegexp $l] regex lookup
1722 "dict get " [list $lookup] " \[string tolower " \
1847 lassign [UniquePrefixRegexp $d] regex lookup
1858 lassign [UniquePrefixRegexp $l] regex lookup
1862 "dict get " [list $lookup] \
1868 lassign [LocaleNumeralMatcher $locale] regex lookup
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/serial/
H A DStoredClassCatalogTest.java169 ObjectStreamClass desc = ObjectStreamClass.lookup(TestSerial.class);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Drbbistbl.cpp64 // RBBISymbolTable::lookup This function from the abstract symbol table inteface
70 const UnicodeString *RBBISymbolTable::lookup(const UnicodeString& s) const function in class:RBBISymbolTable
115 // constructor will always call this function right after calling lookup(),
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DTrustedApplication.cpp200 bool PathDatabase::lookup(const string &inPath) function in class:PathDatabase
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DTrustedApplication.cpp200 bool PathDatabase::lookup(const string &inPath) function in class:PathDatabase
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DTrustedApplication.cpp200 bool PathDatabase::lookup(const string &inPath) function in class:PathDatabase
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dauthhost.cpp146 // @@@ these definitions and the logic in lookup() should move into
152 AuthHostInstance::lookup(SessionId jobId) function in class:AuthHostInstance
/macosx-10.10.1/bc-21/bc/bc/
H A Dproto.h85 _PROTOTYPE(int lookup, (char *name, int namekind));
/macosx-10.10.1/bind9-45.101/bind9/bin/named/include/named/
H A Dlwdclient.h93 dns_lookup_t *lookup; member in struct:ns_lwdclient
/macosx-10.10.1/groff-38/groff/src/preproc/eqn/
H A Dlex.cpp732 /* If lookup flag is non-zero the token will be looked up to see
797 definition *def = macro_table.lookup(token_buffer.contents());
860 definition *def = macro_table.lookup(token_buffer.contents());
917 definition *def = macro_table.lookup(name);
1012 definition *def = macro_table.lookup(token_buffer.contents());
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineTraceMetrics.h255 return TE.Cycles.lookup(MI);
/macosx-10.10.1/mail_cmds-30/mail/
H A Dextern.h172 lookup(const char *);
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Ddict_cidr.c65 char *value; /* lookup result */
73 /* dict_cidr_lookup - CIDR table lookup */
136 vstring_sprintf(why, "no lookup result");
218 dict_cidr->dict.lookup = dict_cidr_lookup;
H A Ddict_ht.c160 dict_ht->dict.lookup = dict_ht_lookup;
H A Ddict_ni.c184 d->dict.lookup = dict_ni_lookup;
H A Ddict_nisplus.c151 * Check that the lookup key does not contain characters disallowed by
161 msg_warn("map %s:%s: lookup key with non-printing character 0x%x:"
186 * When lookup succeeds, the result may be ambiguous, or the requested
216 * When the NIS+ lookup fails for reasons other than "key not found",
223 msg_warn("lookup %s, NIS+ map %s: %s",
270 dict_nisplus->dict.lookup = dict_nisplus_lookup;
283 * One instance of %s gets to be replaced by a version of the lookup key;
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dmclist.rb95 font = Ttk::Style.lookup(tree[:style], :font)

Completed in 180 milliseconds

1234567891011>>