Searched refs:saveprefix (Results 1 – 9 of 9) sorted by relevance
/dports/games/flightgear/flightgear-2020.3.11/src/Main/ |
H A D | runfgfs.in | 48 $saveprefix = $path; 52 $saveprefix = $path; 66 @paths = ( $prefix, $saveprefix, $ENV{HOME} );
|
/dports/games/exult/exult-snapshot-v1.7.0.20211128/gamemgr/ |
H A D | modmgr.cc | 614 string saveprefix(get_system_path("<SAVEHOME>") + "/" + cfgname); in get_game_paths() local 627 if (saveprefix == ".") in get_game_paths() 628 saveprefix = game_path; in get_game_paths() 632 default_dir = saveprefix; in get_game_paths() 639 default_dir = saveprefix + "/gamedat"; in get_game_paths()
|
/dports/security/nmap/nmap-7.91/scripts/ |
H A D | ldap-brute.nse | 68 -- @args ldap.saveprefix If set, the script will save the output to a file 75 -- includes the credential state. When ldap.savetype is used without ldap.saveprefix 150 if ( stdnse.get_script_args('ldap.saveprefix') ) then 151 output_prefix = stdnse.get_script_args('ldap.saveprefix')
|
/dports/net/zebra-server/idzebra-2.0.55/ |
H A D | configure.ac | 52 saveprefix=${prefix} 55 prefix=${saveprefix}
|
H A D | configure | 11759 prefix=${saveprefix}
|
/dports/misc/mc-nox11/mc-4.8.27/src/editor/ |
H A D | editcmd.c | 222 char *savedir, *saveprefix; in edit_save_file() local 229 saveprefix = mc_build_filename (PATH_SEP_STR, savedir, "cooledit", (char *) NULL); in edit_save_file() 231 fd = mc_mkstemps (&savename_vpath, saveprefix, NULL); in edit_save_file() 232 g_free (saveprefix); in edit_save_file()
|
/dports/misc/mc/mc-4.8.27/src/editor/ |
H A D | editcmd.c | 222 char *savedir, *saveprefix; in edit_save_file() local 229 saveprefix = mc_build_filename (PATH_SEP_STR, savedir, "cooledit", (char *) NULL); in edit_save_file() 231 fd = mc_mkstemps (&savename_vpath, saveprefix, NULL); in edit_save_file() 232 g_free (saveprefix); in edit_save_file()
|
/dports/mail/alpine/alpine-465e23b/pico/ |
H A D | composer.c | 850 char *prefix = NULL, *saveprefix = NULL, *insert = NULL; in HeaderEditor() local 949 saveprefix = ucs4_to_utf8_cpystr(uprefix); in HeaderEditor() 971 if(saveprefix){ in HeaderEditor() 972 l1 = strlen(saveprefix); in HeaderEditor() 992 strncpy(insert, saveprefix, l); in HeaderEditor() 1000 fs_give((void **) &saveprefix); in HeaderEditor()
|
/dports/editors/pico-alpine/alpine-465e23b/pico/ |
H A D | composer.c | 850 char *prefix = NULL, *saveprefix = NULL, *insert = NULL; in HeaderEditor() local 949 saveprefix = ucs4_to_utf8_cpystr(uprefix); in HeaderEditor() 971 if(saveprefix){ in HeaderEditor() 972 l1 = strlen(saveprefix); in HeaderEditor() 992 strncpy(insert, saveprefix, l); in HeaderEditor() 1000 fs_give((void **) &saveprefix); in HeaderEditor()
|