Searched refs:target2 (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/reachability/
H A Dclient.c15 SCNetworkReachabilityRef target2; local
30 target2 = SCNetworkReachabilityCreateWithName(NULL, "www.comcast.net");
31 __SCNetworkReachabilityServer_targetAdd(target2);
43 __SCNetworkReachabilityServer_targetStatus(target2);
53 __SCNetworkReachabilityServer_targetStatus(target2);
92 // __SCNetworkReachabilityServer_targetRemove(target2);
93 // CFRelease(target2);
/macosx-10.10/JavaScriptCore-7600.1.17/tests/stress/
H A Dproxy-inline-cache.js55 var target2 = {x:42};
56 var protoProxy = createProxy(target2);
/macosx-10.10/libxslt-13/libxslt/examples/
H A DxsltICUSort.c59 UChar *target,*target2; local
183 target2 = xmlMalloc(target2len * sizeof(UChar));
185 target2len = ucnv_toUChars(conv, target2, target2len, results[j+incr]->stringval, -1, &status);
186 tst = ucol_strcoll(coll, target, u_strlen(target), target2, u_strlen(target2));
233 target2 = xmlMalloc(target2len * sizeof(UChar));
235 target2len = ucnv_toUChars(conv, target2, target2len, res[j+incr]->stringval, -1, &status);
236 tst = ucol_strcoll(coll, target, u_strlen(target), target2, u_strlen(target2));
/macosx-10.10/OpenSSL098-52/src/util/pl/
H A Dnetware.pl493 my($target2) = $target;
495 $target2 =~ s/\(E_EXE\)/\(E_EXE\)2/;
498 my($def_file2) = do_def_file($target2);
508 $ret.="\t\$(LINK) \$(LFLAGS) $def_file2 $files \"$prelude\" $libs -o $target2\n";
/macosx-10.10/KerberosHelper-151/regression/
H A Dcheck-referrals14 target2=host/${targetname2}@${r3}
79 kadmin.local -r $trealm -p foo -q "ank -randkey $target2" > /dev/null 2>&1 || \
89 -q "ktadd -k remove-foo.keytab $target2" > /dev/null 2>&1 || \
/macosx-10.10/cxxfilt-11/cxxfilt/include/
H A Ddis-asm.h200 bfd_vma target2; /* Second target address for dref2 */ member in struct:disassemble_info
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dcris-dis.c1061 /* For a memref in an address, we use target2.
1067 info->target2 = prefix_insn & 15;
1095 info->target2 = (bfd_vma) number;
1171 info->target2 = (bfd_vma) number;
1438 info->target2 = 0;
H A Dmips-dis.c1261 info->target2 = 0;
1844 info->target2 = 0;
/macosx-10.10/ruby-106/ruby/win32/
H A Dconfigure.bat92 if "%~2" == "x64-mswin64" goto target2
94 :target2 label
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtransrt.cpp1088 UnicodeString target2 = target; local
1089 pn->transliterate(target2);
1095 UnicodeString nfded = target2;
1104 UnicodeString target3 = target2;
1115 writeStringInU8(out, target2);
H A Dustrtest.cpp176 UnicodeString target2("folks");
177 if (target2 != UnicodeString(src, 6, 5)) {
180 if (target1 != target2.setTo(src, 12)) {
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Ddefines.sh124 METACONF2=$DATADIR/slapd-meta-target2.conf
/macosx-10.10/ruby-106/ruby/
H A Dregparse.c5549 Node* target2 = NULL; local
5584 target2 = onig_node_new_alt(left, target1);
5585 if (IS_NULL(target2)) goto err;
5592 NENCLOSE(*np)->target = target2;
5599 onig_node_free(target2);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/GL/
H A Dglext.h11865 GLAPI void APIENTRY glPresentFrameDualFillNV (GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLenum target1, GLuint fill1, GLenum target2, GLuint fill2, GLenum target3, GLuint fill3);
11872 typedef void (APIENTRYP PFNGLPRESENTFRAMEDUALFILLNVPROC) (GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLenum target1, GLuint fill1, GLenum target2, GLuint fill2, GLenum target3, GLuint fill3);

Completed in 198 milliseconds