Searched refs:tt (Results 1 - 25 of 247) sorted by relevance

12345678910

/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dtimetype.sh55 Time_t tt=(yesterday today tomorrow)
56 tt[3]=2pm
57 [[ ${!tt[@]} == '0 1 2 3' ]] || err_exit "indexed array subscript names failed -- expected '0 1 2 3', got '${!tt[@]}'"
58 [[ ${tt[0]} == *+00:00 ]] || err_exit "tt[0] failed -- expected 00:00, got '${tt[0]##*+}'"
59 [[ ${tt[1]} == *+00:00 ]] || err_exit "tt[1] failed -- expected 00:00, got '${tt[
[all...]
/macosx-10.10/MITKerberosShim-66/test/
H A Dtest_collection.c51 test_collection_t *tt; local
53 tt = malloc(sizeof(test_collection_t));
54 assert(NULL != tt);
55 bzero(tt, sizeof(test_collection_t));
57 tests_set_name(tt, name);
58 tt->flags = TC_FLAG_DEFAULTS;
60 return tt;
64 test_collection_free(test_collection_t *tt) argument
66 if (NULL != tt)
68 if (NULL != tt
75 tests_set_total_count_hint(test_collection_t *tt, size_t total) argument
82 tests_get_total_count_hint(const test_collection_t *tt) argument
89 tests_get_flags(const test_collection_t *tt) argument
96 tests_set_flags(test_collection_t *tt, uint32_t flags) argument
103 tests_unset_flags(test_collection_t *tt, uint32_t flags) argument
110 tests_set_name(test_collection_t *tt, const char *name) argument
124 tests_get_name(const test_collection_t *tt) argument
133 test_collection_t *tt; local
143 tests_stop_and_free(test_collection_t *tt) argument
156 tests_start_timer(test_collection_t *tt) argument
165 tests_set_stop_time(test_collection_t *tt, time_t time) argument
173 tests_get_stop_time(test_collection_t *tt) argument
180 tests_get_start_time(test_collection_t *tt) argument
186 tests_set_start_time(test_collection_t *tt, time_t time) argument
193 tests_stop_timer(test_collection_t *tt) argument
215 tests_duration(test_collection_t *tt) argument
222 tests_return_value(const test_collection_t *tt) argument
229 test_evaluate(test_collection_t *tt, const char *tname, int result) argument
243 vtest_evaluate(test_collection_t *tt, const char *tname, int result, const char *format, ...) argument
260 test_passed(test_collection_t *tt, const char *tname) argument
269 test_failed(test_collection_t *tt, const char *tname, const char *format, ...) argument
280 vtest_failed(test_collection_t *tt, const char *tname, const char *format, va_list args) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/packages/mac/
H A Dsetup-env4 tt="/usr/local/libexec/heimdal/bin"
34 test_ap_req="${TESTS_ENVIRONMENT} ${tt}/test_ap-req${asan}"
35 test_gic="${TESTS_ENVIRONMENT} ${tt}/test_gic${asan}"
36 test_renew="${TESTS_ENVIRONMENT} ${tt}/test_renew${asan}"
37 test_ntlm="${TESTS_ENVIRONMENT} ${tt}/test_ntlm${asan}"
38 test_gssntlm="${TESTS_ENVIRONMENT} ${tt}/test_gssntlm${asan}"
39 test_gssscram="${TESTS_ENVIRONMENT} ${tt}/test_gssscram${asan}"
40 test_context="${TESTS_ENVIRONMENT} ${tt}/test_context${asan}"
41 test_gss_fuzzer="${TESTS_ENVIRONMENT} ${tt}/test_gss_fuzzer${asan}"
42 test_acquire_cred="${TESTS_ENVIRONMENT} ${tt}/test_acquire_cre
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dversion.c59 static char tt[32] = { '\0' }; local
61 if (tt[0] == '\0')
65 snprintf (tt, sizeof (tt), "%s.%d(%d)-%s", dist_version, patch_level, build_version, release_status);
67 sprintf (tt, "%s.%d(%d)-%s", dist_version, patch_level, build_version, release_status);
71 snprintf (tt, sizeof (tt), "%s.%d(%d)", dist_version, patch_level, build_version);
73 sprintf (tt, "%s.%d(%d)", dist_version, patch_level, build_version);
76 return tt;
/macosx-10.10/system_cmds-643.1.1/nologin.tproj/
H A Dnologin.c39 const char *user, *tt; local
41 if ((tt = ttyname(0)) == NULL)
42 tt = "UNKNOWN";
46 syslog(LOG_CRIT, "Attempted login by %s on %s", user, tt);
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dshtty.c156 TTYSTRUCT tt; local
160 tt = ttin;
161 if (tt_setonechar(&tt) < 0)
163 return (ttsetattr (0, &tt));
187 TTYSTRUCT tt; local
191 tt = ttin;
192 if (tt_setnoecho (&tt) < 0)
194 return (ttsetattr (0, &tt));
220 TTYSTRUCT tt; local
224 tt
249 TTYSTRUCT tt; local
276 TTYSTRUCT tt; local
[all...]
/macosx-10.10/ruby-106/ruby/test/rake/
H A Dtest_rake_test_task.rb8 tt = Rake::TestTask.new do |t| end
9 refute_nil tt
10 assert_equal :test, tt.name
11 assert_equal ['lib'], tt.libs
12 assert_equal 'test/test*.rb', tt.pattern
13 assert_equal false, tt.verbose
18 tt = Rake::TestTask.new(:example) do |t|
23 refute_nil tt
24 assert_equal :example, tt.name
25 assert_equal ['src', 'ext'], tt
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/demo/
H A Dtiming.c83 ulong64 tt, gg, CLK_PER_SEC; local
114 tt = -1;
119 if (tt > gg)
120 tt = gg;
123 mp_count_bits(&a), CLK_PER_SEC / tt, tt);
124 fprintf(log, "%d %9llu\n", cnt * DIGIT_BIT, tt);
135 tt = -1;
140 if (tt > gg)
141 tt
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dgen.c142 struct tt { struct
143 struct tt *next;
216 struct tt *tt; local
226 for (tt = types; tt != NULL; tt = tt->next) {
232 if (tt->type != lasttype && subswitch) {
242 if (tt
285 struct tt *tt; local
381 struct tt *tt, *oldtt; local
503 struct tt *tt; local
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/des/asm/
H A Ddes686.pl194 local($a,$b,$tt,$shift,$mask)=@_;
196 &mov( $tt, $a );
197 &shr( $tt, $shift );
198 &xor( $tt, $b );
199 &and( $tt, $mask );
200 &xor( $b, $tt );
201 &shl( $tt, $shift );
202 &xor( $a, $tt );
207 local($l,$r,$tt)=@_;
209 &PERM_OP($r,$l,$tt,
[all...]
H A Dcrypt586.pl141 local($a,$b,$tt,$shift,$mask,$last)=@_;
144 &mov( $tt, $a );
150 &xor( $tt, $a );
154 &xor( $tt, $a );
162 local($l,$r,$tt,$lr)=@_;
164 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l);
165 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l);
166 &R_PERM_OP($l,$tt,$r,14,"0x33333333",$r);
167 &R_PERM_OP($tt,$r,$l,22,"0x03fc03fc",$r);
168 &R_PERM_OP($l,$r,$tt,
[all...]
H A Ddes-586.pl182 local($a,$b,$tt,$shift,$mask,$last)=@_;
185 &mov( $tt, $a );
193 &xor( $tt, $a );
197 &xor( $tt, $a );
205 local($l,$r,$tt,$lr)=@_;
207 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l);
208 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l);
209 &R_PERM_OP($l,$tt,$r,14,"0x33333333",$r);
210 &R_PERM_OP($tt,$r,$l,22,"0x03fc03fc",$r);
211 &R_PERM_OP($l,$r,$tt,
[all...]
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_markup.rb26 tt = RDoc::Markup::ToTest.new m
28 out = m.convert str, tt
51 tt = RDoc::Markup::ToTest.new nil, m
52 tt.add_tag :STRIKE, 'STRIKE ', ' STRIKE'
54 out = m.convert str, tt
77 tt = RDoc::Markup::ToTest.new m
79 out = m.convert doc, tt
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dtime.c44 struct timeval tt; local
53 if (gettimeofday(&tt, (struct timezone *)0) < 0)
56 retval = tt.tv_sec;
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dradix.c108 rn_new_radix_mask(struct radix_node *tt,
396 struct radix_node *tt = nodes, *t = tt + 1; local
399 t->rn_left = tt;
401 tt->rn_bit = -1;
402 tt->rn_key = (caddr_t)v;
403 tt->rn_parent = t;
404 tt->rn_flags = t->rn_flags = RNF_ACTIVE;
405 tt->rn_mklist = t->rn_mklist = NULL;
407 tt
425 struct radix_node *tt; local
569 rn_new_radix_mask(struct radix_node *tt, struct radix_mask *next) argument
595 struct radix_node *t, *x = NULL, *tt; local
747 struct radix_node *t, *p, *x, *tt; local
1115 struct radix_node *t, *tt, *ttt; local
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Dtasn_prn.c80 const ASN1_TEMPLATE *tt; local
115 tt = it->templates + i;
116 tmpfld = asn1_get_field(fld, tt);
117 return ASN1_template_print(out, tmpfld, indent, tt);
122 for(i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
123 tmpfld = asn1_get_field(fld, tt);
124 ASN1_template_print(out, tmpfld, indent + 2, tt);
134 int ASN1_template_print(BIO *out, void *fld, int indent, const ASN1_TEMPLATE *tt) argument
140 flags = tt
[all...]
H A Dtasn_fre.c81 const ASN1_TEMPLATE *tt = NULL, *seqtt; local
121 tt = it->templates + i;
122 pchval = asn1_get_field_ptr(pval, tt);
123 ASN1_template_free(pchval, tt);
162 tt = it->templates + it->tcount - 1;
163 for (i = 0; i < it->tcount; tt--, i++)
166 seqtt = asn1_do_adb(pval, tt, 0);
183 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
186 if (tt->flags & ASN1_TFLG_SK_MASK)
193 asn1_item_combine_free(&vtmp, ASN1_ITEM_ptr(tt
[all...]
H A Dtasn_new.c70 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
91 const ASN1_TEMPLATE *tt = NULL; local
198 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
200 pseqval = asn1_get_field_ptr(pval, tt);
201 if (!ASN1_template_new(pseqval, tt))
266 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
268 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
270 if (tt->flags & ASN1_TFLG_OPTIONAL)
272 asn1_template_clear(pval, tt);
311 asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
[all...]
/macosx-10.10/diskdev_cmds-576/fdisk.tproj/
H A Dcmd.c71 Xerase(cmd, disk, mbr, tt, offset)
75 mbr_t *tt;
84 Xreinit(cmd, disk, mbr, tt, offset)
88 mbr_t *tt;
92 MBR_make(tt);
107 Xauto(cmd, disk, mbr, tt, offset)
111 mbr_t *tt;
129 Xdisk(cmd, disk, mbr, tt, offset)
133 mbr_t *tt;
166 Xedit(cmd, disk, mbr, tt, offse
[all...]
/macosx-10.10/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-tasn-fre.c113 const ASN1_TEMPLATE *tt = NULL, *seqtt; local
153 tt = it->templates + i;
154 pchval = asn1_get_field_ptr(pval, tt);
155 ASN1_template_free(pchval, tt);
194 tt = it->templates + it->tcount - 1;
195 for (i = 0; i < it->tcount; tt--, i++)
198 seqtt = asn1_do_adb(pval, tt, 0);
215 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
218 if (tt->flags & ASN1_TFLG_SK_MASK)
225 asn1_item_combine_free(&vtmp, ASN1_ITEM_ptr(tt
[all...]
H A Dcs-tasn-new.c84 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
105 const ASN1_TEMPLATE *tt = NULL; local
212 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
214 pseqval = asn1_get_field_ptr(pval, tt);
215 if (!ASN1_template_new(pseqval, tt))
280 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
282 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
284 if (tt->flags & ASN1_TFLG_OPTIONAL)
286 asn1_template_clear(pval, tt);
325 asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
[all...]
H A Dcs-tasn-utl.c213 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
216 if (tt->flags & ASN1_TFLG_COMBINE)
218 pvaltmp = offset2ptr(*pval, tt->offset);
230 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, argument
238 if (!(tt->flags & ASN1_TFLG_ADB_MASK))
239 return tt;
242 adb = ASN1_ADB_ptr(tt->item);
259 if (tt->flags & ASN1_TFLG_ADB_OID)
274 return &atbl->tt;
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/etc/
H A Dmersenne.c109 clock_t tt; local
115 tt = clock ();
125 tt = clock () - tt;
128 printf ("2^%-5ld - 1 is prime, test took %ld ticks\n", k, tt);
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Ducnvseltst.c194 text_reset(TestText *tt) { argument
195 tt->limit = tt->text;
196 tt->number = 0;
200 text_nextString(TestText *tt, int32_t *pLength) { argument
201 char *s = tt->limit;
202 if (s == tt->textLimit) {
205 } else if (s == tt->text) {
207 if ((tt->textLimit - tt
225 text_open(TestText *tt) argument
257 text_close(TestText *tt) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dtemplate.c181 unsigned int template_flags = t->tt;
190 switch (t->tt & A1_OP_MASK) {
197 if ((t->tt & A1_OP_MASK) == A1_OP_TYPE) {
204 if (t->tt & A1_FLAG_OPTIONAL) {
210 if ((t->tt & A1_OP_MASK) == A1_OP_TYPE) {
217 if (t->tt & A1_FLAG_OPTIONAL) {
236 ret = der_match_tag_and_length(p, len, A1_TAG_CLASS(t->tt),
237 &dertype, A1_TAG_TAG(t->tt),
240 if (t->tt & A1_FLAG_OPTIONAL)
252 if (dertype != A1_TAG_TYPE(t->tt)
[all...]

Completed in 234 milliseconds

12345678910