Home
last modified time | relevance | path

Searched refs:scratchfile (Results 1 – 25 of 31) sorted by relevance

12

/dports/science/jmol/jmol-14.32.7/src/org/openscience/jmol/app/webexport/
H A DJmolInstance.java78 File scratchfile = new File(scratchpath); in JmolInstance() local
79 if (!(scratchfile.exists())) {//make the directory if necessary. we will delete when done in JmolInstance()
80 boolean made_scratchdir = scratchfile.mkdir(); in JmolInstance()
/dports/devel/rudiments/rudiments-1.2.2/src/
H A Dcharstring.cpp2153 static char *scratchfile=NULL; variable
2157 file::remove(scratchfile); in removeScratch()
2160 delete[] scratchfile; in removeScratch()
2171 scratchfile=charstring::duplicate( in vsnprintf()
2180 scratch=fopen(scratchfile,"w"); in vsnprintf()
2187 delete[] scratchfile; in vsnprintf()
2190 delete[] scratchfile; in vsnprintf()
2195 scratchfile=new char[20]; in vsnprintf()
2197 charstring::append(scratchfile, in vsnprintf()
2199 scratch=fopen(scratchfile,"w+"); in vsnprintf()
[all …]
/dports/science/hdf/hdf-4.2.15/mfhdf/libsrc/
H A Dfile.c655 char *scratchfile ; local
708 scratchfile = NCtempname(handle->path) ;
710 new = NC_dup_cdf(scratchfile, NC_NOCLOBBER, handle) ;
717 (void) strncpy(new->path, scratchfile, FILENAME_MAX) ;
/dports/mail/mailfront/mailfront-2.22/
H A Dmailfront.c146 if ((session.fd = scratchfile()) == -1) in handle_data_start()
249 int scratchfile(void) in scratchfile() function
H A Dmailfront.h67 extern int scratchfile(void);
H A Dqueuedir.c121 if ((tmpfd = scratchfile()) < 0) in queuedir_data_start()
H A Dplugin-spamassassin.c173 if ((fdout = scratchfile()) == -1) in message_end()
/dports/print/magicfilter/magicfilter-2.3.h/
H A DREADME16 ffilters, will be replaced with the name of the scratchfile created
/dports/editors/mined/mined-2015.25/src/
H A Dpastebuf.c1520 scratchfile (mode, append, buf_name, which, buf_status) in scratchfile() function
1549 return scratchfile (mode, append, buf_name, which, buf_status);
1578 return scratchfile (mode, append, yank_file, "buf", & yank_status);
1587 return scratchfile (mode, append, html_file, "tag", & html_status);
/dports/devel/py-cclib/cclib-1.7.1/data/GAMESS-UK/basicGAMESS-UK8.0/
H A Ddvb_gopt_hf.out598 minimise dump and scratchfile i/o
1282 minimise dump and scratchfile i/o
1963 minimise dump and scratchfile i/o
2644 minimise dump and scratchfile i/o
3325 minimise dump and scratchfile i/o
4006 minimise dump and scratchfile i/o
4685 minimise dump and scratchfile i/o
5364 minimise dump and scratchfile i/o
6045 minimise dump and scratchfile i/o
6726 minimise dump and scratchfile i/o
[all …]
H A Ddvb_gopt_ks.out645 minimise dump and scratchfile i/o
1334 minimise dump and scratchfile i/o
2018 minimise dump and scratchfile i/o
2702 minimise dump and scratchfile i/o
3384 minimise dump and scratchfile i/o
4066 minimise dump and scratchfile i/o
4748 minimise dump and scratchfile i/o
5429 minimise dump and scratchfile i/o
6111 minimise dump and scratchfile i/o
6793 minimise dump and scratchfile i/o
[all …]
H A Dwater_mp2.out304 minimise dump and scratchfile i/o
H A Dwater_mp3.out304 minimise dump and scratchfile i/o
H A DMoOCl4-sp.out522 minimise dump and scratchfile i/o
H A Ddvb_sp_hf.out1019 minimise dump and scratchfile i/o
H A Ddvb_sp_ks.out1066 minimise dump and scratchfile i/o
/dports/devel/py-cclib/cclib-1.7.1/data/GAMESS-UK/basicGAMESS-UK7.0/
H A Ddvb_gopt_d.out652 minimise dump and scratchfile i/o
1341 minimise dump and scratchfile i/o
2025 minimise dump and scratchfile i/o
2709 minimise dump and scratchfile i/o
3391 minimise dump and scratchfile i/o
4073 minimise dump and scratchfile i/o
4755 minimise dump and scratchfile i/o
5436 minimise dump and scratchfile i/o
6118 minimise dump and scratchfile i/o
6800 minimise dump and scratchfile i/o
[all …]
H A Dwater_mp2.out311 minimise dump and scratchfile i/o
H A Dwater_mp3.out311 minimise dump and scratchfile i/o
H A DMoOCl4-sp.out529 minimise dump and scratchfile i/o
H A Ddvb_sp_b.out1073 minimise dump and scratchfile i/o
/dports/biology/molden/molden5.8/test/
H A Dgamess_uk.test2447 minimise dump and scratchfile i/o
H A Dgamess_uk.freq427 minimise dump and scratchfile i/o
/dports/security/pgpin/pgp263in/src/
H A Dkeymgmt.c55 int backup_rename(char *scratchfile, char *destfile);
1836 int backup_rename(char *scratchfile, char *destfile) in backup_rename() argument
1851 return rename2(scratchfile, destfile); in backup_rename()
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/input/
H A Dtest.zsh946 scratchfile=${0/#v/}
947 gvim.exe c:/aax/$scratchfile &

12