Home
last modified time | relevance | path

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

/dports/comms/flmsg/flmsg-4.0.19/src/hics/
H A Dhics213.cxx436 FILE *hicsfile = fopen(s.c_str(), "w"); in h213_write() local
437 if (!hicsfile) return; in h213_write()
439 fwrite(h213_buffer.c_str(), h213_buffer.length(), 1, hicsfile); in h213_write()
440 fclose(hicsfile); in h213_write()
524 FILE *hicsfile = fopen(hicsname.c_str(), "w"); in h213_cb_html() local
525 fprintf(hicsfile,"%s", form.c_str()); in h213_cb_html()
526 fclose(hicsfile); in h213_cb_html()
542 FILE *hicsfile = fopen(hicsname.c_str(), "w"); in h213_cb_textout() local
543 fprintf(hicsfile,"%s", form.c_str()); in h213_cb_textout()
544 fclose(hicsfile); in h213_cb_textout()