Home
last modified time | relevance | path

Searched refs:newsrc_filename (Results 1 – 5 of 5) sorted by relevance

/dports/news/pan/pan-0.145/pan/data-impl/
H A Dserver.cc52 const std::string newsrc_filename (_servers[server].newsrc_filename); in delete_server() local
55 std::remove (newsrc_filename.c_str()); in delete_server()
76 _servers[new_server].newsrc_filename = o.str (); in add_new_server()
555 s.newsrc_filename = kv["newsrc"]; in load_server_properties()
556 if (s.newsrc_filename.empty()) { // set a default filename in load_server_properties()
559 s.newsrc_filename = o.str (); in load_server_properties()
615 << indent(depth) << "<newsrc>" << s->newsrc_filename << "</newsrc>\n" in save_server_properties()
H A Dgroups.cc177 const std::string filename = file::absolute_fn("", sit->second.newsrc_filename); in load_newsrc_files()
226 const std::string filename = file::absolute_fn("", sit->second.newsrc_filename); in save_newsrc_files()
/dports/news/slrn/slrn-1.0.3/src/
H A Dgroup.c2592 char *newsrc_filename = Slrn_Newsrc_File; in read_and_parse_newsrc_file() local
2607 ret_stat_o = stat (newsrc_filename, &st_o); in read_and_parse_newsrc_file()
2614 "itself.\n"), newsrc_filename); in read_and_parse_newsrc_file()
2618 newsrc_filename = file; in read_and_parse_newsrc_file()
2735 char *newsrc_filename; in slrn_write_newsrc() local
2780 newsrc_filename = autosave_file; in slrn_write_newsrc()
2784 newsrc_filename = Slrn_Newsrc_File; in slrn_write_newsrc()
2794 if (newsrc_filename == Slrn_Newsrc_File) in slrn_write_newsrc()
2802 if (NULL == (fp = fopen (newsrc_filename, "w"))) in slrn_write_newsrc()
2821 (void) chmod (newsrc_filename, S_IWUSR | S_IRUSR); in slrn_write_newsrc()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/session_utils/
H A Dfix_bbtppq.cc264 string newsrc_filename = mr->name() + "-a54-compat.mid"; in apply_one_source_per_region_fix() local
265 …ing newsrc_path = Glib::build_filename (session->session_directory().midi_path(), newsrc_filename); in apply_one_source_per_region_fix()
312 string newsrc_filename = mr->source()->name() + "-a54-compat.mid"; in apply_one_source_per_source_fix() local
313 …ing newsrc_path = Glib::build_filename (session->session_directory().midi_path(), newsrc_filename); in apply_one_source_per_source_fix()
/dports/news/pan/pan-0.145/pan/data/
H A Ddata.h195 std::string newsrc_filename; member