Home
last modified time | relevance | path

Searched refs:tmpfilename (Results 26 – 50 of 576) sorted by relevance

12345678910>>...24

/dports/mail/claws-mail-vcalendar/claws-mail-3.18.0/src/plugins/tnef_parse/
H A Dtnef_parse.c60 gchar *tmpfilename = NULL; in tnef_broken_mimeinfo() local
65 g_free(tmpfilename); in tnef_broken_mimeinfo()
80 claws_unlink(tmpfilename); in tnef_broken_mimeinfo()
97 gchar *tmpfilename = NULL; in tnef_dump_file() local
102 g_free(tmpfilename); in tnef_dump_file()
129 claws_unlink(tmpfilename); in tnef_dump_file()
151 gchar *tmpfilename = NULL; in tnef_parse_vcal() local
156 g_free(tmpfilename); in tnef_parse_vcal()
191 gchar *tmpfilename = NULL; in tnef_parse_vtask() local
196 g_free(tmpfilename); in tnef_parse_vtask()
[all …]
/dports/mail/claws-mail-tnef_parse/claws-mail-3.18.0/src/plugins/tnef_parse/
H A Dtnef_parse.c60 gchar *tmpfilename = NULL; in tnef_broken_mimeinfo() local
65 g_free(tmpfilename); in tnef_broken_mimeinfo()
80 claws_unlink(tmpfilename); in tnef_broken_mimeinfo()
97 gchar *tmpfilename = NULL; in tnef_dump_file() local
102 g_free(tmpfilename); in tnef_dump_file()
129 claws_unlink(tmpfilename); in tnef_dump_file()
151 gchar *tmpfilename = NULL; in tnef_parse_vcal() local
156 g_free(tmpfilename); in tnef_parse_vcal()
191 gchar *tmpfilename = NULL; in tnef_parse_vtask() local
196 g_free(tmpfilename); in tnef_parse_vtask()
[all …]
/dports/mail/claws-mail-notification/claws-mail-3.18.0/src/plugins/tnef_parse/
H A Dtnef_parse.c60 gchar *tmpfilename = NULL; in tnef_broken_mimeinfo() local
65 g_free(tmpfilename); in tnef_broken_mimeinfo()
80 claws_unlink(tmpfilename); in tnef_broken_mimeinfo()
97 gchar *tmpfilename = NULL; in tnef_dump_file() local
102 g_free(tmpfilename); in tnef_dump_file()
129 claws_unlink(tmpfilename); in tnef_dump_file()
151 gchar *tmpfilename = NULL; in tnef_parse_vcal() local
156 g_free(tmpfilename); in tnef_parse_vcal()
191 gchar *tmpfilename = NULL; in tnef_parse_vtask() local
196 g_free(tmpfilename); in tnef_parse_vtask()
[all …]
/dports/net/gopher/gopher/gopher/
H A Ddownload.c195 char tmpfilename[512], *cp; in Download_file() local
233 strcpy(tmpfilename, cp+1); in Download_file()
237 strcpy(tmpfilename,GSgetTitle(gs)); in Download_file()
242 VMSfile(tmpfilename); in Download_file()
244 UNIXfile(tmpfilename); in Download_file()
282 int len = strlen(tmpfilename); in Download_file()
284 if (tmpfilename[len-1] == '-') { in Download_file()
285 tmpfilename[len] = tmpfilename[len] + 1; in Download_file()
287 strcat(tmpfilename, "-1"); in Download_file()
306 strcat(command, tmpfilename); in Download_file()
[all …]
/dports/graphics/p5-CAD-Drawing/CAD-Drawing-0.26/lib/CAD/Drawing/IO/
H A DCompressed.pm126 my($fh, $tmpfilename) = tempfile(SUFFIX => $suffix);
127 $savedebug && print "tempfile is named: $tmpfilename\n";
129 my @returnval = $self->save($tmpfilename, $opt);
131 my $stream = Stream::FileInputStream->new( $tmpfilename);
134 unlink($tmpfilename) or
135 carp("failed to unlink $tmpfilename\n");
161 my($fh, $tmpfilename) = tempfile(SUFFIX => $suffix);
162 $loaddebug && print "tempfile is named: $tmpfilename\n";
166 my @returnval = $self->load($tmpfilename, $opt);
167 unlink($tmpfilename) or
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/src/test_grabbag/cuesheet/
H A Dmain.c36 char tmpfilename[4096]; in do_cuesheet() local
40 FLAC__ASSERT(strlen(infilename) + 2 < sizeof(tmpfilename)); in do_cuesheet()
71 flac_snprintf(tmpfilename, sizeof (tmpfilename), "%s.1", tmpfilenamebase); in do_cuesheet()
72 if(0 == (fout = flac_fopen(tmpfilename, "w"))) { in do_cuesheet()
73 fprintf(stderr, "can't open file %s for writing: %s\n", tmpfilename, strerror(errno)); in do_cuesheet()
84 if(0 == (fin = flac_fopen(tmpfilename, "r"))) { in do_cuesheet()
85 fprintf(stderr, "can't open file %s for reading: %s\n", tmpfilename, strerror(errno)); in do_cuesheet()
103 flac_snprintf(tmpfilename, sizeof (tmpfilename), "%s.2", tmpfilenamebase); in do_cuesheet()
104 if(0 == (fout = flac_fopen(tmpfilename, "w"))) { in do_cuesheet()
105 fprintf(stderr, "can't open file %s for writing: %s\n", tmpfilename, strerror(errno)); in do_cuesheet()
/dports/audio/flac/flac-1.3.4/src/test_grabbag/cuesheet/
H A Dmain.c36 char tmpfilename[4096]; in do_cuesheet() local
40 FLAC__ASSERT(strlen(infilename) + 2 < sizeof(tmpfilename)); in do_cuesheet()
71 flac_snprintf(tmpfilename, sizeof (tmpfilename), "%s.1", tmpfilenamebase); in do_cuesheet()
72 if(0 == (fout = flac_fopen(tmpfilename, "w"))) { in do_cuesheet()
73 fprintf(stderr, "can't open file %s for writing: %s\n", tmpfilename, strerror(errno)); in do_cuesheet()
84 if(0 == (fin = flac_fopen(tmpfilename, "r"))) { in do_cuesheet()
85 fprintf(stderr, "can't open file %s for reading: %s\n", tmpfilename, strerror(errno)); in do_cuesheet()
103 flac_snprintf(tmpfilename, sizeof (tmpfilename), "%s.2", tmpfilenamebase); in do_cuesheet()
104 if(0 == (fout = flac_fopen(tmpfilename, "w"))) { in do_cuesheet()
105 fprintf(stderr, "can't open file %s for writing: %s\n", tmpfilename, strerror(errno)); in do_cuesheet()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/flac-1.3.2/src/test_grabbag/cuesheet/
H A Dmain.c36 char tmpfilename[4096]; in do_cuesheet() local
40 FLAC__ASSERT(strlen(infilename) + 2 < sizeof(tmpfilename)); in do_cuesheet()
71 flac_snprintf(tmpfilename, sizeof (tmpfilename), "%s.1", tmpfilenamebase); in do_cuesheet()
72 if(0 == (fout = flac_fopen(tmpfilename, "w"))) { in do_cuesheet()
73 fprintf(stderr, "can't open file %s for writing: %s\n", tmpfilename, strerror(errno)); in do_cuesheet()
84 if(0 == (fin = flac_fopen(tmpfilename, "r"))) { in do_cuesheet()
85 fprintf(stderr, "can't open file %s for reading: %s\n", tmpfilename, strerror(errno)); in do_cuesheet()
103 flac_snprintf(tmpfilename, sizeof (tmpfilename), "%s.2", tmpfilenamebase); in do_cuesheet()
104 if(0 == (fout = flac_fopen(tmpfilename, "w"))) { in do_cuesheet()
105 fprintf(stderr, "can't open file %s for writing: %s\n", tmpfilename, strerror(errno)); in do_cuesheet()
/dports/lang/ruby26/ruby-2.6.9/test/ruby/
H A Dtest_whileuntil.rb8 tmpfilename = "#{tmpdir}/ruby_while_tmp.#{$$}"
10 tmp = open(tmpfilename, "w")
18 tmp = open(tmpfilename, "r")
29 tmp = open(tmpfilename, "r")
38 tmp = open(tmpfilename, "r")
62 tmp = open(tmpfilename, "r")
71 File.unlink tmpfilename or `/bin/rm -f "#{tmpfilename}"`
72 assert_file.not_exist?(tmpfilename)
/dports/devel/courier-unicode/courier-unicode-2.2.3/
H A Dupdate.sh5 tmpfilename="$filename.tmp"
8 wget -O - $url >$tmpfilename
9 if test ! -s $tmpfilename
11 rm -f $tmpfilename
17 if cmp -s $filename $tmpfilename
19 rm -f $tmpfilename
23 mv $tmpfilename $filename
/dports/mail/courier/courier-0.65.3/unicode/
H A Dupdate.sh5 tmpfilename="$filename.tmp"
8 wget -O - $url >$tmpfilename
9 if test ! -s $tmpfilename
11 rm -f $tmpfilename
17 if cmp -s $filename $tmpfilename
19 rm -f $tmpfilename
23 mv $tmpfilename $filename
/dports/emulators/mess/mame-mame0226/3rdparty/libflac/src/test_grabbag/cuesheet/
H A Dmain.c35 char tmpfilename[4096]; in do_cuesheet() local
39 FLAC__ASSERT(strlen(infilename) + 2 < sizeof(tmpfilename)); in do_cuesheet()
66 sprintf(tmpfilename, "%s.1", infilename); in do_cuesheet()
67 if(0 == (fout = fopen(tmpfilename, "w"))) { in do_cuesheet()
68 fprintf(stderr, "can't open file %s for writing: %s\n", tmpfilename, strerror(errno)); in do_cuesheet()
79 if(0 == (fin = fopen(tmpfilename, "r"))) { in do_cuesheet()
80 fprintf(stderr, "can't open file %s for reading: %s\n", tmpfilename, strerror(errno)); in do_cuesheet()
98 sprintf(tmpfilename, "%s.2", infilename); in do_cuesheet()
99 if(0 == (fout = fopen(tmpfilename, "w"))) { in do_cuesheet()
100 fprintf(stderr, "can't open file %s for writing: %s\n", tmpfilename, strerror(errno)); in do_cuesheet()
/dports/emulators/mame/mame-mame0226/3rdparty/libflac/src/test_grabbag/cuesheet/
H A Dmain.c35 char tmpfilename[4096]; in do_cuesheet() local
39 FLAC__ASSERT(strlen(infilename) + 2 < sizeof(tmpfilename)); in do_cuesheet()
66 sprintf(tmpfilename, "%s.1", infilename); in do_cuesheet()
67 if(0 == (fout = fopen(tmpfilename, "w"))) { in do_cuesheet()
68 fprintf(stderr, "can't open file %s for writing: %s\n", tmpfilename, strerror(errno)); in do_cuesheet()
79 if(0 == (fin = fopen(tmpfilename, "r"))) { in do_cuesheet()
80 fprintf(stderr, "can't open file %s for reading: %s\n", tmpfilename, strerror(errno)); in do_cuesheet()
98 sprintf(tmpfilename, "%s.2", infilename); in do_cuesheet()
99 if(0 == (fout = fopen(tmpfilename, "w"))) { in do_cuesheet()
100 fprintf(stderr, "can't open file %s for writing: %s\n", tmpfilename, strerror(errno)); in do_cuesheet()
/dports/www/youtube_dl/youtube-dl/youtube_dl/downloader/
H A Dexternal.py31 tmpfilename = self.temp_name(filename)
54 self.try_rename(tmpfilename, filename)
99 def _call_downloader(self, tmpfilename, info_dict): argument
116 def _make_cmd(self, tmpfilename, info_dict): argument
137 def _call_downloader(self, tmpfilename, info_dict): argument
151 def _make_cmd(self, tmpfilename, info_dict): argument
152 cmd = [self.exe, '-o', tmpfilename]
163 def _make_cmd(self, tmpfilename, info_dict): argument
184 def _make_cmd(self, tmpfilename, info_dict): argument
188 dn = os.path.dirname(tmpfilename)
[all …]
/dports/lang/sbcl/sbcl-1.3.13/tests/
H A Dclos.test.sh18 tmpfilename="$TEST_FILESTEM.lisp"
22 cat > $tmpfilename <<EOF
29 expect_load_error $tmpfilename
33 cat > $tmpfilename <<EOF
41 expect_load_error $tmpfilename
48 cat > $tmpfilename <<EOF
56 expect_load_error $tmpfilename
62 cat > $tmpfilename <<EOF
70 expect_clean_compile $tmpfilename
/dports/graphics/gpicview/gpicview-0.2.5/src/
H A Djpeg-tran.c198 char *tmpfilename; in rotate_and_save_jpeg_lossless() local
222 if((tmpfilename = malloc(strlen(filename)+8)) == NULL) in rotate_and_save_jpeg_lossless()
224 sprintf(tmpfilename, "%s.XXXXXX", filename); in rotate_and_save_jpeg_lossless()
227 tmpfilefd = mkstemp(tmpfilename); in rotate_and_save_jpeg_lossless()
229 free(tmpfilename); in rotate_and_save_jpeg_lossless()
235 int error = jpegtran (filename, tmpfilename, code); in rotate_and_save_jpeg_lossless()
238 unlink(tmpfilename); in rotate_and_save_jpeg_lossless()
239 free(tmpfilename); in rotate_and_save_jpeg_lossless()
244 int error_1 = g_rename(tmpfilename, filename); in rotate_and_save_jpeg_lossless()
247 unlink(tmpfilename); in rotate_and_save_jpeg_lossless()
[all …]
/dports/devel/qmake/qt-x11-free-3.3.8/src/tools/
H A Dqlibrary.cpp420 QString tmpfilename = filename; in library() local
421 const int x = tmpfilename.findRev( "/" ); in library()
423 QString path = tmpfilename.left( x + 1 ); in library()
424 QString file = tmpfilename.right( tmpfilename.length() - x - 1 ); in library()
425 tmpfilename = QString( "%1lib%2" ).arg( path ).arg( file ); in library()
427 tmpfilename = QString( "lib%1" ).arg( filename ); in library()
429 tmpfilename += filter; in library()
430 if(QFile::exists(tmpfilename) || it == filters.end()) { in library()
431 filename = tmpfilename; in library()
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/downloader/
H A Dexternal.py34 tmpfilename = self.temp_name(filename)
57 self.try_rename(tmpfilename, filename)
110 def _call_downloader(self, tmpfilename, info_dict): argument
169 def _make_cmd(self, tmpfilename, info_dict): argument
206 def _make_cmd(self, tmpfilename, info_dict): argument
207 cmd = [self.exe, '-o', tmpfilename]
219 def _make_cmd(self, tmpfilename, info_dict): argument
251 def _make_cmd(self, tmpfilename, info_dict): argument
277 dn = os.path.dirname(tmpfilename)
309 def _make_cmd(self, tmpfilename, info_dict): argument
[all …]
/dports/news/trn4/trn-4.0-test77/
H A Duudecode.c25 char* tmpfilename; local
51 tmpfilename = s;
56 *filenamep = tmpfilename;
68 tmpfilename = s+5;
84 tmpfilename = s+1;
85 s = index(tmpfilename, ' ');
98 *filenamep = tmpfilename;
105 tmpfilename = bp+6;
120 *filenamep = tmpfilename;
137 tmpfilename = s+6;
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/odtphp/zip/
H A DPclZipProxy.php92 $tmpfilename = $this->tmpdir . '/' . basename($localname);
93 if (false !== file_put_contents($tmpfilename, $contents)) {
97 $add = $this->pclzip->add($tmpfilename,
100 unlink($tmpfilename);
127 $tmpfilename = $this->tmpdir . '/' . basename($localname);
130 $tmpfilename = $this->tmpdir . '/' . $localname;
134 copy($filename, $tmpfilename);
136 $this->pclzip->add($tmpfilename,
139 unlink($tmpfilename);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/odtphp/zip/
H A DPclZipProxy.php92 $tmpfilename = $this->tmpdir . '/' . basename($localname);
93 if (false !== file_put_contents($tmpfilename, $contents)) {
97 $add = $this->pclzip->add($tmpfilename,
100 unlink($tmpfilename);
127 $tmpfilename = $this->tmpdir . '/' . basename($localname);
130 $tmpfilename = $this->tmpdir . '/' . $localname;
134 copy($filename, $tmpfilename);
136 $this->pclzip->add($tmpfilename,
139 unlink($tmpfilename);
/dports/multimedia/xawtv/xawtv-3.107/common/
H A Dwebcam.c34 char tmpfilename[512]; in webcam_writer() local
53 sprintf(tmpfilename,"%s.$$$",web->filename); in webcam_writer()
57 if (-1 == (fd = open(tmpfilename,O_CREAT|O_WRONLY,0666))) { in webcam_writer()
58 fprintf(stderr,"open(%s): %s\n",tmpfilename, in webcam_writer()
70 write_jpeg(tmpfilename,data,jpeg_quality,0); in webcam_writer()
75 write_jpeg(tmpfilename,web->buf,ng_jpeg_quality,0); in webcam_writer()
84 if (-1 == link(tmpfilename,web->filename)) { in webcam_writer()
86 tmpfilename,web->filename,strerror(errno)); in webcam_writer()
89 unlink(tmpfilename); in webcam_writer()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/vendor/odtphp/library/zip/
H A DPclZipProxy.php93 $tmpfilename = self::TMP_DIR . '/' . basename($localname);
94 if (false !== file_put_contents($tmpfilename, $contents)) {
96 $add = $this->pclzip->add($tmpfilename,
99 unlink($tmpfilename);
125 $tmpfilename = self::TMP_DIR . '/' . basename($localname);
128 $tmpfilename = self::TMP_DIR . '/' . $localname;
132 copy($filename, $tmpfilename);
134 $this->pclzip->add($tmpfilename,
137 unlink($tmpfilename);
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Misc/
H A DBank.cpp94 char tmpfilename[100 + 1]; in setname() local
95 tmpfilename[100] = 0; in setname()
104 if(tmpfilename[i] == ' ') in setname()
105 tmpfilename[i] = '0'; in setname()
151 char tmpfilename[maxfilename + 20]; in savetoslot() local
152 ZERO(tmpfilename, maxfilename + 20); in savetoslot()
154 snprintf(tmpfilename, in savetoslot()
162 if(tmpfilename[i] == ' ') in savetoslot()
163 tmpfilename[i] = '0'; in savetoslot()
277 const string tmpfilename = bankdir + '/' + FORCE_BANK_DIR_FILE; in newbank() local
[all …]
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dmidi.extplayer.c177 char tmpfilename[256]; in midi_exit() local
185 g_snprintf(tmpfilename, sizeof(tmpfilename)-1, "%s/xsys35-midi_%03d.mid", nact->tmpdir, i); in midi_exit()
186 unlink(tmpfilename); in midi_exit()
195 char tmpfilename[256]; in midi_start() local
200 g_snprintf(tmpfilename, sizeof(tmpfilename) -1, "%s/xsys35-midi_%03d.mid", nact->tmpdir, no); in midi_start()
201 if (NULL == (fd = fopen(tmpfilename, "rb"))) { in midi_start()
202 if (NULL == (fd = fopen(tmpfilename, "wb"))) { in midi_start()
211 g_snprintf(cmd_pipe, sizeof(cmd_pipe) -1, "%s %s", midi_player, tmpfilename); in midi_start()
219 argv[argc] = tmpfilename; in midi_start()

12345678910>>...24