Home
last modified time | relevance | path

Searched refs:SAVENAME (Results 1 – 25 of 56) sorted by relevance

123

/dports/misc/libemos/libemos-4.5.9-Source/interpolation/
H A Djfindfn.F85 CHARACTER*256 SAVENAME
96 SAVENAME = FILENAME
106 FILENAME = SAVENAME
H A Djfindfn3.F85 CHARACTER*256 SAVENAME
96 SAVENAME = FILENAME
106 FILENAME = SAVENAME
/dports/textproc/py-pyexcel-ezodf/pyexcel-ezodf-0.3.4/tests/
H A Dtest_filemanager.py119 SAVENAME = getdatafile('specs.save.odt')
124 fm.save(SAVENAME, backup=False)
125 self.assertTrue(check_zipfile_for_oasis_validity(SAVENAME, mimetype))
126 os.remove(SAVENAME)
/dports/news/trn4/trn-4.0-test77/
H A Dcommon.h678 # ifndef SAVENAME /* % */
679 # define SAVENAME "%a" macro
687 # ifndef SAVENAME /* % */
688 # define SAVENAME "%^C" macro
H A Drespond.c261 char* savename = getval("SAVENAME",SAVENAME); in save_article()
/dports/news/trn/trn-3.6/
H A Dcommon.h685 # ifndef SAVENAME /* % */
686 # define SAVENAME "%a" macro
694 # ifndef SAVENAME /* % */
695 # define SAVENAME "%^C"
H A Drespond.c337 char *savename = getval("SAVENAME",SAVENAME);
/dports/games/xscrabble/xscrabble-2.12/src/
H A Dscrab.h29 #define SAVENAME "/.xscrabble.save" macro
H A Dmisc.c122 strcat(fullpath,SAVENAME); in savegame()
180 strcat(fullpath,SAVENAME); in loadgame()
/dports/math/xspread/xspread-3.1.1c.orig/
H A Dacconfig.h11 #define SAVENAME "SC.SAVE" macro
H A Dsc.c34 #ifndef SAVENAME
35 #define SAVENAME "SC.SAVE" /* file name to use for emergency saves */ macro
1277 { (void) sprintf(path, "~/%s", SAVENAME); in diesave()
1280 (void) sprintf(path, "/tmp/%s", SAVENAME); in diesave()
H A Dconfig_h.in12 #define SAVENAME "SC.SAVE"
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dfnames.h120 #define SAVENAME "<SAVEGAME>/exult%02d%s.sav" macro
H A Dgamedat.cc248 snprintf(fname, 50, SAVENAME, num, in restore_gamedat()
394 snprintf(fname, 50, SAVENAME, num, in save_gamedat()
411 snprintf(fname, 50, SAVENAME, static_cast<int>(i), in read_save_names()
593 snprintf(fname, 50, SAVENAME, num, in get_saveinfo()
/dports/news/trn4/trn-4.0-test77/HelpFiles/config/
H A Doptions101 "setenv SAVENAME '%t'" in csh, or "SAVENAME='%t';
102 export SAVENAME" in sh. Any environment variables set
415 sets SAVEDIR to "%p/%c" and SAVENAME to "%a", which
420 number. +/ sets SAVEDIR to "%p" and SAVENAME to
427 may, of course, explicitly set SAVEDIR and SAVENAME to
/dports/games/powder/powder118_src/port/sdl/
H A Dhamfake.cpp60 #define SAVENAME "powder.sav" macro
1240 hamfake_move(SAVENAME, TRANSACTIONNAME); in hamfake_endWritingSession()
1763 fp = hamfake_fopen(SAVENAME, "rb"); in ham_Init()
1770 fprintf(stderr, SAVENAME " is corrupt: %d, but still reading it.\r\n", savesize); in ham_Init()
/dports/math/sc/sc-7.16/
H A Dsc.c39 #ifndef SAVENAME
40 #define SAVENAME "SC.SAVE" /* file name to use for emergency saves */ macro
2213 { (void) sprintf(path, "~/%s", SAVENAME); in diesave()
2216 (void) sprintf(path, "/tmp/%s", SAVENAME); in diesave()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/client/
H A Dnfs_clvnops.c1086 cnp->cn_flags |= SAVENAME; in nfs_lookup()
1123 cnp->cn_flags |= SAVENAME; in nfs_lookup()
1184 cnp->cn_flags |= SAVENAME; in nfs_lookup()
1227 cnp->cn_flags |= SAVENAME; in nfs_lookup()
1300 cnp->cn_flags |= SAVENAME; in nfs_lookup()
/dports/textproc/estraier/estraier-1.2.30/
H A Destmerge.c22 #define SAVENAME "estresult.html" /* name of the file to be saved */ macro
334 printf("Content-Disposition: inline; filename=%s\r\n", SAVENAME); in main()
H A Destsearch.c21 #define SAVENAME "estresult.html" /* name of the file to be saved */ macro
432 printf("Content-Disposition: inline; filename=%s\r\n", SAVENAME); in main()
H A Destserver.c31 #define SAVENAME "estresult.html" /* name of the file to be saved */ macro
1536 sprintf(line, "Content-Disposition: inline; filename=%s\r\n", SAVENAME); in searchmain()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/server/
H A Dnfs_nfsdport.c424 if ((cnp->cn_flags & (SAVENAME | SAVESTART)) == 0) in nfsvno_namei()
1053 if ((ndp->ni_cnd.cn_flags & SAVENAME) != 0) in nfsvno_removesub()
1094 if ((ndp->ni_cnd.cn_flags & SAVENAME) != 0) in nfsvno_rmdirsub()
H A Dnfs_nfsdserv.c1180 cnflags = (LOCKPARENT | SAVENAME); in nfsrvd_mknod()
1636 LOCKPARENT | SAVENAME); in nfsrvd_link()
1831 LOCKPARENT | SAVENAME); in nfsrvd_mkdir()
/dports/graphics/xfractint/xfractint-20.04p16/dos_help/
H A Dhelp4.src1131 default directories, or both. For example, in the SAVENAME description below,
1136 SAVENAME=[<path>\\][name]\
1139 SAVENAME=myfile)
1145 this parameter and the SAVENAME= parameter in your SSTOOLS.INI file if you
1782 "SAVENAME=[name]" to name the result as something other than the default
/dports/math/xspread/xspread-3.1.1c.orig/doc/
H A Dsc.changes346 - #ifdef'd SAVENAME (vs hardcoded SC.SAVE) to allowing changing the

123