Home
last modified time | relevance | path

Searched refs:tmpfilename (Results 126 – 150 of 576) sorted by relevance

12345678910>>...24

/dports/misc/pinfo/pinfo-0.6.13/src/
H A Dfilehandling_functions.c584 strcat(dest, tmpfilename); in buildcommand()
594 strcat(dest, tmpfilename); in builddircommand()
605 char *tmpfilename = NULL; in opendirfile() local
645 lstat(tmpfilename, &status); in opendirfile()
674 lstat(tmpfilename, &status); in opendirfile()
684 id = fopen(tmpfilename, "r"); in opendirfile()
709 id = fopen(tmpfilename, "w"); in opendirfile()
732 id = fopen(tmpfilename, "r"); in opendirfile()
758 char *tmpfilename; in openinfo() local
833 buildcommand(command, suffixes[j].command, buf, tmpfilename); in openinfo()
[all …]
/dports/graphics/py-rasterio/rasterio-1.2.10/examples/
H A Ddecimate.py14 tmpfilename = os.path.join(tempfile.mkdtemp(), 'decimate.tif') variable
21 tmpfilename, 'w',
29 rasterio.shutil.copy(tmpfilename, outfilename, driver='JPEG', quality='30')
/dports/audio/festival/festival/src/arch/festival/
H A Daudspio.cc67 char *tmpfilename = walloc(char,tpref.length()+20); in audsp_play_wave() local
68 sprintf(tmpfilename,"%s_aud_%05d",(const char *)tpref,audsp_num++); in audsp_play_wave()
69 w->save(tmpfilename,"nist"); in audsp_play_wave()
70 audsp_send(EST_String("play ")+tmpfilename+EST_String(" ")+ in audsp_play_wave()
72 wfree(tmpfilename); in audsp_play_wave()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/tests/check/libs/
H A Dallocators.c36 char tmpfilename[] = "/tmp/dmabuf-test.XXXXXX"; in GST_START_TEST() local
42 fd = mkstemp (tmpfilename); in GST_START_TEST()
44 fail_unless (g_unlink (tmpfilename) == 0); in GST_START_TEST()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/tests/check/libs/
H A Dallocators.c36 char tmpfilename[] = "/tmp/dmabuf-test.XXXXXX"; in GST_START_TEST() local
42 fd = mkstemp (tmpfilename); in GST_START_TEST()
44 fail_unless (g_unlink (tmpfilename) == 0); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/tests/check/libs/
H A Dallocators.c36 char tmpfilename[] = "/tmp/dmabuf-test.XXXXXX"; in GST_START_TEST() local
42 fd = mkstemp (tmpfilename); in GST_START_TEST()
44 fail_unless (g_unlink (tmpfilename) == 0); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/tests/check/libs/
H A Dallocators.c36 char tmpfilename[] = "/tmp/dmabuf-test.XXXXXX"; in GST_START_TEST() local
42 fd = mkstemp (tmpfilename); in GST_START_TEST()
44 fail_unless (g_unlink (tmpfilename) == 0); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/tests/check/libs/
H A Dallocators.c36 char tmpfilename[] = "/tmp/dmabuf-test.XXXXXX"; in GST_START_TEST() local
42 fd = mkstemp (tmpfilename); in GST_START_TEST()
44 fail_unless (g_unlink (tmpfilename) == 0); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/tests/check/libs/
H A Dallocators.c36 char tmpfilename[] = "/tmp/dmabuf-test.XXXXXX"; in GST_START_TEST() local
42 fd = mkstemp (tmpfilename); in GST_START_TEST()
44 fail_unless (g_unlink (tmpfilename) == 0); in GST_START_TEST()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/tests/check/libs/
H A Dallocators.c36 char tmpfilename[] = "/tmp/dmabuf-test.XXXXXX"; in GST_START_TEST() local
42 fd = mkstemp (tmpfilename); in GST_START_TEST()
44 fail_unless (g_unlink (tmpfilename) == 0); in GST_START_TEST()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/tests/check/libs/
H A Dallocators.c36 char tmpfilename[] = "/tmp/dmabuf-test.XXXXXX"; in GST_START_TEST() local
42 fd = mkstemp (tmpfilename); in GST_START_TEST()
44 fail_unless (g_unlink (tmpfilename) == 0); in GST_START_TEST()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/tests/check/libs/
H A Dallocators.c36 char tmpfilename[] = "/tmp/dmabuf-test.XXXXXX"; in GST_START_TEST() local
42 fd = mkstemp (tmpfilename); in GST_START_TEST()
44 fail_unless (g_unlink (tmpfilename) == 0); in GST_START_TEST()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/tests/check/libs/
H A Dallocators.c36 char tmpfilename[] = "/tmp/dmabuf-test.XXXXXX"; in GST_START_TEST() local
42 fd = mkstemp (tmpfilename); in GST_START_TEST()
44 fail_unless (g_unlink (tmpfilename) == 0); in GST_START_TEST()
/dports/biology/vt/vt-0.57721/lib/htslib/test/
H A Dsam.c326 char tmpfilename[FILENAME_MAX], line[500]; in faidx1() local
332 sprintf(tmpfilename, "%s.tmp", filename); in faidx1()
333 fout = fopen(tmpfilename, "w"); in faidx1()
334 if (fout == NULL) fail("can't create temporary %s\n", tmpfilename); in faidx1()
342 if (fai_build(tmpfilename) < 0) fail("can't index %s", tmpfilename); in faidx1()
343 fai = fai_load(tmpfilename); in faidx1()
344 if (fai == NULL) fail("can't load faidx file %s", tmpfilename); in faidx1()
/dports/biology/kallisto/kallisto-0.46.1/ext/htslib/test/
H A Dsam.c326 char tmpfilename[FILENAME_MAX], line[500]; in faidx1() local
332 sprintf(tmpfilename, "%s.tmp", filename); in faidx1()
333 fout = fopen(tmpfilename, "w"); in faidx1()
334 if (fout == NULL) fail("can't create temporary %s\n", tmpfilename); in faidx1()
342 if (fai_build(tmpfilename) < 0) fail("can't index %s", tmpfilename); in faidx1()
343 fai = fai_load(tmpfilename); in faidx1()
344 if (fai == NULL) fail("can't load faidx file %s", tmpfilename); in faidx1()
/dports/databases/postgresql12-client/postgresql-12.9/src/tools/
H A Dversion_stamp.pl132 my ($tmpfilename) = $filename . ".tmp";
134 system("sed $sedargs $filename >$tmpfilename") == 0
136 system("mv $tmpfilename $filename") == 0
/dports/databases/postgresql12-server/postgresql-12.9/src/tools/
H A Dversion_stamp.pl132 my ($tmpfilename) = $filename . ".tmp";
134 system("sed $sedargs $filename >$tmpfilename") == 0
136 system("mv $tmpfilename $filename") == 0
/dports/databases/postgresql12-docs/postgresql-12.9/src/tools/
H A Dversion_stamp.pl132 my ($tmpfilename) = $filename . ".tmp";
134 system("sed $sedargs $filename >$tmpfilename") == 0
136 system("mv $tmpfilename $filename") == 0
/dports/databases/postgresql12-plpython/postgresql-12.9/src/tools/
H A Dversion_stamp.pl132 my ($tmpfilename) = $filename . ".tmp";
134 system("sed $sedargs $filename >$tmpfilename") == 0
136 system("mv $tmpfilename $filename") == 0
/dports/databases/postgresql12-contrib/postgresql-12.9/src/tools/
H A Dversion_stamp.pl132 my ($tmpfilename) = $filename . ".tmp";
134 system("sed $sedargs $filename >$tmpfilename") == 0
136 system("mv $tmpfilename $filename") == 0
/dports/databases/postgresql12-plperl/postgresql-12.9/src/tools/
H A Dversion_stamp.pl132 my ($tmpfilename) = $filename . ".tmp";
134 system("sed $sedargs $filename >$tmpfilename") == 0
136 system("mv $tmpfilename $filename") == 0
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/tools/
H A Dversion_stamp.pl132 my ($tmpfilename) = $filename . ".tmp";
134 system("sed $sedargs $filename >$tmpfilename") == 0
136 system("mv $tmpfilename $filename") == 0
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/test/
H A Dtest_read_data_large.c49 char tmpfilename[] = "largefile"; in DEFINE_TEST() local
98 tmpfilefd = open(tmpfilename, O_WRONLY | O_CREAT | O_BINARY); in DEFINE_TEST()
100 tmpfilefd = open(tmpfilename, O_WRONLY | O_CREAT | O_BINARY, 0777); in DEFINE_TEST()
108 f = fopen(tmpfilename, "rb"); in DEFINE_TEST()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/libarchive/test/
H A Dtest_read_data_large.c49 char tmpfilename[] = "largefile"; in DEFINE_TEST() local
98 tmpfilefd = open(tmpfilename, O_WRONLY | O_CREAT | O_BINARY); in DEFINE_TEST()
100 tmpfilefd = open(tmpfilename, O_WRONLY | O_CREAT | O_BINARY, 0777); in DEFINE_TEST()
108 f = fopen(tmpfilename, "rb"); in DEFINE_TEST()
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/test/
H A Dtest_read_data_large.c49 char tmpfilename[] = "largefile"; in DEFINE_TEST() local
98 tmpfilefd = open(tmpfilename, O_WRONLY | O_CREAT | O_BINARY); in DEFINE_TEST()
100 tmpfilefd = open(tmpfilename, O_WRONLY | O_CREAT | O_BINARY, 0777); in DEFINE_TEST()
108 f = fopen(tmpfilename, "rb"); in DEFINE_TEST()

12345678910>>...24