Home
last modified time | relevance | path

Searched refs:tfilename (Results 1 – 25 of 117) sorted by relevance

12345

/dports/sysutils/py-filelike/filelike-0.4.1/filelike/wrappers/tests/
H A Dtests.py28 fd, self.tfilename = tempfile.mkstemp()
32 os.unlink(self.tfilename)
36 f = open(self.tfilename,"w")
39 f = filelike.open(self.tfilename,"r")
40 self.assertEquals(f.name,self.tfilename)
/dports/games/openttd/openttd-12.1/src/
H A Dini.cpp96 wchar_t tfilename[MAX_PATH + 1], tfile_new[MAX_PATH + 1]; in SaveToDisk() local
97 wcsncpy(tfilename, OTTD2FS(filename).c_str(), MAX_PATH); in SaveToDisk()
100 tfilename[MAX_PATH - 1] = '\0'; in SaveToDisk()
102 tfilename[wcslen(tfilename) + 1] = '\0'; in SaveToDisk()
111 shfopt.pTo = tfilename; in SaveToDisk()
/dports/comms/mgetty+sendfax/mgetty-1.1.37/frontends/www/
H A Dnph-vf-gif.in469 my $tfilename = $sfilename;
472 $tfilename =~ s/\/f/\./g;
473 $tfilename =~ s/\.g3//g; # now we don't need it here any longer
474 $tfilename =~ s/\.done//g; # sometimes it is named ..g3.done
486 if ( -z "$webtmpabs/$tfilename.$size.$turn.gif")
488 …print "<br>$webtmpabs/$tfilename.$size.$turn.gif has 0 byte length! possible problems with $ppmqu…
489 …unlink ("$webtmpabs/$tfilename.$size.$turn.gif") || print "<br>ERROR: could not unlink $webtmpabs/…
492 if ( -f "$webtmpabs/$tfilename.$size.$turn.gif")
538 …system "$g3topbm $fax_directory/$sfilename | $r $gifscale > $webtmpabs/$tfilename.$size.$turn.gif";
/dports/math/parmgridgen/ParMGridGen-1.0/MGridGen/Programs/
H A Dio.c88 char *tfilename; in TransformGraph() local
92 tfilename = (char *)malloc ((length +5) * sizeof(char)); in TransformGraph()
93 strcpy(tfilename, filename); in TransformGraph()
94 strcat(tfilename, ".FORMETIS"); in TransformGraph()
101 if ((fpin2 = fopen(tfilename, "w")) == NULL) { in TransformGraph()
102 printf("Failed to open file %s\n", tfilename); in TransformGraph()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/utilities/
H A Dauto_corr.F46 character*80 tfilename
58 > 1,tfilename))
61 call util_file_name_noprefix(tfilename,.false.,
67 > 1,tfilename))
68 > call util_file_prefix('power_spectrum',tfilename)
69 call util_file_name_noprefix(tfilename,.false.,
368 character*80 tfilename
384 > 1,tfilename))
392 > 1,tfilename))
778 character*80 tfilename
[all …]
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/
H A Ddb_sql_codegen.c39 char *ifilename, *hfilename, *ofilename, *tfilename, *vfilename; local
41 ifilename = hfilename = ofilename = tfilename = vfilename = NULL;
60 tfilename = optarg;
121 if (tfilename == NULL)
129 if ((tfile = fopen(tfilename, "w")) == NULL)
130 return (usage(tfilename));
/dports/math/vtk8/VTK-8.2.0/IO/Legacy/Testing/Cxx/
H A DTestLegacyArrayMetaData.cxx253 const std::string tfilename = temp + "/TestLegacyArrayMetaData.vtk"; in TestLegacyArrayMetaData() local
256 testWriter->SetFileName(tfilename.c_str()); in TestLegacyArrayMetaData()
258 testReader->SetFileName(tfilename.c_str()); in TestLegacyArrayMetaData()
260 vtksys::SystemTools::RemoveFile(tfilename); in TestLegacyArrayMetaData()
278 vtksys::SystemTools::RemoveFile(tfilename); in TestLegacyArrayMetaData()
295 vtksys::SystemTools::RemoveFile(tfilename); in TestLegacyArrayMetaData()
/dports/math/vtk9/VTK-9.1.0/IO/Legacy/Testing/Cxx/
H A DTestLegacyArrayMetaData.cxx249 const std::string tfilename = temp + "/TestLegacyArrayMetaData.vtk"; in TestLegacyArrayMetaData() local
252 testWriter->SetFileName(tfilename.c_str()); in TestLegacyArrayMetaData()
254 testReader->SetFileName(tfilename.c_str()); in TestLegacyArrayMetaData()
256 vtksys::SystemTools::RemoveFile(tfilename); in TestLegacyArrayMetaData()
274 vtksys::SystemTools::RemoveFile(tfilename); in TestLegacyArrayMetaData()
291 vtksys::SystemTools::RemoveFile(tfilename); in TestLegacyArrayMetaData()
/dports/graphics/jogamp-jogl/gluegen/src/junit/com/jogamp/common/util/
H A DTestIOUtil01.java63 static final String tfilename = "./test.bin" ; field in TestIOUtil01
67 final File tfile = new File(tfilename); in setup()
80 final File tfile = new File(tfilename); in cleanup()
164 …final URLConnection urlConn = IOUtil.getResource(tfilename, this.getClass().getClassLoader(), this… in test11CopyStream01Array()
180 …final URLConnection urlConn = IOUtil.getResource(tfilename, this.getClass().getClassLoader(), this… in test12CopyStream02Buffer()
198 …final URLConnection urlConn1 = IOUtil.getResource(tfilename, this.getClass().getClassLoader(), thi… in test13CopyStream03Buffer()
/dports/security/tor/tor-0.4.6.8/src/lib/fs/
H A Dmmap.c138 TCHAR tfilename[MAX_PATH]= {0}; variable
146 mbstowcs(tfilename,filename,MAX_PATH);
148 strlcpy(tfilename,filename,MAX_PATH);
150 file_handle = CreateFile(tfilename,
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/fs/
H A Dmmap.c138 TCHAR tfilename[MAX_PATH]= {0}; variable
146 mbstowcs(tfilename,filename,MAX_PATH);
148 strlcpy(tfilename,filename,MAX_PATH);
150 file_handle = CreateFile(tfilename,
/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Doemarch.c1180 if (vi->locate_file(vi, tfilename)) { in vise_extract()
1187 if (verb) printf("Inflating file '%s' failed",tfilename); in vise_extract()
1198 if ((cp = strrchr(tfilename, '/')) == NULL in vise_extract()
1199 && (cp = strrchr(tfilename, '\\')) == NULL) in vise_extract()
1200 cp = tfilename; in vise_extract()
2117 int filelen = strlen(tfilename); in inno_extract()
2292 if (d1buf[i+4] == tfilename[0] in inno_extract()
2311 if (d1buf[i+4] == tfilename[0] in inno_extract()
2413 if ((cp = strrchr(tfilename, '/')) == NULL in inno_extract()
2414 && (cp = strrchr(tfilename, '\\')) == NULL) in inno_extract()
[all …]
/dports/www/gpx2map/gpx2map-0.2/
H A Dgpx2map733 my $tfilename; # Output file name for Tempe Profile (no path)
750 $tfilename = $base . "-tempe.png"; # Tempe Profile
755 $tfilename_path = $path . $tfilename;
767 $tfilename = $base . $fn_title . "-tempe.png"; # Tempe Profile
772 $tfilename_path = $path . $tfilename;
975 $tfilename, $ifilename, $sfilename, $title);
978 $tfilename, $ifilename, $sfilename, $title);
/dports/misc/deco/deco39/
H A Drec.c62 static char *tfilename; variable
169 if (! tfilename) in RecOpen()
170 tfilename = tfilepattern; in RecOpen()
171 r->tfd = creat (tfilename, 0600); in RecOpen()
177 r->tfd = open (tfilename, 2); in RecOpen()
182 unlink (tfilename); in RecOpen()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/cue/
H A Dcue.cc153 StringBuf tfilename = str_printf ("%s?%d", (const char *) cue_filename, track); in load() local
155 tuple.set_filename (tfilename); in load()
199 items.append (String (tfilename), std::move (tuple), decoder); in load()
/dports/www/srg/srg-1.3.6/src/
H A Dutils.cc490 char tfilename[1024] = {'\0'}; in file_present() local
495 snprintf(&tfilename[0], 1023, "%s/%s", srg.outputDir, filename); in file_present()
498 rv = access(tfilename, R_OK); in file_present()
505 get_file_version(tfilename, versionkey, &fileversion[0], 99); in file_present()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dplug_nlfit.c184 char ** tfilename /* file name for time point series */ in initialize_options() argument
198 *tfilename = plug_tfilename; in initialize_options()
279 char ** tfilename, /* file name for time point series */ in initialize_program()
298 nabs, nrand, nbest, rms_min, tfilename); in initialize_program()
334 flim = mri_read_1D (*tfilename); in initialize_program()
473 char * tfilename = NULL; /* file name of time points */ in nlfit() local
513 ts_length, &tfilename, &x_array, &fit); in nlfit()
/dports/mail/courier/courier-0.65.3/courier/
H A Dcmlmsubunsub.C441 std::string tfilename= TMP "/" + f; in saveunsub() local
444 std::ofstream ofs(tfilename.c_str()); in saveunsub()
450 perror(tfilename.c_str()); in saveunsub()
454 rename (tfilename.c_str(), ufilename.c_str()); in saveunsub()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/utilities/
H A Dauto_corr.F355 character*80 tfilename
371 > 1,tfilename))
372 > call util_file_prefix('dipole_correlation',tfilename)
374 call util_file_name_noprefix(tfilename,.false.,.false.,
379 > 1,tfilename))
380 > call util_file_prefix('dipole_powerspectrum',tfilename)
381 call util_file_name_noprefix(tfilename,.false.,.false.,
/dports/japanese/jed/jed-B0.99-8__J067/lib/
H A Dctags.sl16 % function-name\tfilename\t/^function-prototype/
17 % typedef-name\tfilename\tline-number
/dports/devel/gdcm/gdcm-3.0.10/Utilities/VTK/Testing/Cxx/
H A DTestvtkGDCMImageReader1.cxx137 const char tfilename[] = "SIEMENS_MAGNETOM-12-MONO2-FileSeq%01d.dcm"; in TestvtkGDCMImageReader1() local
138 tmpdir += tfilename; in TestvtkGDCMImageReader1()
H A DTestvtkGDCMImageReader2_3.cxx144 const char tfilename[] = "SIEMENS_MAGNETOM-12-MONO2-FileSeq%01d.dcm"; in TestvtkGDCMImageReader2_3() local
145 tmpdir += tfilename; in TestvtkGDCMImageReader2_3()
/dports/graphics/ogre3d/ogre-1.11.6/Docs/src/umldocs/
H A DTextureSource.puml32 \tfilename test.mpeg
/dports/graphics/jogamp-jogl/gluegen/src/junit/com/jogamp/junit/sec/
H A DApplet01.java54 static final String tfilename = "test.bin" ; field in Applet01
143 final File tfile = new File(tmp, tfilename); in testWriteFile()
/dports/devel/allegro5/allegro5-5.2.7.0/src/win/
H A Dwsystem.c838 TCHAR* tfilename; in _al_win_safe_load_library() local
869 tfilename = _twin_utf8_to_tchar(filename); in _al_win_safe_load_library()
870 _tcsncpy(buf, tfilename, MAX_PATH); in _al_win_safe_load_library()
871 al_free(tfilename); in _al_win_safe_load_library()

12345