Home
last modified time | relevance | path

Searched refs:MYFILE (Results 1 – 25 of 1119) sorted by relevance

12345678910>>...45

/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/
H A Drun_test.sh93 rm -f $MYFILE.*
98 touch $MYFILE.y
103 test_flags no_b_opt1 -bBASE -o $MYFILE.c $MYFILE.y
108 test_flags no_p_opt1 -pBASE -o $MYFILE.c $MYFILE.y
113 test_flags no_graph -g -o $MYFILE.c $MYFILE.y
118 test_flags no_verbose -v -o $MYFILE.c $MYFILE.y
119 test_flags no_output -o $MYFILE.output $MYFILE.y
120 test_flags no_output1 -o$MYFILE.output $MYFILE.y
126 test_flags no_defines -d -o $MYFILE.c $MYFILE.y
131 test_flags no_include -i -o $MYFILE.c $MYFILE.y
[all …]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Ddeh_soc.h64 void readwipes(MYFILE *f);
65 void readmaincfg(MYFILE *f);
70 void readsound(MYFILE *f, INT32 num);
71 void readframe(MYFILE *f, INT32 num);
72 void readhuditem(MYFILE *f, INT32 num);
73 void readmenu(MYFILE *f, INT32 num);
78 void readsprite2(MYFILE *f, INT32 num);
81 void readlight(MYFILE *f, INT32 num);
84 void readthing(MYFILE *f, INT32 num);
85 void readfreeslots(MYFILE *f);
[all …]
H A Ddehacked.h60 } MYFILE; typedef
62 char *myfgets(char *buf, size_t bufsize, MYFILE *f);
63 char *myhashfgets(char *buf, size_t bufsize, MYFILE *f);
/dports/devel/p5-Inline-Files/Inline-Files-0.71/tests/
H A D07hash.t13 use vars '%MYFILE';
17 ok(!defined $MYFILE{file});
18 ok(!defined $MYFILE{line});
20 ok($MYFILE{writable});
21 ok(!defined $MYFILE{other});
22 open MYFILE;
24 is($MYFILE{line} => 34);
25 is($MYFILE{offset} => 654);
26 ok($MYFILE{writable});
29 my $text = <MYFILE>;
[all …]
H A D02write.t22 open MYFILE, '>';
23 print MYFILE "New stuff\n";
24 close \*MYFILE;
/dports/devel/p5-Inline-Files/Inline-Files-0.71/t/
H A D07hash.t13 use vars '%MYFILE';
17 ok(!defined $MYFILE{file});
18 ok(!defined $MYFILE{line});
20 ok($MYFILE{writable});
21 ok(!defined $MYFILE{other});
22 open MYFILE;
24 is($MYFILE{line} => 34);
25 is($MYFILE{offset} => 654);
26 ok($MYFILE{writable});
29 my $text = <MYFILE>;
[all …]
H A D02write.t22 open MYFILE, '>';
23 print MYFILE "New stuff\n";
24 close \*MYFILE;
/dports/net-im/libpurple/pidgin-2.14.8/pidgin/win32/nsis/
H A Dcreate_nsis_translations.pl175 open (MYFILE, $translations);
176 while (<MYFILE>) {
203 close (MYFILE);
386 open (MYFILE, $installer);
387 while (<MYFILE>) {
400 close (MYFILE);
403 open (MYFILE, ">$installer");
404 print MYFILE "$gcomprisInstaller";
405 close (MYFILE);
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/win32/nsis/
H A Dcreate_nsis_translations.pl175 open (MYFILE, $translations);
176 while (<MYFILE>) {
203 close (MYFILE);
386 open (MYFILE, $installer);
387 while (<MYFILE>) {
400 close (MYFILE);
403 open (MYFILE, ">$installer");
404 print MYFILE "$gcomprisInstaller";
405 close (MYFILE);
/dports/net-im/finch/pidgin-2.14.8/pidgin/win32/nsis/
H A Dcreate_nsis_translations.pl175 open (MYFILE, $translations);
176 while (<MYFILE>) {
203 close (MYFILE);
386 open (MYFILE, $installer);
387 while (<MYFILE>) {
400 close (MYFILE);
403 open (MYFILE, ">$installer");
404 print MYFILE "$gcomprisInstaller";
405 close (MYFILE);
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/
H A Dcreate_grib2_codetables.pl74 open (MYFILE, ">>$filename");
76 print MYFILE "# $title\n";
82 print MYFILE "# $codeFlag $meaning $unit_text\n";
102 print MYFILE "$codeFlag1 $codeFlag2 $meaning $unit_text\n";
111 open (MYFILE, ">>$filename");
113 print MYFILE "# $title\n";
117 print MYFILE "# $codeFlag $meaning $unit_text\n";
119 print MYFILE "$codeFlag $value $meaning $unit_text\n";
/dports/net-mgmt/ocsinventory-agent/UnixAgent-2.8.1/lib/Ocsinventory/Agent/Backend/Virtualization/
H A DParallels.pm121 open (MYFILE, "> $xmlfile");
122 print MYFILE "$xml"; # write xml output to the newly created file
123 close (MYFILE);
168 open (MYFILE, "> $xmlfile");
169 print MYFILE $parallels->XMLout($vm);
170 close (MYFILE);
/dports/editors/textadept/cdk-5.0-20200923/
H A Dheaders.sh22 MYFILE=headers.tmp
83 sort -u $SCRIPT >$MYFILE
85 mv $MYFILE $SCRIPT
103 sort -u $SCRIPT >$MYFILE
105 mv $MYFILE $SCRIPT
/dports/devel/cdk/cdk-5.0-20161210/
H A Dheaders.sh22 MYFILE=headers.tmp
83 sort -u $SCRIPT >$MYFILE
85 mv $MYFILE $SCRIPT
103 sort -u $SCRIPT >$MYFILE
105 mv $MYFILE $SCRIPT
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/lang/c/modules/
H A Dmain.c8 } MYFILE; typedef
12 MYFILE *myFile = malloc(sizeof(MYFILE)); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/lang/c/modules/
H A Dmain.c8 } MYFILE; typedef
12 MYFILE *myFile = malloc(sizeof(MYFILE)); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/lang/c/modules/
H A Dmain.c8 } MYFILE; typedef
12 MYFILE *myFile = malloc(sizeof(MYFILE)); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/lang/c/modules/
H A Dmain.c8 } MYFILE; typedef
12 MYFILE *myFile = malloc(sizeof(MYFILE)); in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/lang/c/modules/
H A Dmain.c8 } MYFILE; typedef
12 MYFILE *myFile = malloc(sizeof(MYFILE)); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/lang/c/modules/
H A Dmain.c8 } MYFILE; typedef
12 MYFILE *myFile = malloc(sizeof(MYFILE)); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/lang/c/modules/
H A Dmain.c8 } MYFILE; typedef
12 MYFILE *myFile = malloc(sizeof(MYFILE)); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/lang/c/modules/
H A Dmain.c8 } MYFILE; typedef
12 MYFILE *myFile = malloc(sizeof(MYFILE)); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/lang/c/modules/
H A Dmain.c8 } MYFILE; typedef
12 MYFILE *myFile = malloc(sizeof(MYFILE)); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/lang/c/modules/
H A Dmain.c8 } MYFILE; typedef
12 MYFILE *myFile = malloc(sizeof(MYFILE)); in main()
/dports/net-mgmt/glpi-plugins-fusioninventory-server/fusioninventory-for-glpi-glpi090-1.5/tools/
H A DremoveContext.pl32 open (MYFILE, ">../locales/glpi.pot");
33 print MYFILE $newFile;
34 close (MYFILE);

12345678910>>...45