Searched refs:id1 (Results 1 - 25 of 39) sorted by relevance

12

/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dchess.exp32 set id1 $spawn_id
46 send -i $id1 $expect_out(1,string)
48 -i $id1 -re "\\.\\. .*\\. (.*)\n" {
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcnid.h100 #define RPC_CN_LOCAL_ID_EQUAL(id1, id2)\
101 ((id1.parts.id_seqnum == id2.parts.id_seqnum) &&\
102 (id1.parts.id_index == id2.parts.id_index))
/macosx-10.10/IOGraphics-485/tools/
H A Didtest.c14 SInt32 id1, id2, id3; local
34 status = IOConnectMethodScalarIScalarO(connect, kAlloc, 2, 1, kNilOptions, 0, &id1);
36 printf("ID: %x\n", id1);
37 status = IOConnectMethodScalarIScalarO(connect, kFree, 2, 0, kNilOptions, id1);
39 status = IOConnectMethodScalarIScalarO(connect, kAlloc, 2, 1, kNilOptions, 0, &id1);
41 printf("ID: %x\n", id1);
49 status = IOConnectMethodScalarIScalarO(connect, kFree, 2, 0, kNilOptions, id1);
51 printf("free ID: %d\n", id1);
/macosx-10.10/OpenSSL098-52/src/crypto/rc4/
H A Drc4_skey.c100 register int id1,id2; local
107 id1=id2=0;
111 id2 = (data[id1] + tmp + id2) & 0xff; \
112 if (++id1 == len) id1=0; \
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dnametbl.h208 NAMETABLE_id_t id1,
H A Dnametbl.c1028 NAMETABLE_id_t id1, id2; local
1030 id1 = identifier1;
1033 NAMETABLE_id_to_string (id1, &old_name1_p);
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtztest.cpp527 const UnicodeString *id1, *id2; local
606 while ((id1 = any->snext(ec)) != NULL) {
610 if (*id1 == *id2) {
619 TimeZone::getCanonicalID(*id1, canonicalID, isSystemID, ec);
623 if (*id1 == canonicalID) {
624 errln((UnicodeString)"FAIL: canonicalID [" + *id1 + "] is not in CANONICAL");
627 errln((UnicodeString)"FAIL: ANY contains non-system ID: " + *id1);
638 while ((id1 = canonical->snext(ec)) != NULL) {
639 TimeZone::getCanonicalID(*id1, canonicalID, isSystemID, ec);
643 if (*id1 !
727 const UnicodeString *id1, *id2; local
1737 const UnicodeString* id1 = s1->snext(ec); local
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Duspoof.cpp339 const UChar *id1, int32_t length1,
351 UnicodeString id1Str((length1==-1), id1, length1); // Aliasing constructor
359 const char *id1, int32_t length1,
370 UnicodeString id1Str = UnicodeString::fromUTF8(StringPiece(id1, length1>=0? length1 : uprv_strlen(id1)));
379 const icu::UnicodeString &id1,
406 identifierInfo->setIdentifier(id1, *status);
418 uspoof_getSkeletonUnicodeString(sc, flagsForSkeleton, id1, id1Skeleton, status);
448 uspoof_getSkeletonUnicodeString(sc, flagsForSkeleton, id1, id1Skeleton, status);
338 uspoof_areConfusable(const USpoofChecker *sc, const UChar *id1, int32_t length1, const UChar *id2, int32_t length2, UErrorCode *status) argument
358 uspoof_areConfusableUTF8(const USpoofChecker *sc, const char *id1, int32_t length1, const char *id2, int32_t length2, UErrorCode *status) argument
378 uspoof_areConfusableUnicodeString(const USpoofChecker *sc, const icu::UnicodeString &id1, const icu::UnicodeString &id2, UErrorCode *status) argument
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfbundle.py195 err, id1, id2 = CFBundleOpenBundleResourceFiles(bundle, None, None)
197 self.assertIsInstance(id1, (int, long))
199 if id1 != -1:
200 CFBundleCloseBundleResourceMap(bundle, id1)
H A Dtest_cfcalendar.py144 id1 = CFLocaleGetIdentifier(loc)
154 self.assertEqual(new_id , id1)
155 self.assertNotEqual(orig_id , id1)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cfbundle.py213 err, id1, id2 = CFBundleOpenBundleResourceFiles(bundle, None, None)
215 self.assertIsInstance(id1, (int, long))
217 if id1 != -1:
218 CFBundleCloseBundleResourceMap(bundle, id1)
H A Dtest_cfcalendar.py148 id1 = CFLocaleGetIdentifier(loc)
158 self.assertEqual(new_id , id1)
159 self.assertNotEqual(orig_id , id1)
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfcalendar.py144 id1 = CFLocaleGetIdentifier(loc)
154 self.failUnless(new_id == id1)
155 self.failIf(orig_id == id1)
H A Dtest_cfbundle.py224 err, id1, id2 = CFBundleOpenBundleResourceFiles(bundle, None, None)
226 self.failUnless(isinstance(id1, (int, long)))
228 if id1 != -1:
229 CFBundleCloseBundleResourceMap(bundle, id1)
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXCursor.c51 id id1, id2; member in struct:CursorName
256 SEL selector = NSSelectorFromString(cursorNames[idx].id1);
268 image = [[NSImage imageNamed:cursorNames[idx].id1] retain];
273 path = [NSApp tkFrameworkImagePath:cursorNames[idx].id1];
276 unsigned char *bitmap = (unsigned char *)(cursorNames[idx].id1);
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxml/library/
H A Dtclparser-8.1.tcl479 if {[regexp $::sgml::ExternalEntityExpr $data discard type delimiter1 id1 discard delimiter2 id2 optNDATA ndata]} {
482 return [list external $id2 $id1 $ndata]
485 return [list external $id1 {} $ndata]
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dtest_cc.c729 krb5_ccache id1, id2; local
772 krb5_cc_new_unique(context, krb5_cc_type_memory, "bar", &id1);
775 krb5_cc_initialize(context, id1, p);
776 krb5_cc_initialize(context, id1, p);
777 krb5_cc_initialize(context, id1, p);
778 krb5_cc_initialize(context, id1, p);
779 krb5_cc_initialize(context, id1, p);
780 krb5_cc_initialize(context, id1, p);
844 krb5_cc_destroy(context, id1);
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Duspoof.h767 * @param id1 The first of the two identifiers to be compared for
789 const UChar *id1, int32_t length1,
802 * @param id1 The first of the two identifiers to be compared for
822 const char *id1, int32_t length1,
/macosx-10.10/apache-793/httpd/modules/ldap/
H A Dutil_ldap_cache_mgr.c660 char *id1, *id2, *id3; local
847 id1 = apr_psprintf(pool, argfmt, "main", 0, 0);
848 buf = util_ald_cache_display_stats(r, st->util_ldap_cache, "LDAP URL Cache", id1);
858 id1 = apr_psprintf(pool, argfmt, "srch", i, j);
867 util_ald_cache_display_stats(r, n->search_cache, t1, id1),
/macosx-10.10/bind9-45.101/bind9/bin/tests/dst/
H A Ddst_test.c156 dh(dns_name_t *name1, int id1, dns_name_t *name2, int id2, isc_mem_t *mctx) { argument
165 ret = dst_key_fromfile(name1, id1, alg, type, current, mctx, &key1);
/macosx-10.10/ruby-106/ruby/test/cgi/
H A Dtest_cgi_core.rb63 id1, id2, id3 = cgi['id']
64 assert_equal(['123', '456', ''], [id1, id2, id3])
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dhistory.c181 int id1, id2, r=0, n, fd; local
195 id1 = id2 = strtol(cp,&last,10);
197 id1 = strtol(last+1,&last,10);
198 if(shgd->euserid >=id1 && shgd->euserid <= id2)
200 if(shgd->userid >=id1 && shgd->userid <= id2)
/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dnet_set.c45 CFStringRef id1; local
67 id1 = SCNetworkSetGetSetID(s1);
69 return CFStringCompare(id1, id2, 0);
/macosx-10.10/ppp-786.1.1/Controller/
H A Dflow_divert_controller.c503 CFStringRef id1 = CFArrayGetValueAtIndex(signing_ids, idx1); local
504 str_len1 = CFStringGetLength(id1);
510 CFStringGetBytes(id1,
/macosx-10.10/kext_tools-384.1.4/
H A Dkclist_main.c486 CFStringRef id1 = CFDictionaryGetValue(dict1, kCFBundleIdentifierKey); local
489 return CFStringCompare(id1, id2, 0);

Completed in 216 milliseconds

12