Home
last modified time | relevance | path

Searched refs:strdir (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/azpainterb/azpainterb-1.1.3/src/widget/
H A DMainWindow_file.c441 mStr str = MSTR_INIT,strdir = MSTR_INIT; in MainWindow_openFile() local
446 _get_filedialog_dir(p, &strdir, recentno, FALSE); in MainWindow_openFile()
452 strdir.buf, &str); in MainWindow_openFile()
454 mStrFree(&strdir); in MainWindow_openFile()
694 mStr strdir = MSTR_INIT; in _save_get_path_and_format() local
748 _get_filedialog_dir(p, &strdir, recentno, TRUE); in _save_get_path_and_format()
757 type, strdir.buf, 0, strpath, &type); in _save_get_path_and_format()
759 mStrFree(&strdir); in _save_get_path_and_format()
852 mStr str = MSTR_INIT,strdir = MSTR_INIT; in MainWindow_saveFile() local
947 mStrPathGetDir(&strdir, str.buf); in MainWindow_saveFile()
[all …]
H A DDockColorPalette_tab.c302 mStr strdir; member
373 0, p->strdir.buf, 0, &str)) in _pal_cmd_getpal_from_image()
378 mStrPathGetDir(&p->strdir, str.buf); in _pal_cmd_getpal_from_image()
408 0, p->strdir.buf, 0, &str)) in _pal_cmd_loadfile()
413 mStrPathGetDir(&p->strdir, str.buf); in _pal_cmd_loadfile()
436 0, p->strdir.buf, 0, &str, &type)) in _pal_cmd_savefile()
441 mStrPathGetDir(&p->strdir, str.buf); in _pal_cmd_savefile()
579 mStrFree(&((_tabct_pal *)wg)->strdir); in _destroy_handle()
/dports/graphics/azpainter/azpainter-2.1.7/src/widget/
H A DDockColorPalette_tab.c301 mStr strdir; member
372 0, p->strdir.buf, 0, &str)) in _pal_cmd_getpal_from_image()
377 mStrPathGetDir(&p->strdir, str.buf); in _pal_cmd_getpal_from_image()
407 0, p->strdir.buf, 0, &str)) in _pal_cmd_loadfile()
412 mStrPathGetDir(&p->strdir, str.buf); in _pal_cmd_loadfile()
435 0, p->strdir.buf, 0, &str, &type)) in _pal_cmd_savefile()
440 mStrPathGetDir(&p->strdir, str.buf); in _pal_cmd_savefile()
578 mStrFree(&((_tabct_pal *)wg)->strdir); in _destroy_handle()
H A DMainWindow_file.c783 mStr str = MSTR_INIT,strdir = MSTR_INIT; in MainWindow_saveFile() local
855 mStrPathGetDir(&strdir, str.buf); in MainWindow_saveFile()
857 mStrArrayAddRecent(APP_CONF->strRecentSaveDir, CONFIG_RECENTDIR_NUM, strdir.buf, TRUE); in MainWindow_saveFile()
862 mStrFree(&strdir); in MainWindow_saveFile()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dmain.h123 int directory_is_created( const char * strdir );
/dports/emulators/vice/vice-3.5/src/
H A Devent.c159 char *strdir, *strfile; in event_record_attach_in_list() local
165 util_fname_split(filename, &strdir, &strfile); in event_record_attach_in_list()
211 lib_free(strdir); in event_record_attach_in_list()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A Devent.c158 char *strdir, *strfile; in event_record_attach_in_list() local
164 util_fname_split(filename, &strdir, &strfile); in event_record_attach_in_list()
209 lib_free(strdir); in event_record_attach_in_list()
/dports/biology/mafft/mafft-7.267-without-extensions/core/
H A Dmafft.tmpl232 strdir="$PWD"
797 strdir="$1"
1964 echo $strdir 1>>"$progressfile"
1967 perl "$prefix/mafftash_premafft.pl" -p pdblist -o ownlist -d "$strdir" 2>>"dasherr"
/dports/comms/fldigi/fldigi-4.1.20/src/
H A Dmain.cxx2267 int directory_is_created( const char * strdir ) in directory_is_created() argument
2269 DIR *dir = opendir(strdir); in directory_is_created()