Home
last modified time | relevance | path

Searched refs:efopen (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/databases/namazu2/namazu-2.0.21/pl/
H A Dwakati.pl108 my $fh_wakati = util::efopen("|$conf::WAKATI > $tmpfile");
117 my $fh_wakati = util::efopen("|$conf::WAKATI $redirect $tmpfile");
121 my $fh_wakati = util::efopen("$redirect $tmpfile");
132 my $fh_wakati = util::efopen($tmpfile);
H A Dextzip.pl103 my $fh = util::efopen("> $tmpfile");
187 my $fh = util::efopen("> $tmpfile");
239 my $fh = util::efopen("> $tmpfile");
304 my $fh = util::efopen("> $tmpfile");
H A Dcodeconv.pl147 my $nh = util::efopen("|$conf::NKF $nkf_opt > $nkftmp");
152 my $nh = util::efopen("< $nkftmp");
H A Dutil.pl48 sub efopen ($) { subroutine
141 $fh = efopen($arg);
170 $fh = efopen("> $arg");
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/grim/luac/
H A Dluac.cpp23 static FILE* efopen(const char* name, const char* mode);
124 D = efopen(d,"wb"); /* must open in binary mode */ in main()
149 f = efopen(fname, "rb"); in load_base_script()
187 f = efopen(fn, undump ? "rb" : "r"); in doit()
200 static FILE* efopen(const char* name, const char* mode) { in efopen() function
/dports/databases/namazu2/namazu-2.0.21/scripts/
H A Dmknmz.in118 my $fh_flist = util::efopen($var::NMZ{'_flist'});
724 my $fh_field = util::efopen(">>$fname");
750 my $fh_field_idx = util::efopen(">>$fname");
993 my $fh_lockfile = util::efopen(">$file");
1340 my $fh_targets = util::efopen($file);
1687 my $fh_file = util::efopen(">$target");
1707 my $fh_output = util::efopen(">$msgfile");
1720 my $fh = util::efopen(">$var::NMZ{'slog'}");
1935 my $fh_field = util::efopen(">>$fname_out");
1936 my $fh_tmp = util::efopen($fname_tmp);
[all …]
/dports/math/algae/algae-4.3.6/src/
H A Dfile_io.c121 : efopen (name, "r");
124 fp = efopen (name + 1, "a");
129 fp = efopen (name, "w");
282 efopen (name, mode) in efopen() function
/dports/news/cnews/cnews-cr.g_18/nov/
H A Dexpovguts.c41 extern FILE *efopen();
89 in = efopen(inname, "r");
90 out = efopen(tmpname, "w");
/dports/databases/namazu2/namazu-2.0.21/filter/
H A Dpostscript.pl71 my $fh = util::efopen("> $tmpfile");
77 my $fh = util::efopen("< $tmpfile");
H A Dpdf.pl126 my $fh = util::efopen("> $tmpfile");
143 my $fh = util::efopen("< $tmpfile2");
H A Dzip.pl95 my $fh = util::efopen("> $tmpfile");
168 my $fh = util::efopen("> $tmpfile");
H A Dpowerpoint.pl106 my $fh = util::efopen("> $tmpfile");
189 my $fh = util::efopen("> $tmpfile");
H A Dexcel.pl107 my $fh = util::efopen("> $tmpfile");
194 my $fh = util::efopen("> $tmpfile");
/dports/databases/namazu2/namazu-2.0.21/contrib/
H A Dspreadexcel.pl72 my $fh = util::efopen("> $tmpfile");
111 $fh = util::efopen("< $tmpfile2");
H A Dxps.pl97 my $fh = util::efopen("> $tmpfile");
118 my $fh = util::efopen("> $tmpfile");
/dports/graphics/seq2gif/seq2gif-0.10.4/glyph/
H A Dfont.h7 FILE *efopen(char *path, char *mode) in efopen() function
96 fp = efopen(alias, "r"); in load_alias()
/dports/news/cnews/cnews-cr.g_18/input/
H A Dnewsspool.c58 extern FILE *efopen();
100 in = efopen(argv[optind], "r");
/dports/news/cnews/cnews-cr.g_18/contrib/include/
H A Dlibcnews.h8 extern FILE *efopen(/* char *filename, char *type */);
/dports/misc/ttyrec/ttyrec-1.0.8/
H A Dio.h8 FILE* efopen (const char *path, const char *mode);
H A Dttytime.c45 FILE *fp = efopen(filename, "r"); in calc_time()
/dports/graphics/ttygif/ttygif-1.4.0/
H A Dio.h8 FILE* efopen (const char *path, const char *mode);
/dports/news/cnews/cnews-cr.g_18/libc/
H A Defopen.c18 efopen(file, mode) in efopen() function
H A Dmakefile5 datereltoks.o dogets.o efopen.o emalloc.o error.o \
/dports/databases/namazu2/namazu-2.0.21/filter/win32/
H A Doleexcel.pl246 my $fh = util::efopen("> $tmpfile");
373 my $fh2 = util::efopen("< $tmpfile2");
/dports/devel/mk-configure/mk-configure-0.37.0/features/
H A Dmkc_efun.h58 FILE * efopen(const char *p, const char *m);

1234567