Home
last modified time | relevance | path

Searched refs:tempfile (Results 1 – 25 of 7083) sorted by relevance

12345678910>>...284

/dports/devel/git-svn/git-2.34.1/
H A Dtempfile.c96 struct tempfile *tempfile = xmalloc(sizeof(*tempfile)); in new_tempfile() local
135 struct tempfile *tempfile = new_tempfile(); in create_tempfile_mode() local
138 tempfile->fd = open(tempfile->filename.buf, in create_tempfile_mode()
142 tempfile->fd = open(tempfile->filename.buf, in create_tempfile_mode()
162 struct tempfile *tempfile = new_tempfile(); in register_tempfile() local
170 struct tempfile *tempfile = new_tempfile(); in mks_tempfile_sm() local
184 struct tempfile *tempfile = new_tempfile(); in mks_tempfile_tsm() local
203 struct tempfile *tempfile; in xmks_tempfile_m() local
223 tempfile->fp = fdopen(tempfile->fd, mode); in fdopen_tempfile()
288 struct tempfile *tempfile = *tempfile_p; in rename_tempfile() local
[all …]
H A Dtempfile.h78 struct tempfile { struct
108 struct tempfile *register_tempfile(const char *path);
207 FILE *fdopen_tempfile(struct tempfile *tempfile, const char *mode);
209 static inline int is_tempfile_active(struct tempfile *tempfile) in is_tempfile_active() argument
211 return tempfile && tempfile->active; in is_tempfile_active()
218 const char *get_tempfile_path(struct tempfile *tempfile);
220 int get_tempfile_fd(struct tempfile *tempfile);
221 FILE *get_tempfile_fp(struct tempfile *tempfile);
231 int close_tempfile_gently(struct tempfile *tempfile);
252 int reopen_tempfile(struct tempfile *tempfile);
[all …]
/dports/devel/git-gui/git-2.34.1/
H A Dtempfile.c96 struct tempfile *tempfile = xmalloc(sizeof(*tempfile)); in new_tempfile() local
135 struct tempfile *tempfile = new_tempfile(); in create_tempfile_mode() local
138 tempfile->fd = open(tempfile->filename.buf, in create_tempfile_mode()
142 tempfile->fd = open(tempfile->filename.buf, in create_tempfile_mode()
162 struct tempfile *tempfile = new_tempfile(); in register_tempfile() local
170 struct tempfile *tempfile = new_tempfile(); in mks_tempfile_sm() local
184 struct tempfile *tempfile = new_tempfile(); in mks_tempfile_tsm() local
203 struct tempfile *tempfile; in xmks_tempfile_m() local
223 tempfile->fp = fdopen(tempfile->fd, mode); in fdopen_tempfile()
288 struct tempfile *tempfile = *tempfile_p; in rename_tempfile() local
[all …]
H A Dtempfile.h78 struct tempfile { struct
108 struct tempfile *register_tempfile(const char *path);
207 FILE *fdopen_tempfile(struct tempfile *tempfile, const char *mode);
209 static inline int is_tempfile_active(struct tempfile *tempfile) in is_tempfile_active() argument
211 return tempfile && tempfile->active; in is_tempfile_active()
218 const char *get_tempfile_path(struct tempfile *tempfile);
220 int get_tempfile_fd(struct tempfile *tempfile);
221 FILE *get_tempfile_fp(struct tempfile *tempfile);
231 int close_tempfile_gently(struct tempfile *tempfile);
252 int reopen_tempfile(struct tempfile *tempfile);
[all …]
/dports/devel/git/git-2.34.1/
H A Dtempfile.c96 struct tempfile *tempfile = xmalloc(sizeof(*tempfile)); in new_tempfile() local
135 struct tempfile *tempfile = new_tempfile(); in create_tempfile_mode() local
138 tempfile->fd = open(tempfile->filename.buf, in create_tempfile_mode()
142 tempfile->fd = open(tempfile->filename.buf, in create_tempfile_mode()
162 struct tempfile *tempfile = new_tempfile(); in register_tempfile() local
170 struct tempfile *tempfile = new_tempfile(); in mks_tempfile_sm() local
184 struct tempfile *tempfile = new_tempfile(); in mks_tempfile_tsm() local
203 struct tempfile *tempfile; in xmks_tempfile_m() local
223 tempfile->fp = fdopen(tempfile->fd, mode); in fdopen_tempfile()
288 struct tempfile *tempfile = *tempfile_p; in rename_tempfile() local
[all …]
H A Dtempfile.h78 struct tempfile { struct
108 struct tempfile *register_tempfile(const char *path);
207 FILE *fdopen_tempfile(struct tempfile *tempfile, const char *mode);
209 static inline int is_tempfile_active(struct tempfile *tempfile) in is_tempfile_active() argument
211 return tempfile && tempfile->active; in is_tempfile_active()
218 const char *get_tempfile_path(struct tempfile *tempfile);
220 int get_tempfile_fd(struct tempfile *tempfile);
221 FILE *get_tempfile_fp(struct tempfile *tempfile);
231 int close_tempfile_gently(struct tempfile *tempfile);
252 int reopen_tempfile(struct tempfile *tempfile);
[all …]
/dports/devel/git-cvs/git-2.34.1/
H A Dtempfile.c96 struct tempfile *tempfile = xmalloc(sizeof(*tempfile)); in new_tempfile() local
135 struct tempfile *tempfile = new_tempfile(); in create_tempfile_mode() local
138 tempfile->fd = open(tempfile->filename.buf, in create_tempfile_mode()
142 tempfile->fd = open(tempfile->filename.buf, in create_tempfile_mode()
162 struct tempfile *tempfile = new_tempfile(); in register_tempfile() local
170 struct tempfile *tempfile = new_tempfile(); in mks_tempfile_sm() local
184 struct tempfile *tempfile = new_tempfile(); in mks_tempfile_tsm() local
203 struct tempfile *tempfile; in xmks_tempfile_m() local
223 tempfile->fp = fdopen(tempfile->fd, mode); in fdopen_tempfile()
288 struct tempfile *tempfile = *tempfile_p; in rename_tempfile() local
[all …]
H A Dtempfile.h78 struct tempfile { struct
108 struct tempfile *register_tempfile(const char *path);
207 FILE *fdopen_tempfile(struct tempfile *tempfile, const char *mode);
209 static inline int is_tempfile_active(struct tempfile *tempfile) in is_tempfile_active() argument
211 return tempfile && tempfile->active; in is_tempfile_active()
218 const char *get_tempfile_path(struct tempfile *tempfile);
220 int get_tempfile_fd(struct tempfile *tempfile);
221 FILE *get_tempfile_fp(struct tempfile *tempfile);
231 int close_tempfile_gently(struct tempfile *tempfile);
252 int reopen_tempfile(struct tempfile *tempfile);
[all …]
/dports/devel/git-p4/git-2.34.1/
H A Dtempfile.c96 struct tempfile *tempfile = xmalloc(sizeof(*tempfile)); in new_tempfile() local
135 struct tempfile *tempfile = new_tempfile(); in create_tempfile_mode() local
138 tempfile->fd = open(tempfile->filename.buf, in create_tempfile_mode()
142 tempfile->fd = open(tempfile->filename.buf, in create_tempfile_mode()
162 struct tempfile *tempfile = new_tempfile(); in register_tempfile() local
170 struct tempfile *tempfile = new_tempfile(); in mks_tempfile_sm() local
184 struct tempfile *tempfile = new_tempfile(); in mks_tempfile_tsm() local
203 struct tempfile *tempfile; in xmks_tempfile_m() local
223 tempfile->fp = fdopen(tempfile->fd, mode); in fdopen_tempfile()
288 struct tempfile *tempfile = *tempfile_p; in rename_tempfile() local
[all …]
H A Dtempfile.h78 struct tempfile { struct
108 struct tempfile *register_tempfile(const char *path);
207 FILE *fdopen_tempfile(struct tempfile *tempfile, const char *mode);
209 static inline int is_tempfile_active(struct tempfile *tempfile) in is_tempfile_active() argument
211 return tempfile && tempfile->active; in is_tempfile_active()
218 const char *get_tempfile_path(struct tempfile *tempfile);
220 int get_tempfile_fd(struct tempfile *tempfile);
221 FILE *get_tempfile_fp(struct tempfile *tempfile);
231 int close_tempfile_gently(struct tempfile *tempfile);
252 int reopen_tempfile(struct tempfile *tempfile);
[all …]
/dports/devel/cgit/cgit-1.2.3/git/
H A Dtempfile.c96 struct tempfile *tempfile = xmalloc(sizeof(*tempfile)); in new_tempfile() local
135 struct tempfile *tempfile = new_tempfile(); in create_tempfile() local
138 tempfile->fd = open(tempfile->filename.buf, in create_tempfile()
142 tempfile->fd = open(tempfile->filename.buf, in create_tempfile()
162 struct tempfile *tempfile = new_tempfile(); in register_tempfile() local
170 struct tempfile *tempfile = new_tempfile(); in mks_tempfile_sm() local
184 struct tempfile *tempfile = new_tempfile(); in mks_tempfile_tsm() local
203 struct tempfile *tempfile; in xmks_tempfile_m() local
223 tempfile->fp = fdopen(tempfile->fd, mode); in fdopen_tempfile()
288 struct tempfile *tempfile = *tempfile_p; in rename_tempfile() local
[all …]
H A Dtempfile.h78 struct tempfile { struct
92 struct tempfile *create_tempfile(const char *path);
199 FILE *fdopen_tempfile(struct tempfile *tempfile, const char *mode);
201 static inline int is_tempfile_active(struct tempfile *tempfile) in is_tempfile_active() argument
203 return tempfile && tempfile->active; in is_tempfile_active()
210 const char *get_tempfile_path(struct tempfile *tempfile);
212 int get_tempfile_fd(struct tempfile *tempfile);
213 FILE *get_tempfile_fp(struct tempfile *tempfile);
223 int close_tempfile_gently(struct tempfile *tempfile);
244 int reopen_tempfile(struct tempfile *tempfile);
[all …]
/dports/math/chaco/Chaco-2.2/code/input/
H A Dreflect_input.c53 tempfile = outfile;
58 tempfile = stdout;
60 fprintf(tempfile, "\n");
83 fprintf(tempfile, "Linear\n");
86 fprintf(tempfile, "Random\n");
178 fprintf(tempfile, "\n");
298 fprintf(tempfile, "\n");
306 fprintf(tempfile,
311 else fprintf(tempfile,
319 else fprintf(tempfile,
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/File-Temp/t/
H A Dtempfile.t44 my ($fh, $tempfile) = tempfile(
49 ok( (-f $tempfile), "Tempfile exists" );
52 ok( (-f $tempfile), "Tempfile exists" );
54 push(@files, $tempfile);
81 ($fh, $tempfile) = tempfile(
94 ($fh, $tempfile) = tempfile(
104 ($fh, $tempfile) = tempfile(
121 ($fh, $tempfile) = tempfile(
133 ($fh, $tempfile) = tempfile( 'helloXXXXXXX',
147 ($fh, $tempfile) = tempfile( TEMPLATE => 'goodbyeXXXXXXX',
[all …]
/dports/devel/p5-File-Temp/File-Temp-0.2311/t/
H A Dtempfile.t44 my ($fh, $tempfile) = tempfile(
49 ok( (-f $tempfile), "Tempfile exists" );
52 ok( (-f $tempfile), "Tempfile exists" );
54 push(@files, $tempfile);
81 ($fh, $tempfile) = tempfile(
94 ($fh, $tempfile) = tempfile(
104 ($fh, $tempfile) = tempfile(
121 ($fh, $tempfile) = tempfile(
133 ($fh, $tempfile) = tempfile( 'helloXXXXXXX',
147 ($fh, $tempfile) = tempfile( TEMPLATE => 'goodbyeXXXXXXX',
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/File-Temp/t/
H A Dtempfile.t44 my ($fh, $tempfile) = tempfile(
49 ok( (-f $tempfile), "Tempfile exists" );
52 ok( (-f $tempfile), "Tempfile exists" );
54 push(@files, $tempfile);
81 ($fh, $tempfile) = tempfile(
94 ($fh, $tempfile) = tempfile(
104 ($fh, $tempfile) = tempfile(
121 ($fh, $tempfile) = tempfile(
133 ($fh, $tempfile) = tempfile( 'helloXXXXXXX',
147 ($fh, $tempfile) = tempfile( TEMPLATE => 'goodbyeXXXXXXX',
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/File-Temp/t/
H A Dtempfile.t44 my ($fh, $tempfile) = tempfile(
49 ok( (-f $tempfile), "Tempfile exists" );
52 ok( (-f $tempfile), "Tempfile exists" );
54 push(@files, $tempfile);
81 ($fh, $tempfile) = tempfile(
94 ($fh, $tempfile) = tempfile(
104 ($fh, $tempfile) = tempfile(
107 chmod 0444, $tempfile;
116 ($fh, $tempfile) = tempfile( 'helloXXXXXXX',
130 ($fh, $tempfile) = tempfile( TEMPLATE => 'goodbyeXXXXXXX',
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/File-Temp/t/
H A Dtempfile.t44 my ($fh, $tempfile) = tempfile(
49 ok( (-f $tempfile), "Tempfile exists" );
52 ok( (-f $tempfile), "Tempfile exists" );
54 push(@files, $tempfile);
81 ($fh, $tempfile) = tempfile(
94 ($fh, $tempfile) = tempfile(
104 ($fh, $tempfile) = tempfile(
107 chmod 0444, $tempfile;
116 ($fh, $tempfile) = tempfile( 'helloXXXXXXX',
130 ($fh, $tempfile) = tempfile( TEMPLATE => 'goodbyeXXXXXXX',
[all …]
/dports/math/chaco/Chaco-2.2/code/misc/
H A Dtiming.c55 FILE *tempfile; /* file name for two passes */ local
67 tempfile = outfile;
72 tempfile = stdout;
80 fprintf(tempfile, " input %g\n", input_time);
102 fprintf(tempfile, " other %g\n", other_time);
116 fprintf(tempfile, " other %g\n", other_time);
130 fprintf(tempfile, " other %g\n", other_time);
154 fprintf(tempfile, " scan %g\n", scan_time);
160 fprintf(tempfile, " tevec %g\n", tevec_time);
164 fprintf(tempfile, " pause %g\n", pause_time);
[all …]
/dports/devel/p5-Module-Dependency/Module-Dependency-1.86/t/
H A D04grapher.t28 ok( cmpfile( $tempfile, TEXT() ) );
30 ok( cmpfile( $tempfile, TEXT() ) );
32 ok( cmpfile( $tempfile, TEXT() ) );
34 ok( cmpfile( $tempfile, TEXT2() ) );
36 ok( cmpfile( $tempfile, TEXT3() ) );
42 ok( cmpfile( $tempfile, HTML() ) );
44 ok( cmpfile( $tempfile, HTML() ) );
46 ok( cmpfile( $tempfile, HTML() ) );
48 ok( cmpfile( $tempfile, HTML2() ) );
50 ok( cmpfile( $tempfile, HTML3() ) );
[all …]
/dports/graphics/povray37/povray-3.7.0.10/tools/git/
H A Drevision.sh6 tempfile="${outfile}~"
38 mv -f "${tempfile}" "${outfile}"
43 mv -f "${tempfile}" "${outfile}"
45 mv -f "${tempfile}" "${outfile}"
49 mv -f "${tempfile}" "${outfile}"
53 mv -f "${tempfile}" "${outfile}"
57 mv -f "${tempfile}" "${outfile}"
61 mv -f "${tempfile}" "${outfile}"
63 mv -f "${tempfile}" "${outfile}"
65 mv -f "${tempfile}" "${outfile}"
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/d3d9/
H A Dgenshaders.sh5 tempfile=tmpShaderHeader
8 cat $tempfile >> LayerManagerD3D9Shaders.h
10 cat $tempfile >> LayerManagerD3D9Shaders.h
12 cat $tempfile >> LayerManagerD3D9Shaders.h
14 cat $tempfile >> LayerManagerD3D9Shaders.h
16 cat $tempfile >> LayerManagerD3D9Shaders.h
18 cat $tempfile >> LayerManagerD3D9Shaders.h
20 cat $tempfile >> LayerManagerD3D9Shaders.h
22 cat $tempfile >> LayerManagerD3D9Shaders.h
24 cat $tempfile >> LayerManagerD3D9Shaders.h
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/binutils/testsuite/binutils-all/
H A Dreadelf.exp166 file_on_host delete $tempfile
318 set tempfile tmpdir/bintest.o
359 set tempfile tmpdir/bintest.o
383 set tempfile tmpdir/mangled.o
425 set tempfile tmpdir/version.o
441 set tempfile tmpdir/pr18374.o
483 set tempfile tmpdir/z.o
507 set tempfile tmpdir/dw5.o
513 readelf_find_size $tempfile 2
566 set tempfile tmpdir/dwo.o
[all …]
/dports/devel/gnulibiberty/binutils-2.37/binutils/testsuite/binutils-all/
H A Dreadelf.exp166 file_on_host delete $tempfile
318 set tempfile tmpdir/bintest.o
359 set tempfile tmpdir/bintest.o
383 set tempfile tmpdir/mangled.o
425 set tempfile tmpdir/version.o
441 set tempfile tmpdir/pr18374.o
483 set tempfile tmpdir/z.o
507 set tempfile tmpdir/dw5.o
513 readelf_find_size $tempfile 2
566 set tempfile tmpdir/dwo.o
[all …]
/dports/devel/binutils/binutils-2.37/binutils/testsuite/binutils-all/
H A Dreadelf.exp166 file_on_host delete $tempfile
318 set tempfile tmpdir/bintest.o
359 set tempfile tmpdir/bintest.o
383 set tempfile tmpdir/mangled.o
425 set tempfile tmpdir/version.o
441 set tempfile tmpdir/pr18374.o
483 set tempfile tmpdir/z.o
507 set tempfile tmpdir/dw5.o
513 readelf_find_size $tempfile 2
566 set tempfile tmpdir/dwo.o
[all …]

12345678910>>...284