Home
last modified time | relevance | path

Searched refs:outhandle (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/www/p5-FAQ-OMatic/FAQ-OMatic-2.719/po/
H A Dpo2pm87 $outhandle->printf(" \"%s\"\n", $msgid)
94 $outhandle->printf(" => \"\",\n")
115 $outhandle->printf("%s\n", $line)
180 $outhandle->printf(" \"%s\"\n", $msgid)
187 $outhandle->printf(" => \"\",\n")
204 my ($infilename, $outhandle, $outfilename) = @_;
227 my ($outhandle, $outfilename) = @_;
229 $outhandle->print('
251 my ($outfilename, $outhandle, $out_close_on_exit);
298 $outhandle = IO::File->new($outfilename, 'w')
[all …]
/dports/www/mhonarc/MHonArc-2.6.24/lib/
H A Dmhindex.pl85 $outhandle = \*STDOUT;
92 &output_maillist_head($outhandle);
99 print $outhandle $tmpl;
119 print $outhandle $tmpl;
122 print $outhandle $tmpl;
141 print $outhandle $tmpl;
144 print $outhandle $tmpl;
169 print $outhandle $tmpl;
172 print $outhandle $tmpl;
176 &output_maillist_foot($outhandle);
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/tests/
H A Dbell_mf_tx_tests.c57 SNDFILE *outhandle; in main() local
69 sf_writef_short(outhandle, amp, len); in main()
74 sf_writef_short(outhandle, amp, len); in main()
79 sf_writef_short(outhandle, amp, len); in main()
84 sf_writef_short(outhandle, amp, len); in main()
89 sf_writef_short(outhandle, amp, len); in main()
111 sf_writef_short(outhandle, amp, len); in main()
116 sf_writef_short(outhandle, amp, len); in main()
121 sf_writef_short(outhandle, amp, len); in main()
126 sf_writef_short(outhandle, amp, len); in main()
[all …]
H A Ddtmf_tx_tests.c57 SNDFILE *outhandle; in main() local
69 sf_writef_short(outhandle, amp, len); in main()
77 sf_writef_short(outhandle, amp, len); in main()
85 sf_writef_short(outhandle, amp, len); in main()
93 sf_writef_short(outhandle, amp, len); in main()
101 sf_writef_short(outhandle, amp, len); in main()
123 sf_writef_short(outhandle, amp, len); in main()
131 sf_writef_short(outhandle, amp, len); in main()
139 sf_writef_short(outhandle, amp, len); in main()
147 sf_writef_short(outhandle, amp, len); in main()
[all …]
H A Dtone_generate_tests.c53 SNDFILE *outhandle; in main() local
55 if ((outhandle = sf_open_telephony_write(OUTPUT_FILE_NAME, 1)) == NULL) in main()
79 sf_writef_short(outhandle, amp, len); in main()
101 sf_writef_short(outhandle, amp, len); in main()
123 sf_writef_short(outhandle, amp, len); in main()
145 sf_writef_short(outhandle, amp, len); in main()
167 sf_writef_short(outhandle, amp, len); in main()
189 sf_writef_short(outhandle, amp, len); in main()
211 sf_writef_short(outhandle, amp, len); in main()
233 sf_writef_short(outhandle, amp, len); in main()
[all …]
H A Dr2_mf_tx_tests.c57 SNDFILE *outhandle; in main() local
61 if ((outhandle = sf_open_telephony_write(OUTPUT_FILE_NAME, 1)) == NULL) in main()
74 sf_writef_short(outhandle, amp, len); in main()
79 sf_writef_short(outhandle, amp, len); in main()
89 sf_writef_short(outhandle, amp, len); in main()
94 sf_writef_short(outhandle, amp, len); in main()
97 if (sf_close_telephony(outhandle)) in main()
H A Ddds_tests.c62 SNDFILE *outhandle; in main() local
71 if ((outhandle = sf_open_telephony_write(OUTPUT_FILE_NAME, 1)) == NULL) in main()
87 outframes = sf_writef_short(outhandle, buf, SAMPLES_PER_CHUNK); in main()
107 outframes = sf_writef_short(outhandle, buf, SAMPLES_PER_CHUNK); in main()
129 outframes = sf_writef_short(outhandle, buf, SAMPLES_PER_CHUNK); in main()
149 outframes = sf_writef_short(outhandle, buf, SAMPLES_PER_CHUNK); in main()
162 if (sf_close_telephony(outhandle)) in main()
169 if ((outhandle = sf_open_telephony_write(OUTPUT_FILE_NAME_COMPLEX, 2)) == NULL) in main()
188 outframes = sf_writef_short(outhandle, buf, SAMPLES_PER_CHUNK); in main()
207 if (sf_close_telephony(outhandle)) in main()
H A Dline_model_tests.c72 SNDFILE *outhandle; in complexify_tests() local
93 outframes = sf_writef_short(outhandle, out, 20000); in complexify_tests()
99 if (sf_close_telephony(outhandle)) in complexify_tests()
114 SNDFILE *outhandle; in test_one_way_model() local
141 if ((outhandle = sf_open_telephony_write(OUT_FILE_NAME1, 1)) == NULL) in test_one_way_model()
168 outframes = sf_writef_short(outhandle, amp, samples); in test_one_way_model()
183 if (sf_close_telephony(outhandle)) in test_one_way_model()
202 SNDFILE *outhandle; in test_both_ways_model() local
246 if ((outhandle = sf_open_telephony_write(OUT_FILE_NAME2, 2)) == NULL) in test_both_ways_model()
282 outframes = sf_writef_short(outhandle, amp, samples); in test_both_ways_model()
[all …]
H A Dg711_tests.c61 SNDFILE *outhandle; in compliance_tests() local
79 outhandle = NULL; in compliance_tests()
124 outframes = sf_writef_short(outhandle, amp, 65536); in compliance_tests()
159 outframes = sf_writef_short(outhandle, amp, 65536); in compliance_tests()
215 outframes = sf_writef_short(outhandle, amp, 8000); in compliance_tests()
236 outframes = sf_writef_short(outhandle, amp, 8000); in compliance_tests()
323 if (sf_close_telephony(outhandle)) in compliance_tests()
337 SNDFILE *outhandle; in main() local
413 outhandle = NULL; in main()
469 outframes = sf_writef_short(outhandle, outdata, len3); in main()
[all …]
/dports/comms/spandsp/spandsp-284fe91/tests/
H A Dbell_mf_tx_tests.c57 SNDFILE *outhandle; in main() local
69 sf_writef_short(outhandle, amp, len); in main()
74 sf_writef_short(outhandle, amp, len); in main()
79 sf_writef_short(outhandle, amp, len); in main()
84 sf_writef_short(outhandle, amp, len); in main()
89 sf_writef_short(outhandle, amp, len); in main()
111 sf_writef_short(outhandle, amp, len); in main()
116 sf_writef_short(outhandle, amp, len); in main()
121 sf_writef_short(outhandle, amp, len); in main()
126 sf_writef_short(outhandle, amp, len); in main()
[all …]
H A Ddtmf_tx_tests.c57 SNDFILE *outhandle; in main() local
69 sf_writef_short(outhandle, amp, len); in main()
77 sf_writef_short(outhandle, amp, len); in main()
85 sf_writef_short(outhandle, amp, len); in main()
93 sf_writef_short(outhandle, amp, len); in main()
101 sf_writef_short(outhandle, amp, len); in main()
123 sf_writef_short(outhandle, amp, len); in main()
131 sf_writef_short(outhandle, amp, len); in main()
139 sf_writef_short(outhandle, amp, len); in main()
147 sf_writef_short(outhandle, amp, len); in main()
[all …]
H A Dtone_generate_tests.c53 SNDFILE *outhandle; in main() local
55 if ((outhandle = sf_open_telephony_write(OUTPUT_FILE_NAME, 1)) == NULL) in main()
79 sf_writef_short(outhandle, amp, len); in main()
101 sf_writef_short(outhandle, amp, len); in main()
123 sf_writef_short(outhandle, amp, len); in main()
145 sf_writef_short(outhandle, amp, len); in main()
167 sf_writef_short(outhandle, amp, len); in main()
189 sf_writef_short(outhandle, amp, len); in main()
211 sf_writef_short(outhandle, amp, len); in main()
233 sf_writef_short(outhandle, amp, len); in main()
[all …]
H A Dr2_mf_tx_tests.c57 SNDFILE *outhandle; in main() local
61 if ((outhandle = sf_open_telephony_write(OUTPUT_FILE_NAME, 1)) == NULL) in main()
74 sf_writef_short(outhandle, amp, len); in main()
79 sf_writef_short(outhandle, amp, len); in main()
89 sf_writef_short(outhandle, amp, len); in main()
94 sf_writef_short(outhandle, amp, len); in main()
97 if (sf_close_telephony(outhandle)) in main()
H A Ddds_tests.c62 SNDFILE *outhandle; in main() local
71 if ((outhandle = sf_open_telephony_write(OUTPUT_FILE_NAME, 1)) == NULL) in main()
87 outframes = sf_writef_short(outhandle, buf, SAMPLES_PER_CHUNK); in main()
107 outframes = sf_writef_short(outhandle, buf, SAMPLES_PER_CHUNK); in main()
129 outframes = sf_writef_short(outhandle, buf, SAMPLES_PER_CHUNK); in main()
149 outframes = sf_writef_short(outhandle, buf, SAMPLES_PER_CHUNK); in main()
162 if (sf_close_telephony(outhandle)) in main()
169 if ((outhandle = sf_open_telephony_write(OUTPUT_FILE_NAME_COMPLEX, 2)) == NULL) in main()
188 outframes = sf_writef_short(outhandle, buf, SAMPLES_PER_CHUNK); in main()
207 if (sf_close_telephony(outhandle)) in main()
H A Dline_model_tests.c72 SNDFILE *outhandle; in complexify_tests() local
93 outframes = sf_writef_short(outhandle, out, 20000); in complexify_tests()
99 if (sf_close_telephony(outhandle)) in complexify_tests()
114 SNDFILE *outhandle; in test_one_way_model() local
141 if ((outhandle = sf_open_telephony_write(OUT_FILE_NAME1, 1)) == NULL) in test_one_way_model()
168 outframes = sf_writef_short(outhandle, amp, samples); in test_one_way_model()
183 if (sf_close_telephony(outhandle)) in test_one_way_model()
202 SNDFILE *outhandle; in test_both_ways_model() local
246 if ((outhandle = sf_open_telephony_write(OUT_FILE_NAME2, 2)) == NULL) in test_both_ways_model()
282 outframes = sf_writef_short(outhandle, amp, samples); in test_both_ways_model()
[all …]
H A Dg711_tests.c61 SNDFILE *outhandle; in compliance_tests() local
79 outhandle = NULL; in compliance_tests()
124 outframes = sf_writef_short(outhandle, amp, 65536); in compliance_tests()
159 outframes = sf_writef_short(outhandle, amp, 65536); in compliance_tests()
215 outframes = sf_writef_short(outhandle, amp, 8000); in compliance_tests()
236 outframes = sf_writef_short(outhandle, amp, 8000); in compliance_tests()
323 if (sf_close_telephony(outhandle)) in compliance_tests()
337 SNDFILE *outhandle; in main() local
413 outhandle = NULL; in main()
469 outframes = sf_writef_short(outhandle, outdata, len3); in main()
[all …]
/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/tests/
H A Dbell_mf_tx_tests.c58 AFfilehandle outhandle; in main() local
76 if (outhandle == AF_NULL_FILEHANDLE) in main()
85 outframes = afWriteFrames(outhandle, in main()
93 outframes = afWriteFrames(outhandle, in main()
101 outframes = afWriteFrames(outhandle, in main()
109 outframes = afWriteFrames(outhandle, in main()
117 outframes = afWriteFrames(outhandle, in main()
147 outframes = afWriteFrames(outhandle, in main()
155 outframes = afWriteFrames(outhandle, in main()
163 outframes = afWriteFrames(outhandle, in main()
[all …]
H A Ddtmf_tx_tests.c58 AFfilehandle outhandle; in main() local
83 outframes = afWriteFrames(outhandle, AF_DEFAULT_TRACK, amp, len); in main()
88 outframes = afWriteFrames(outhandle, AF_DEFAULT_TRACK, amp, len); in main()
93 outframes = afWriteFrames(outhandle, AF_DEFAULT_TRACK, amp, len); in main()
98 outframes = afWriteFrames(outhandle, AF_DEFAULT_TRACK, amp, len); in main()
103 outframes = afWriteFrames(outhandle, AF_DEFAULT_TRACK, amp, len); in main()
127 outframes = afWriteFrames(outhandle, AF_DEFAULT_TRACK, amp, len); in main()
132 outframes = afWriteFrames(outhandle, AF_DEFAULT_TRACK, amp, len); in main()
137 outframes = afWriteFrames(outhandle, AF_DEFAULT_TRACK, amp, len); in main()
142 outframes = afWriteFrames(outhandle, AF_DEFAULT_TRACK, amp, len); in main()
[all …]
H A Dr2_mf_tx_tests.c58 AFfilehandle outhandle; in main() local
76 outhandle = afOpenFile(OUTPUT_FILE_NAME, "w", filesetup); in main()
77 if (outhandle == AF_NULL_FILEHANDLE) in main()
91 outframes = afWriteFrames(outhandle, in main()
101 outframes = afWriteFrames(outhandle, in main()
116 outframes = afWriteFrames(outhandle, in main()
126 outframes = afWriteFrames(outhandle, in main()
133 if (afCloseFile(outhandle) != 0) in main()
H A Dtone_generate_tests.c54 AFfilehandle outhandle; in main() local
70 outhandle = afOpenFile(OUTPUT_FILE_NAME, "w", filesetup); in main()
71 if (outhandle == AF_NULL_FILEHANDLE) in main()
95 outframes = afWriteFrames(outhandle, in main()
119 outframes = afWriteFrames(outhandle, in main()
143 outframes = afWriteFrames(outhandle, in main()
167 outframes = afWriteFrames(outhandle, in main()
173 if (afCloseFile(outhandle) != 0) in main()
H A Dline_model_tests.c72 AFfilehandle outhandle; in complexify_tests() local
102 outframes = afWriteFrames(outhandle, in complexify_tests()
111 if (afCloseFile(outhandle)) in complexify_tests()
127 AFfilehandle outhandle; in test_one_way_model() local
188 outframes = afWriteFrames(outhandle, in test_one_way_model()
203 if (afCloseFile(outhandle)) in test_one_way_model()
223 AFfilehandle outhandle; in test_both_ways_model() local
264 outhandle = afOpenFile(OUT_FILE_NAME, "w", filesetup); in test_both_ways_model()
265 if (outhandle == AF_NULL_FILEHANDLE) in test_both_ways_model()
307 outframes = afWriteFrames(outhandle, in test_both_ways_model()
[all …]
H A Ddds_tests.c63 AFfilehandle outhandle; in main() local
83 if ((outhandle = afOpenFile(OUTPUT_FILE_NAME, "w", filesetup)) == AF_NULL_FILEHANDLE) in main()
99 outframes = afWriteFrames(outhandle, in main()
122 outframes = afWriteFrames(outhandle, in main()
147 outframes = afWriteFrames(outhandle, in main()
170 outframes = afWriteFrames(outhandle, in main()
186 if (afCloseFile(outhandle) != 0) in main()
204 if ((outhandle = afOpenFile(OUTPUT_FILE_NAME_COMPLEX, "w", filesetup)) == AF_NULL_FILEHANDLE) in main()
223 outframes = afWriteFrames(outhandle, in main()
245 if (afCloseFile(outhandle) != 0) in main()
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/core/entities/
H A Duzeentdimrotated.pas65 SaveToDXFObjPrefix(outhandle,'DIMENSION','AcDbDimension',IODXFContext);
66 dxfvertexout(outhandle,10,DimData.P10InWCS);
67 dxfvertexout(outhandle,11,DimData.P11InOCS);
69 dxfGDBIntegerout(outhandle,70,0+128)
71 dxfGDBIntegerout(outhandle,70,0);
72 dxfGDBStringout(outhandle,3,PDimStyle^.Name);
73 dxfGDBStringout(outhandle,100,'AcDbAlignedDimension');
74 dxfvertexout(outhandle,13,DimData.P13InWCS);
75 dxfvertexout(outhandle,14,DimData.P14InWCS);
76 …dxfGDBDoubleout(outhandle,50,vertexangle(createvertex2d(0,0),createvertex2d(vectorD.x,vectorD.y))*…
[all …]
H A Duzeenttext.pas608 dxfvertexout(outhandle,10,Local.p_insert);
609 dxfvertexout(outhandle,11,tv);
613 dxfvertexout(outhandle,11,Local.p_insert);
614 dxfvertexout(outhandle,10,tv);
616 dxfGDBDoubleout(outhandle,40,textprop.size);
618 dxfGDBDoubleout(outhandle,41,textprop.wfactor);
620 dxfGDBIntegerout(outhandle,72,hv);
627 dxfGDBIntegerout(outhandle,71,bw);
630 SaveToDXFObjPostfix(outhandle);
640 dxfGDBStringout(outhandle,100,'AcDbText');
[all …]
/dports/japanese/p5-PDFJ/ja-p5-PDFJ-0.90_3/util/
H A Dttcinfo.pl16 my $outhandle = FileHandle->new(">$out");
18 print $outhandle "$fonts fonts in $file\n";
24 print $outhandle "[$j] $name\n";
26 print $outhandle "\n[$j]\n";
29 $ttf->dump($outhandle, 1);

12345678