Home
last modified time | relevance | path

Searched refs:cfg_write_file (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/exiftran/fbida-2.14/
H A Didaconfig.c51 cfg_write_file("config", ida_config); in ida_write_config()
H A Dparseconfig.h21 int cfg_write_file(char *dname, char *filename);
H A Dfbiconfig.c291 cfg_write_file("config", fbi_config); in fbi_write_config()
H A Dparseconfig.c507 cfg_write_file(char *dname, char *filename) in cfg_write_file() function
/dports/graphics/ida/fbida-2.14/
H A Didaconfig.c51 cfg_write_file("config", ida_config); in ida_write_config()
H A Dparseconfig.h21 int cfg_write_file(char *dname, char *filename);
H A Dfbiconfig.c291 cfg_write_file("config", fbi_config); in fbi_write_config()
H A Dparseconfig.c507 cfg_write_file(char *dname, char *filename) in cfg_write_file() function
/dports/mail/emailrelay/emailrelay-1.9/src/gui/
H A Dguimain.cpp243 G::Path cfg_write_file( getopt.contains("write") ? getopt.value("write") : std::string() ) ; in main() local
319 G::Path config_file_out = cfg_write_file == G::Path() ? in main()
321 cfg_write_file ; in main()
/dports/multimedia/butt/butt-0.1.27/src/
H A Dcfg.h187 int cfg_write_file(char *path); //Writes current config_t struct to path or cfg_path if path is NULL
H A Dcfg.cpp39 int cfg_write_file(char *path) in cfg_write_file() function
/dports/comms/amtterm/amtterm-1.6/
H A Dparseconfig.h21 int cfg_write_file(char *dname, char *filename);
H A Dgamt.c998 cfg_write_file("config", configfile); in main()
H A Dparseconfig.c519 cfg_write_file(char *dname, char *filename) in cfg_write_file() function
/dports/multimedia/butt/butt-0.1.27/src/FLTK/
H A Dflgui.fl171 callback {cfg_write_file(NULL);}
H A Dfl_callbacks.cpp3251 cfg_write_file(filename); in button_cfg_export_cb()
3381 cfg_write_file(NULL); in window_main_close_cb()
H A Dflgui.cpp217 cfg_write_file(NULL); in cb_Save_i()