Searched refs:ta (Results 1 - 25 of 282) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/test/rake/
H A Dtest_rake_task_arguments.rb13 ta = Rake::TaskArguments.new([], [])
14 assert_equal({}, ta.to_hash)
18 ta = Rake::TaskArguments.new([:a, :b, :c], [:one, :two, :three])
19 assert_equal({:a => :one, :b => :two, :c => :three}, ta.to_hash)
23 ta = Rake::TaskArguments.new([:a, :b, :c], [1, 2, 3])
24 assert_equal ta.to_hash.inspect, ta.to_s
25 assert_equal ta.to_hash.inspect, ta.inspect
29 ta
[all...]
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DDNSSECSupport.c54 mDNSlocal void LinkTrustAnchor(mDNS *const m, TrustAnchor *ta) argument
64 *t = ta;
67 p = ta->rds.digest;
68 for (i = 0; i < ta->digestLen; i++)
72 LogInfo("LinkTrustAnchor: Zone %##s, keytag %d, alg %d, digestType %d, digestLen %d, digest %s", ta->zone.c, ta->rds.keyTag,
73 ta->rds.alg, ta->rds.digestType, ta->digestLen, buffer);
78 TrustAnchor **ta local
100 TrustAnchor *ta, *tmp; local
181 ParseElementChildren(xmlDocPtr tadoc, xmlNode *node, TrustAnchor *ta) argument
329 ValidateTrustAnchor(TrustAnchor *ta) argument
390 ParseElement(xmlDocPtr tadoc, xmlNode * a_node, TrustAnchor *ta) argument
418 TrustAnchor *ta = (TrustAnchor *)context; local
436 TrustAnchor *ta = (TrustAnchor *)mDNSPlatformMemAllocate(sizeof(TrustAnchor)); local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DTransform.cpp32 transform_attribute *ta = ah2ta(static_cast<SecTransformAttributeRef>(const_cast<void*>(v))); local
33 return CFStringCreateWithFormat(NULL, NULL, CFSTR("%@/%@=%@ (conn: %@)"), ta->transform->GetName(), ta->name, ta->value ? ta->value : CFSTR("NULL"), ta->connections ? static_cast<CFTypeRef>(ta->connections) : static_cast<CFTypeRef>(CFSTR("NONE")));
37 transform_attribute *ta = ah2ta(ah); local
38 return CFStringCreateWithFormat(NULL, NULL, CFSTR("%@/%@"), ta->transform->GetName(), ta
42 transform_attribute *ta = ah2ta(ah); local
48 transform_attribute *ta = ah2ta(ah); local
104 makeAH(transform_attribute *ta) argument
184 transform_attribute *ta = static_cast<transform_attribute *>(malloc(sizeof(transform_attribute))); local
374 transform_attribute *ta = ah2ta(AbortAH); local
421 transform_attribute *ta = ah2ta(ah); local
512 transform_attribute *ta = ah2ta(ah); local
562 transform_attribute *ta = ah2ta(ah); local
826 transform_attribute *ta = ah2ta(ah); local
980 transform_attribute *ta = ah2ta(ah); local
1030 struct transform_attribute *ta = getTA(key, false); local
1050 transform_attribute *ta = ah2ta(ah); local
1091 transform_attribute *ta = ah2ta(ah); local
1181 transform_attribute *ta = ah2ta(ah); local
1353 transform_attribute *ta = static_cast<transform_attribute *>(ah2ta(const_cast<void *>(v))); local
1404 transform_attribute *ta = attributes[i]; local
1426 transform_attribute *ta = attributes[i]; local
1613 transform_attribute *ta = attrs[i]; local
1625 transform_attribute *ta = attrs[i]; local
1811 transform_attribute *ta = ah2ta((SecTransformAttributeRef)CFArrayGetValueAtIndex(attributes[i]->connections, j)); local
[all...]
H A DGroupTransform.cpp288 transform_attribute* ta = tr->getTA(kSecTransformOutputAttributeName, false); local
292 if (ta->requires_outbound_connection && (ta->connections == NULL || (CFArrayGetCount(ta->connections) == 0)))
298 if (ta->connections) {
302 connectionRange.length = CFArrayGetCount(ta->connections);
304 CFArrayGetValues(ta->connections, connectionRange, attributeHandles);
309 transform_attribute* ta = ah2ta(attributeHandles[j]); local
310 if (ta->transform->GetCFObject() == lastOrMonitor)
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dmethods.test63 test_args ta
64 } {ta}
67 list [catch {ta two 1} msg] $msg
68 } {1 {wrong # args: should be "ta two x y"}}
71 list [catch {ta two 1 2 3} msg] $msg
72 } {1 {wrong # args: should be "ta two x y"}}
75 list [catch {ta none 1 2 3} msg] $msg
76 } {1 {wrong # args: should be "ta none"}}
79 list [catch {ta two 1 2} msg] $msg
83 list [catch {ta non
[all...]
/macosx-10.10.1/cups-408/cups/tools/
H A Dtestrpm28 rpmbuild -ta $args cups-$fileversion-source.tar.bz2
/macosx-10.10.1/libresolv-57/
H A Dns_samedomain.c203 char ta[NS_MAXDNAME], tb[NS_MAXDNAME]; local
205 if (ns_makecanon(a, ta, sizeof ta) < 0 ||
208 if (strcasecmp(ta, tb) == 0)
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dasn1_gen.c74 int ret, l, c, ty, ta; local
102 ta = der_get_tag_num(tag);
103 if (ta == -1)
104 ta = atoi(tag);
110 line, (unsigned long)offset, c, ty, ta, l,
117 ta,
/macosx-10.10.1/lsof-53/lsof/
H A Dnode.c227 readtnode(ta, t)
228 KA_T ta; /* tmpnode kernel space address */
231 if (kread((KA_T)ta, (char *)t, sizeof(struct tmpnode))) {
233 print_kptr(ta, (char *)NULL, 0));
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dradixsort.c118 const u_char *tr, **ta; local
126 if ((ta = malloc(n * sizeof(a))) == NULL)
128 r_sort_b(a, ta, n, 0, tr, endch);
129 free(ta);
255 r_sort_b(a, ta, n, i, tr, endch)
256 const u_char **a, **ta;
294 r_sort_b(a, ta, n, i, tr, endch);
325 for (ak = ta + n, ai = a+n; ak > ta;) /* Copy to temp. */
327 for (ak = ta
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/include/isc/
H A Devent.h62 #define ISC_EVENT_INIT(event, sz, at, ta, ty, ac, ar, sn, df, da) \
66 (event)->ev_tag = (ta); \
/macosx-10.10.1/ntp-92/lib/isc/include/isc/
H A Devent.h62 #define ISC_EVENT_INIT(event, sz, at, ta, ty, ac, ar, sn, df, da) \
66 (event)->ev_tag = (ta); \
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn_mp_div.c23 mp_int ta, tb, tq, q; local
45 if ((res = mp_init_multi(&ta, &tb, &tq, &q, NULL) != MP_OKAY)) {
52 if (((res = mp_abs(a, &ta)) != MP_OKAY) ||
60 if (mp_cmp(&tb, &ta) != MP_GT) {
61 if (((res = mp_sub(&ta, &tb, &ta)) != MP_OKAY) ||
72 /* now q == quotient and ta == remainder */
80 mp_exch(d, &ta);
84 mp_clear_multi(&ta, &tb, &tq, &q, NULL);
/macosx-10.10.1/tcl-105/tcl/tcl/libtommath/
H A Dbn_mp_div.c23 mp_int ta, tb, tq, q; local
45 if ((res = mp_init_multi(&ta, &tb, &tq, &q, NULL) != MP_OKAY)) {
52 if (((res = mp_abs(a, &ta)) != MP_OKAY) ||
60 if (mp_cmp(&tb, &ta) != MP_GT) {
61 if (((res = mp_sub(&ta, &tb, &ta)) != MP_OKAY) ||
72 /* now q == quotient and ta == remainder */
80 mp_exch(d, &ta);
84 mp_clear_multi(&ta, &tb, &tq, &q, NULL);
/macosx-10.10.1/tcl-105/tcl_ext/tclae/tclae/library/
H A Daete.tcl263 binary scan $data ta* count data
285 binary scan $data ta* count data
292 binary scan $data ta* count data
299 binary scan $data ta* count data
306 binary scan $data ta* count data
328 binary scan $data ta* count data
347 binary scan $data ta* count data
355 binary scan $data ta* count data
383 binary scan $data ta* count data
465 binary scan $data ta* coun
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/
H A Dutils_test.cpp49 do_copy(atf::utils::auto_array< test_array >& ta) argument
51 return atf::utils::auto_array< test_array >(ta);
161 test_array* ta = new test_array[10];
162 auto_array< test_array > t(ta);
163 ATF_REQUIRE_EQ(t.get(), ta);
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dconfigure575 -target | --target | --targe | --targ | --tar | --ta | --t)
577 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
6521 ta=
6528 bfd_alpha_arch) ta="$ta alpha-dis.lo alpha-opc.lo" ;;
6529 bfd_arc_arch) ta="$ta arc-dis.lo arc-opc.lo arc-ext.lo" ;;
6530 bfd_arm_arch) ta="$ta arm-dis.lo" ;;
6531 bfd_avr_arch) ta
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/doc/
H A Dtk2html.awk120 $1 == ".ta" { next }
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_pexpression.tcl245 proc ::pt::pe::range {ta tb} {
246 if {$ta eq $tb} {
247 list t $ta
249 list .. $ta $tb
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_dirinfo.c558 const TIFFFieldInfo* ta = *(const TIFFFieldInfo**) a; local
561 if (ta->field_tag != tb->field_tag)
562 return (int)ta->field_tag - (int)tb->field_tag;
564 return (ta->field_type == TIFF_ANY) ?
565 0 : ((int)tb->field_type - (int)ta->field_type);
571 const TIFFFieldInfo* ta = *(const TIFFFieldInfo**) a; local
573 int ret = strcmp(ta->field_name, tb->field_name);
578 return (ta->field_type == TIFF_ANY) ?
579 0 : ((int)tb->field_type - (int)ta->field_type);
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dbn_asm.c465 BN_ULONG ta=(a),tb=(b); \
466 BN_UMULT_LOHI(t1,t2,ta,tb); \
472 BN_ULONG ta=(a),tb=(b),t0; \
473 BN_UMULT_LOHI(t0,t1,ta,tb); \
481 BN_ULONG ta=(a)[i]; \
482 BN_UMULT_LOHI(t1,t2,ta,ta); \
493 BN_ULONG ta=(a),tb=(b); \
494 t1 = ta * tb; \
495 t2 = BN_UMULT_HIGH(ta,t
[all...]
H A Dbn_lcl.h339 BN_ULONG high,low,ret,ta=(a); \
340 BN_UMULT_LOHI(low,high,w,ta); \
367 BN_ULONG high,low,ret,ta=(a); \
368 low = (w) * ta; \
369 high= BN_UMULT_HIGH(w,ta); \
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/features/
H A Dmath.sh211 ta=
220 ta="$ta${sep}a$p"
229 eval `iffe $iffeflags -c "$cc" - tst it_links_ note{ $F function links }end link{ "static $L $F($ta)$td${body}int main(){return $F($tc)!=0;}" }end sfio.h $iffehdrs $iffelibs 2>&$stderr`
/macosx-10.10.1/Heimdal-398.1.2/base/
H A Dheimbase.c196 heim_tid_t ta, tb; local
199 ta = heim_get_tid(a);
202 if (ta != tb)
203 return ta - tb;
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dieee802_11.h255 u_int8_t ta[6]; member in struct:ctrl_rts_t
284 u_int8_t ta[6]; member in struct:ctrl_ps_poll_t
326 u_int8_t ta[6]; member in struct:ctrl_bar_t

Completed in 391 milliseconds

1234567891011>>