Home
last modified time | relevance | path

Searched refs:ifiles (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/dports/lang/perl5.34/perl-5.34.0/t/io/
H A Dinplace.t37 our @ifiles = ( tempfile(), tempfile(), tempfile() );
40 for my $file (@ifiles) {
46 local @ARGV = @ifiles;
57 my @my_ifiles = @ifiles;
65 for my $file (@ifiles) {
71 local @ARGV = @ifiles;
79 my @my_ifiles = @ifiles;
85 END { unlink_all(@ifiles); }
/dports/lang/perl5.30/perl-5.30.3/t/io/
H A Dinplace.t37 our @ifiles = ( tempfile(), tempfile(), tempfile() );
40 for my $file (@ifiles) {
46 local @ARGV = @ifiles;
57 my @my_ifiles = @ifiles;
65 for my $file (@ifiles) {
71 local @ARGV = @ifiles;
79 my @my_ifiles = @ifiles;
85 END { unlink_all(@ifiles); }
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/io/
H A Dinplace.t37 our @ifiles = ( tempfile(), tempfile(), tempfile() );
40 for my $file (@ifiles) {
46 local @ARGV = @ifiles;
57 my @my_ifiles = @ifiles;
65 for my $file (@ifiles) {
71 local @ARGV = @ifiles;
79 my @my_ifiles = @ifiles;
85 END { unlink_all(@ifiles); }
/dports/lang/perl5.32/perl-5.32.1/t/io/
H A Dinplace.t37 our @ifiles = ( tempfile(), tempfile(), tempfile() );
40 for my $file (@ifiles) {
46 local @ARGV = @ifiles;
57 my @my_ifiles = @ifiles;
65 for my $file (@ifiles) {
71 local @ARGV = @ifiles;
79 my @my_ifiles = @ifiles;
85 END { unlink_all(@ifiles); }
/dports/lang/pcc/pcc-1.1.0/cc/cpp/
H A Dtoken.c76 struct includ *ifiles; variable
139 len = read(ifiles->infil, ifiles->buffer, CPPBUF); in inpbuf()
144 ifiles->curptr = ifiles->buffer; in inpbuf()
145 ifiles->maxread = ifiles->buffer + len; in inpbuf()
158 if (ifiles->curptr < ifiles->maxread) in inpch()
174 ifiles->curptr--; in unch()
175 if (ifiles->curptr < ifiles->bbuf) in unch()
250 ifiles->escln++; in inch()
315 ifiles->lineno++; in eatcmnt()
965 ifiles = ic; in pushfile()
[all …]
/dports/net/yaz/yaz-5.31.1/src/
H A Dcsvtodiag.tcl9 proc csvtodiag {ifiles name alias} {
15 set csv [open [lindex $ifiles 0] r]
16 set cfile [open [lindex $ifiles 1] w]
17 set hfile [open [lindex $ifiles 2] w]
19 puts $cfile "/** \\file [lindex $ifiles 1]"
20 puts $hfile "/** \\file [lindex $ifiles 2]"
21 set preamble " \\brief Diagnostics: Generated by csvtodiag.tcl from [lindex $ifiles 0] */"
29 \#include \"[lindex $ifiles 2]\"
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/cp/
H A Dlex.c273 struct impl_files *ifiles; in interface_strcmp() local
276 for (ifiles = impl_file_chain; ifiles; ifiles = ifiles->next) in interface_strcmp()
278 const char *t1 = ifiles->filename; in interface_strcmp()
390 struct impl_files *ifiles = impl_file_chain; in handle_pragma_implementation() local
411 for (; ifiles; ifiles = ifiles->next) in handle_pragma_implementation()
413 if (! filename_cmp (ifiles->filename, filename)) in handle_pragma_implementation()
416 if (ifiles == 0) in handle_pragma_implementation()
418 ifiles = XNEW (struct impl_files); in handle_pragma_implementation()
419 ifiles->filename = xstrdup (filename); in handle_pragma_implementation()
420 ifiles->next = impl_file_chain; in handle_pragma_implementation()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/cp/
H A Dlex.c272 struct impl_files *ifiles; in interface_strcmp() local
275 for (ifiles = impl_file_chain; ifiles; ifiles = ifiles->next) in interface_strcmp()
277 const char *t1 = ifiles->filename; in interface_strcmp()
389 struct impl_files *ifiles = impl_file_chain; in handle_pragma_implementation() local
410 for (; ifiles; ifiles = ifiles->next) in handle_pragma_implementation()
412 if (! filename_cmp (ifiles->filename, filename)) in handle_pragma_implementation()
415 if (ifiles == 0) in handle_pragma_implementation()
417 ifiles = XNEW (struct impl_files); in handle_pragma_implementation()
418 ifiles->filename = xstrdup (filename); in handle_pragma_implementation()
419 ifiles->next = impl_file_chain; in handle_pragma_implementation()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/cp/
H A Dlex.c272 struct impl_files *ifiles; in interface_strcmp() local
275 for (ifiles = impl_file_chain; ifiles; ifiles = ifiles->next) in interface_strcmp()
277 const char *t1 = ifiles->filename; in interface_strcmp()
389 struct impl_files *ifiles = impl_file_chain; in handle_pragma_implementation() local
410 for (; ifiles; ifiles = ifiles->next) in handle_pragma_implementation()
412 if (! filename_cmp (ifiles->filename, filename)) in handle_pragma_implementation()
415 if (ifiles == 0) in handle_pragma_implementation()
417 ifiles = XNEW (struct impl_files); in handle_pragma_implementation()
418 ifiles->filename = xstrdup (filename); in handle_pragma_implementation()
419 ifiles->next = impl_file_chain; in handle_pragma_implementation()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/
H A Dlex.c278 struct impl_files *ifiles; in interface_strcmp() local
281 for (ifiles = impl_file_chain; ifiles; ifiles = ifiles->next) in interface_strcmp()
283 const char *t1 = ifiles->filename; in interface_strcmp()
395 struct impl_files *ifiles = impl_file_chain; in handle_pragma_implementation() local
416 for (; ifiles; ifiles = ifiles->next) in handle_pragma_implementation()
418 if (! filename_cmp (ifiles->filename, filename)) in handle_pragma_implementation()
421 if (ifiles == 0) in handle_pragma_implementation()
423 ifiles = XNEW (struct impl_files); in handle_pragma_implementation()
424 ifiles->filename = xstrdup (filename); in handle_pragma_implementation()
425 ifiles->next = impl_file_chain; in handle_pragma_implementation()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/cp/
H A Dlex.c278 struct impl_files *ifiles; in interface_strcmp() local
281 for (ifiles = impl_file_chain; ifiles; ifiles = ifiles->next) in interface_strcmp()
283 const char *t1 = ifiles->filename; in interface_strcmp()
395 struct impl_files *ifiles = impl_file_chain; in handle_pragma_implementation() local
416 for (; ifiles; ifiles = ifiles->next) in handle_pragma_implementation()
418 if (! filename_cmp (ifiles->filename, filename)) in handle_pragma_implementation()
421 if (ifiles == 0) in handle_pragma_implementation()
423 ifiles = XNEW (struct impl_files); in handle_pragma_implementation()
424 ifiles->filename = xstrdup (filename); in handle_pragma_implementation()
425 ifiles->next = impl_file_chain; in handle_pragma_implementation()
[all …]
/dports/audio/ocp/ocp-0.2.90/goodies/tga2wav/
H A Dtga2wav.cpp133 char ifiles[_MAX_PATH+1]; in main() local
145 strcpy(ifiles,argv[1]); in main()
151 strcpy(ifiles,argv[1]); in main()
152 strcat(ifiles,".tga"); in main()
161 strcpy(ifiles,file); in main()
162 strcat(ifiles,".tga"); in main()
178 FILE *infile=fopen(ifiles, "rb"); in main()
181 cerr << "could not read " << ifiles << endl; in main()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/cp/
H A Dlex.c453 struct impl_files *ifiles; in interface_strcmp() local
456 for (ifiles = impl_file_chain; ifiles; ifiles = ifiles->next) in interface_strcmp()
458 const char *t1 = ifiles->filename; in interface_strcmp()
573 struct impl_files *ifiles = impl_file_chain; in handle_pragma_implementation() local
594 for (; ifiles; ifiles = ifiles->next) in handle_pragma_implementation()
596 if (! strcmp (ifiles->filename, main_filename)) in handle_pragma_implementation()
599 if (ifiles == 0) in handle_pragma_implementation()
601 ifiles = xmalloc (sizeof (struct impl_files)); in handle_pragma_implementation()
602 ifiles->filename = main_filename; in handle_pragma_implementation()
603 ifiles->next = impl_file_chain; in handle_pragma_implementation()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/cp/
H A Dlex.c453 struct impl_files *ifiles; in interface_strcmp() local
456 for (ifiles = impl_file_chain; ifiles; ifiles = ifiles->next) in interface_strcmp()
458 const char *t1 = ifiles->filename; in interface_strcmp()
573 struct impl_files *ifiles = impl_file_chain; in handle_pragma_implementation() local
594 for (; ifiles; ifiles = ifiles->next) in handle_pragma_implementation()
596 if (! strcmp (ifiles->filename, main_filename)) in handle_pragma_implementation()
599 if (ifiles == 0) in handle_pragma_implementation()
601 ifiles = xmalloc (sizeof (struct impl_files)); in handle_pragma_implementation()
602 ifiles->filename = main_filename; in handle_pragma_implementation()
603 ifiles->next = impl_file_chain; in handle_pragma_implementation()
[all …]
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/flow/flow.noroute/
H A Dmixed.flow7 ifiles:
18 ifiles: $.cel $.stat
29 ifiles: $.mcel $.mpar
40 ifiles: $.blk $.scel $.par $.net
H A Dmixed.fnog7 ifiles:
18 ifiles: $.cel $.stat
29 ifiles: $.mcel $.mpar $.mnet
40 ifiles: $.blk $.scel $.par $.net
H A Dstandard.fnog7 ifiles:
18 ifiles: $.cel $.stat
29 ifiles: $.mcel $.mpar $.mnet
40 ifiles: $.blk $.scel $.par $.net
H A Dstandard.fdbg7 ifiles:
18 ifiles: $.cel $.stat
29 ifiles: $.mcel $.mpar
40 ifiles: $.blk $.scel $.par $.net
H A Dstandard.flow7 ifiles:
18 ifiles: $.cel $.stat
29 ifiles: $.mcel $.mpar
40 ifiles: $.blk $.scel $.par $.net
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dlex.c335 struct impl_files *ifiles; in interface_strcmp() local
338 for (ifiles = impl_file_chain; ifiles; ifiles = ifiles->next) in interface_strcmp()
340 const char *t1 = ifiles->filename; in interface_strcmp()
452 struct impl_files *ifiles = impl_file_chain; in handle_pragma_implementation() local
473 for (; ifiles; ifiles = ifiles->next) in handle_pragma_implementation()
475 if (! filename_cmp (ifiles->filename, filename)) in handle_pragma_implementation()
478 if (ifiles == 0) in handle_pragma_implementation()
480 ifiles = XNEW (struct impl_files); in handle_pragma_implementation()
481 ifiles->filename = xstrdup (filename); in handle_pragma_implementation()
482 ifiles->next = impl_file_chain; in handle_pragma_implementation()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/cp/
H A Dlex.c341 struct impl_files *ifiles; in interface_strcmp() local
344 for (ifiles = impl_file_chain; ifiles; ifiles = ifiles->next) in interface_strcmp()
346 const char *t1 = ifiles->filename; in interface_strcmp()
458 struct impl_files *ifiles = impl_file_chain; in handle_pragma_implementation() local
479 for (; ifiles; ifiles = ifiles->next) in handle_pragma_implementation()
481 if (! filename_cmp (ifiles->filename, filename)) in handle_pragma_implementation()
484 if (ifiles == 0) in handle_pragma_implementation()
486 ifiles = XNEW (struct impl_files); in handle_pragma_implementation()
487 ifiles->filename = xstrdup (filename); in handle_pragma_implementation()
488 ifiles->next = impl_file_chain; in handle_pragma_implementation()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/cp/
H A Dlex.c335 struct impl_files *ifiles; in interface_strcmp() local
338 for (ifiles = impl_file_chain; ifiles; ifiles = ifiles->next) in interface_strcmp()
340 const char *t1 = ifiles->filename; in interface_strcmp()
452 struct impl_files *ifiles = impl_file_chain; in handle_pragma_implementation() local
473 for (; ifiles; ifiles = ifiles->next) in handle_pragma_implementation()
475 if (! filename_cmp (ifiles->filename, filename)) in handle_pragma_implementation()
478 if (ifiles == 0) in handle_pragma_implementation()
480 ifiles = XNEW (struct impl_files); in handle_pragma_implementation()
481 ifiles->filename = xstrdup (filename); in handle_pragma_implementation()
482 ifiles->next = impl_file_chain; in handle_pragma_implementation()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dlex.c335 struct impl_files *ifiles; in interface_strcmp() local
338 for (ifiles = impl_file_chain; ifiles; ifiles = ifiles->next) in interface_strcmp()
340 const char *t1 = ifiles->filename; in interface_strcmp()
452 struct impl_files *ifiles = impl_file_chain; in handle_pragma_implementation() local
473 for (; ifiles; ifiles = ifiles->next) in handle_pragma_implementation()
475 if (! filename_cmp (ifiles->filename, filename)) in handle_pragma_implementation()
478 if (ifiles == 0) in handle_pragma_implementation()
480 ifiles = XNEW (struct impl_files); in handle_pragma_implementation()
481 ifiles->filename = xstrdup (filename); in handle_pragma_implementation()
482 ifiles->next = impl_file_chain; in handle_pragma_implementation()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/cp/
H A Dlex.c335 struct impl_files *ifiles; in interface_strcmp() local
338 for (ifiles = impl_file_chain; ifiles; ifiles = ifiles->next) in interface_strcmp()
340 const char *t1 = ifiles->filename; in interface_strcmp()
452 struct impl_files *ifiles = impl_file_chain; in handle_pragma_implementation() local
473 for (; ifiles; ifiles = ifiles->next) in handle_pragma_implementation()
475 if (! filename_cmp (ifiles->filename, filename)) in handle_pragma_implementation()
478 if (ifiles == 0) in handle_pragma_implementation()
480 ifiles = XNEW (struct impl_files); in handle_pragma_implementation()
481 ifiles->filename = xstrdup (filename); in handle_pragma_implementation()
482 ifiles->next = impl_file_chain; in handle_pragma_implementation()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dlex.c335 struct impl_files *ifiles; in interface_strcmp() local
338 for (ifiles = impl_file_chain; ifiles; ifiles = ifiles->next) in interface_strcmp()
340 const char *t1 = ifiles->filename; in interface_strcmp()
452 struct impl_files *ifiles = impl_file_chain; in handle_pragma_implementation() local
473 for (; ifiles; ifiles = ifiles->next) in handle_pragma_implementation()
475 if (! filename_cmp (ifiles->filename, filename)) in handle_pragma_implementation()
478 if (ifiles == 0) in handle_pragma_implementation()
480 ifiles = XNEW (struct impl_files); in handle_pragma_implementation()
481 ifiles->filename = xstrdup (filename); in handle_pragma_implementation()
482 ifiles->next = impl_file_chain; in handle_pragma_implementation()
[all …]

12345678910>>...14