Home
last modified time | relevance | path

Searched refs:tmpfilename (Results 201 – 225 of 576) sorted by relevance

12345678910>>...24

/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/classic/test/
H A Dbug_fixes.cpp313 const char* tmpfilename = "sf_bug_742038.tmp"; in sf_bug_742038() local
321 std::fstream f(tmpfilename, std::ios::out); in sf_bug_742038()
325 file_iterator<> b1(tmpfilename); in sf_bug_742038()
329 ::remove(tmpfilename); in sf_bug_742038()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/spirit/classic/test/
H A Dbug_fixes.cpp311 const char* tmpfilename = "sf_bug_742038.tmp"; in sf_bug_742038() local
320 std::fstream f(tmpfilename, std::ios::out); in sf_bug_742038()
324 file_iterator<> b1(tmpfilename); in sf_bug_742038()
329 std::remove(tmpfilename); in sf_bug_742038()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/spirit/classic/test/
H A Dbug_fixes.cpp313 const char* tmpfilename = "sf_bug_742038.tmp"; in sf_bug_742038() local
321 std::fstream f(tmpfilename, std::ios::out); in sf_bug_742038()
325 file_iterator<> b1(tmpfilename); in sf_bug_742038()
329 ::remove(tmpfilename); in sf_bug_742038()
/dports/databases/percona57-server/boost_1_59_0/libs/spirit/classic/test/
H A Dbug_fixes.cpp313 const char* tmpfilename = "sf_bug_742038.tmp"; in sf_bug_742038() local
321 std::fstream f(tmpfilename, std::ios::out); in sf_bug_742038()
325 file_iterator<> b1(tmpfilename); in sf_bug_742038()
329 ::remove(tmpfilename); in sf_bug_742038()
/dports/databases/percona57-client/boost_1_59_0/libs/spirit/classic/test/
H A Dbug_fixes.cpp313 const char* tmpfilename = "sf_bug_742038.tmp"; in sf_bug_742038() local
321 std::fstream f(tmpfilename, std::ios::out); in sf_bug_742038()
325 file_iterator<> b1(tmpfilename); in sf_bug_742038()
329 ::remove(tmpfilename); in sf_bug_742038()
/dports/devel/boost-libs/boost_1_72_0/libs/spirit/classic/test/
H A Dbug_fixes.cpp311 const char* tmpfilename = "sf_bug_742038.tmp"; in sf_bug_742038() local
320 std::fstream f(tmpfilename, std::ios::out); in sf_bug_742038()
324 file_iterator<> b1(tmpfilename); in sf_bug_742038()
329 std::remove(tmpfilename); in sf_bug_742038()
/dports/devel/hyperscan/boost_1_75_0/libs/spirit/classic/test/
H A Dbug_fixes.cpp311 const char* tmpfilename = "sf_bug_742038.tmp"; in sf_bug_742038() local
320 std::fstream f(tmpfilename, std::ios::out); in sf_bug_742038()
324 file_iterator<> b1(tmpfilename); in sf_bug_742038()
329 std::remove(tmpfilename); in sf_bug_742038()
/dports/lang/sbcl/sbcl-1.3.13/tests/
H A Dstream.test.sh18 tmpfilename="$TEST_FILESTEM.lisp"
20 cat > $tmpfilename <<EOF
/dports/devel/py-oslo.concurrency/oslo.concurrency-4.5.0/oslo_concurrency/tests/unit/
H A Dtest_processutils.py212 fd, tmpfilename = tempfile.mkstemp()
237 os.chmod(tmpfilename, 0o755)
253 os.unlink(tmpfilename)
298 fd, tmpfilename = tempfile.mkstemp()
311 os.chmod(tmpfilename, 0o755)
312 processutils.execute(tmpfilename,
317 os.unlink(tmpfilename)
426 tmpfilename = self.create_tempfiles(
430 os.chmod(tmpfilename, (stat.S_IRWXU |
446 self.assertEqual(' '.join([tmpfilename,
[all …]
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/browser/
H A Dshared.py426 tmpfilename = handle.name
427 with utils.cleanup_file(tmpfilename):
430 [arg.replace('{}', tmpfilename) for arg in command[1:]]
435 tmpfilename=tmpfilename,
447 tmpfilename: Optional[str] = None
466 if tmpfilename is None:
470 with open(tmpfilename, mode='r', encoding=sys.getfilesystemencoding()) as f:
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Ddrvrfile.c763 char tmpfilename[FLEN_FILENAME]; in file_is_compressed() local
771 strcpy(tmpfilename,filename); in file_is_compressed()
775 strcpy(filename, tmpfilename); in file_is_compressed()
779 strcpy(filename, tmpfilename); in file_is_compressed()
783 strcpy(filename, tmpfilename); in file_is_compressed()
787 strcpy(filename, tmpfilename); in file_is_compressed()
791 strcpy(filename, tmpfilename); in file_is_compressed()
795 strcpy(filename,tmpfilename); /* restore original name */ in file_is_compressed()
/dports/mail/mboxgrep/mboxgrep-0.7.9/src/
H A Dmain.c55 char *boxname, *outboxname, *pipecmd, *tmpfilename; variable
318 if (config.merr) perror(tmpfilename); in main()
320 if (config.merr) perror(tmpfilename); in main()
353 rename (tmpfilename, argv[optind]); in main()
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/plugins/mailmbox/
H A Dmmapstring.c185 char tmpfilename[PATH_MAX]; in mmap_string_realloc_file() local
188 * tmpfilename = 0; in mmap_string_realloc_file()
189 strcat(tmpfilename, tmpdir); in mmap_string_realloc_file()
190 strcat(tmpfilename, "/libetpan-mmapstring-XXXXXX"); in mmap_string_realloc_file()
192 fd = g_mkstemp(tmpfilename); in mmap_string_realloc_file()
196 if (unlink(tmpfilename) == -1) { in mmap_string_realloc_file()
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/plugins/mailmbox/
H A Dmmapstring.c185 char tmpfilename[PATH_MAX]; in mmap_string_realloc_file() local
188 * tmpfilename = 0; in mmap_string_realloc_file()
189 strcat(tmpfilename, tmpdir); in mmap_string_realloc_file()
190 strcat(tmpfilename, "/libetpan-mmapstring-XXXXXX"); in mmap_string_realloc_file()
192 fd = g_mkstemp(tmpfilename); in mmap_string_realloc_file()
196 if (unlink(tmpfilename) == -1) { in mmap_string_realloc_file()
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/plugins/mailmbox/
H A Dmmapstring.c185 char tmpfilename[PATH_MAX]; in mmap_string_realloc_file() local
188 * tmpfilename = 0; in mmap_string_realloc_file()
189 strcat(tmpfilename, tmpdir); in mmap_string_realloc_file()
190 strcat(tmpfilename, "/libetpan-mmapstring-XXXXXX"); in mmap_string_realloc_file()
192 fd = g_mkstemp(tmpfilename); in mmap_string_realloc_file()
196 if (unlink(tmpfilename) == -1) { in mmap_string_realloc_file()
/dports/mail/courier/courier-0.65.3/courier/
H A Daliascreate.C39 static const char *tmpfilename=0; variable
45 {"tmp", &tmpfilename},
264 newaliases.Open(tmpfilename, "N") || in makealiases()
368 if (!dumpflag && rename(tmpfilename, aliasfilename) < 0) in makealiases()
384 unlink(tmpfilename); in cleanup()
427 if ((!dumpflag && !aliasfilename) || !tmpfilename) in cppmain()
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/plugins/mailmbox/
H A Dmmapstring.c185 char tmpfilename[PATH_MAX]; in mmap_string_realloc_file() local
188 * tmpfilename = 0; in mmap_string_realloc_file()
189 strcat(tmpfilename, tmpdir); in mmap_string_realloc_file()
190 strcat(tmpfilename, "/libetpan-mmapstring-XXXXXX"); in mmap_string_realloc_file()
192 fd = g_mkstemp(tmpfilename); in mmap_string_realloc_file()
196 if (unlink(tmpfilename) == -1) { in mmap_string_realloc_file()
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/plugins/mailmbox/
H A Dmmapstring.c185 char tmpfilename[PATH_MAX]; in mmap_string_realloc_file() local
188 * tmpfilename = 0; in mmap_string_realloc_file()
189 strcat(tmpfilename, tmpdir); in mmap_string_realloc_file()
190 strcat(tmpfilename, "/libetpan-mmapstring-XXXXXX"); in mmap_string_realloc_file()
192 fd = g_mkstemp(tmpfilename); in mmap_string_realloc_file()
196 if (unlink(tmpfilename) == -1) { in mmap_string_realloc_file()
/dports/mail/claws-mail-bsfilter/claws-mail-3.18.0/src/plugins/mailmbox/
H A Dmmapstring.c185 char tmpfilename[PATH_MAX]; in mmap_string_realloc_file() local
188 * tmpfilename = 0; in mmap_string_realloc_file()
189 strcat(tmpfilename, tmpdir); in mmap_string_realloc_file()
190 strcat(tmpfilename, "/libetpan-mmapstring-XXXXXX"); in mmap_string_realloc_file()
192 fd = g_mkstemp(tmpfilename); in mmap_string_realloc_file()
196 if (unlink(tmpfilename) == -1) { in mmap_string_realloc_file()
/dports/mail/claws-mail-bogofilter/claws-mail-3.18.0/src/plugins/mailmbox/
H A Dmmapstring.c185 char tmpfilename[PATH_MAX]; in mmap_string_realloc_file() local
188 * tmpfilename = 0; in mmap_string_realloc_file()
189 strcat(tmpfilename, tmpdir); in mmap_string_realloc_file()
190 strcat(tmpfilename, "/libetpan-mmapstring-XXXXXX"); in mmap_string_realloc_file()
192 fd = g_mkstemp(tmpfilename); in mmap_string_realloc_file()
196 if (unlink(tmpfilename) == -1) { in mmap_string_realloc_file()
/dports/mail/claws-mail-mailmbox/claws-mail-3.18.0/src/plugins/mailmbox/
H A Dmmapstring.c185 char tmpfilename[PATH_MAX]; in mmap_string_realloc_file() local
188 * tmpfilename = 0; in mmap_string_realloc_file()
189 strcat(tmpfilename, tmpdir); in mmap_string_realloc_file()
190 strcat(tmpfilename, "/libetpan-mmapstring-XXXXXX"); in mmap_string_realloc_file()
192 fd = g_mkstemp(tmpfilename); in mmap_string_realloc_file()
196 if (unlink(tmpfilename) == -1) { in mmap_string_realloc_file()
/dports/mail/claws-mail-litehtml_viewer/claws-mail-3.18.0/src/plugins/mailmbox/
H A Dmmapstring.c185 char tmpfilename[PATH_MAX]; in mmap_string_realloc_file() local
188 * tmpfilename = 0; in mmap_string_realloc_file()
189 strcat(tmpfilename, tmpdir); in mmap_string_realloc_file()
190 strcat(tmpfilename, "/libetpan-mmapstring-XXXXXX"); in mmap_string_realloc_file()
192 fd = g_mkstemp(tmpfilename); in mmap_string_realloc_file()
196 if (unlink(tmpfilename) == -1) { in mmap_string_realloc_file()
/dports/mail/claws-mail-managesieve/claws-mail-3.18.0/src/plugins/mailmbox/
H A Dmmapstring.c185 char tmpfilename[PATH_MAX]; in mmap_string_realloc_file() local
188 * tmpfilename = 0; in mmap_string_realloc_file()
189 strcat(tmpfilename, tmpdir); in mmap_string_realloc_file()
190 strcat(tmpfilename, "/libetpan-mmapstring-XXXXXX"); in mmap_string_realloc_file()
192 fd = g_mkstemp(tmpfilename); in mmap_string_realloc_file()
196 if (unlink(tmpfilename) == -1) { in mmap_string_realloc_file()
/dports/mail/claws-mail-libravatar/claws-mail-3.18.0/src/plugins/mailmbox/
H A Dmmapstring.c185 char tmpfilename[PATH_MAX]; in mmap_string_realloc_file() local
188 * tmpfilename = 0; in mmap_string_realloc_file()
189 strcat(tmpfilename, tmpdir); in mmap_string_realloc_file()
190 strcat(tmpfilename, "/libetpan-mmapstring-XXXXXX"); in mmap_string_realloc_file()
192 fd = g_mkstemp(tmpfilename); in mmap_string_realloc_file()
196 if (unlink(tmpfilename) == -1) { in mmap_string_realloc_file()
/dports/mail/claws-mail-fetchinfo/claws-mail-3.18.0/src/plugins/mailmbox/
H A Dmmapstring.c185 char tmpfilename[PATH_MAX]; in mmap_string_realloc_file() local
188 * tmpfilename = 0; in mmap_string_realloc_file()
189 strcat(tmpfilename, tmpdir); in mmap_string_realloc_file()
190 strcat(tmpfilename, "/libetpan-mmapstring-XXXXXX"); in mmap_string_realloc_file()
192 fd = g_mkstemp(tmpfilename); in mmap_string_realloc_file()
196 if (unlink(tmpfilename) == -1) { in mmap_string_realloc_file()

12345678910>>...24