Searched refs:did (Results 1 - 25 of 193) sorted by relevance

12345678

/macosx-10.10/BerkeleyDB-21/db/test/
H A Dhsearch.tcl25 set did [open $dict]
30 while { [gets $did str] != -1 && $count < $nentries } {
38 close $did
41 set did [open $dict]
43 while { [gets $did str] != -1 && $count < $nentries } {
48 close $did
H A Dsdb006.tcl102 set did [open $dict]
103 gets $did str
105 gets $did str
107 gets $did str
109 gets $did str
111 gets $did str
113 gets $did str
115 gets $did str
117 gets $did str
119 gets $did st
[all...]
H A Dsdb018.tcl88 set did [open $dict]
89 gets $did str
91 gets $did str
93 gets $did str
95 gets $did str
97 gets $did str
99 gets $did str
101 gets $did str
103 gets $did str
105 gets $did st
[all...]
H A Djoin.tcl70 set did [open $dict]
71 gets $did str
74 gets $did str
77 gets $did str
80 gets $did str
83 gets $did str
85 gets $did str
87 gets $did str
89 gets $did str
91 gets $did st
[all...]
H A Ddead004.tcl69 set did [open $testdir/dead$tnum.log.$i]
70 while { [gets $did val] != -1 } {
77 close $did
86 set did [open $testdir/dead$tnum.log.0]
87 error_check_bad file:young [gets $did val] -1
89 close $did
91 set did [open $testdir/dead$tnum.log.[expr $procs - 1]]
92 error_check_bad file:old [gets $did val] -1
94 close $did
H A Ddead003.tcl57 set did [open $testdir/dead$tnum.log.$i]
58 while { [gets $did val] != -1 } {
65 close $did
82 set did [open $testdir/dead$tnum.log.$l]
83 while { [gets $did val] != -1 } {
87 close $did
H A Ddead005.tcl53 set did [open $testdir/dead$tnum.log.$i]
54 while { [gets $did val] != -1 } {
61 close $did
74 set did [open $testdir/dead$tnum.log.$f]
75 error_check_bad file:$t [gets $did val] -1
77 close $did
H A Drep036script.tcl66 set did [open $dict]
75 close $did
76 set did [open $dict]
79 gets $did str
110 close $did
H A Dtest019.tcl49 set did [open $dict]
62 for { set i 0 } { [gets $did str] != -1 && $i < $nentries } \
88 close $did
91 set did [open $dict]
92 for { set i 0 } { [gets $did str] != -1 && $i < $nentries } \
134 close $did
H A Dtest021.tcl57 set did [open $dict]
72 while { [gets $did str] != -1 && $count < $nentries } {
95 close $did
114 set did [open $dict]
116 while { [gets $did str] != -1 && $i < $count } {
147 close $did
H A Dtest110.tcl60 set did [open $dict]
67 for { set i 0 } { [gets $did str] != -1 && $i < $nentries } \
102 close $did
105 set did [open $dict]
106 for { set i 0 } { [gets $did str] != -1 && $i < $nentries } \
162 close $did
H A Dtxn014.tcl80 set did [open $dict]
82 while { [gets $did str] != -1 && $count < $nentries } {
96 close $did
131 set did [open $dict]
133 while { [gets $did str] != -1 && $count < $nentries } {
140 close $did
H A Ddead001.tcl62 set did [open $testdir/dead$tnum.log.$i]
63 while { [gets $did val] != -1 } {
70 close $did
H A Ddead002.tcl58 set did [open $testdir/dead$tnum.log.$i]
59 while { [gets $did val] != -1 } {
66 close $did
H A Dmemp004.tcl32 set did [open $dict]
35 while { [gets $did str] != -1 && $count < 1000 } {
43 close $did
H A Dsdb016.tcl71 set did [open $dict]
72 while { [gets $did str] != -1 && $count < $ndataent } {
89 close $did
H A Dtest013.tcl64 set did [open $dict]
80 while { [gets $did str] != -1 && $count < $nentries } {
104 close $did
109 set did [open $dict]
111 while { [gets $did str] != -1 && $count < $nentries } {
136 close $did
140 set did [open $dict]
142 while { [gets $did str] != -1 && $count < $nentries } {
167 close $did
H A Dsi001.tcl126 set did [open $dict]
128 { [gets $did str] != -1 && $n < $nentries } \
135 gets $did datum
144 close $did
193 set did [open $dict]
199 gets $did str
202 { [gets $did str] != -1 && $n < $half } \
213 close $did
H A Dsi008.tcl127 set did [open $dict]
128 for { set n 0 } { [gets $did str] != -1 && $n < $nentries } { incr n } {
134 gets $did datum
143 close $did
191 set did [open $dict]
197 gets $did str
200 { [gets $did str] != -1 && $n < $half } \
211 close $did
H A Dtest037.tcl42 set did [open $dict]
55 while { [gets $did str] != -1 && $count < $nentries } {
73 close $did
105 set did [open $dict]
117 error_check_bad "gets on new open" [gets $did str] -1
157 error_check_bad "gets on new open" [gets $did str] -1
193 close $did
H A Dtest115.tcl83 set did [open $dict]
98 while { [gets $did str] != -1 && $count < $nentries } {
112 close $did
127 set did [open $dict]
138 while { [gets $did str] != -1 && $count > 0 } {
150 close $did
216 set did [open $dict]
222 while { [gets $did str] != -1 && $count < $nentries } {
235 close $did
H A Ddbm.tcl26 set did [open $dict]
35 while { [gets $did str] != -1 && $count < $nentries } {
49 close $did
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslScripts/
H A DAlexTest10 echo $SSL_HOST did not fail!
16 echo $SSL_HOST did not fail!
22 echo allowExpiredCerts did not fix $SSL_HOST!
34 echo $SSL_HOST did not fail!
40 echo allowExpiredRoot did not fix $SSL_HOST!
46 echo allowExpiredCerts did not fix $SSL_HOST!
57 echo $SSL_HOST did not fail!
63 echo allowAnyRoot did not fix $SSL_HOST!
70 echo A $ANCHOR_FILE did not fix $SSL_HOST!
76 echo a $ANCHOR_FILE did no
[all...]
/macosx-10.10/CPANInternal-159.1/DateTime-Format-ISO8601-0.07/t/
H A D04_legacy_year.t31 like( $@, qr/did not pass the 'is 0, 1, or undef' callback/ );
50 like( $@, qr/did not pass the 'is 0, 1, or undef' callback/ );
53 like( $@, qr/did not pass the 'is 0, 1, or undef' callback/ );
/macosx-10.10/cups-408/cups/backend/
H A Dieee1284.c59 struct ecpp_device_id did; /* Device ID buffer */
227 did.mode = ECPP_CENTRONICS;
228 did.len = device_id_size - 1;
229 did.rlen = 0;
230 did.addr = device_id;
232 if (!ioctl(fd, ECPPIOC_GETDEVID, &did))
238 if (did.rlen < (device_id_size - 1))
239 device_id[did.rlen] = '\0';

Completed in 165 milliseconds

12345678