Home
last modified time | relevance | path

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

/dports/comms/flmsg/flmsg-4.0.19/src/ics/
H A Dics216.cxx570 string ics216_fname = ICS_dir; in cb_216_html() local
571 ics216_fname.append(fname_name); in cb_216_html()
572 ics216_fname.append(".html"); in cb_216_html()
599 FILE *file216 = fopen(ics216_fname.c_str(), "w"); in cb_216_html()
603 open_url(ics216_fname.c_str()); in cb_216_html()
616 string ics216_fname = ICS_dir; in cb_216_textout() local
617 ics216_fname.append("ics216.txt"); in cb_216_textout()
641 FILE *file216 = fopen(ics216_fname.c_str(), "w"); in cb_216_textout()
645 open_url(ics216_fname.c_str()); in cb_216_textout()