Lines Matching refs:ofmt
566 ofmt_handle_t ofmt; in main() local
712 oferr = ofmt_open(fields_str, flow_s_fields, ofmtflags, 0, &ofmt); in main()
713 flowstat_ofmt_check(oferr, state.fs_parsable, ofmt); in main()
714 state.fs_ofmt = ofmt; in main()
740 ofmt_close(ofmt); in main()
913 ofmt_handle_t ofmt; in do_show_history() local
973 0, &ofmt); in do_show_history()
978 0, &ofmt); in do_show_history()
981 flowstat_ofmt_check(oferr, state.us_parsable, ofmt); in do_show_history()
982 state.us_ofmt = ofmt; in do_show_history()
1009 ofmt_close(ofmt); in do_show_history()
1113 ofmt_handle_t ofmt) in flowstat_ofmt_check() argument
1119 (void) ofmt_strerror(ofmt, oferr, buf, sizeof (buf)); in flowstat_ofmt_check()
1127 ofmt_close(ofmt); in flowstat_ofmt_check()