Lines Matching refs:ofmt

707 	ofmt_handle_t		ofmt;  in do_show_history()  local
774 &ofmt); in do_show_history()
779 &ofmt); in do_show_history()
782 dlstat_ofmt_check(oferr, state.hs_parsable, ofmt); in do_show_history()
783 state.hs_ofmt = ofmt; in do_show_history()
806 ofmt_close(ofmt); in do_show_history()
1637 ofmt_handle_t ofmt; in do_show() local
1802 oferr = ofmt_open(fields_str, oftemplate, ofmtflags, 0, &ofmt); in do_show()
1803 dlstat_ofmt_check(oferr, state.ls_parsable, ofmt); in do_show()
1804 state.ls_ofmt = ofmt; in do_show()
1808 ofmt_close(ofmt); in do_show()
1838 ofmt_handle_t ofmt; in do_show_phys() local
1981 oferr = ofmt_open(fields_str, oftemplate, ofmtflags, 0, &ofmt); in do_show_phys()
1982 dlstat_ofmt_check(oferr, state.ls_parsable, ofmt); in do_show_phys()
1983 state.ls_ofmt = ofmt; in do_show_phys()
1987 ofmt_close(ofmt); in do_show_phys()
2020 ofmt_handle_t ofmt; in do_show_link() local
2191 oferr = ofmt_open(fields_str, oftemplate, ofmtflags, 0, &ofmt); in do_show_link()
2192 dlstat_ofmt_check(oferr, state.ls_parsable, ofmt); in do_show_link()
2194 state.ls_ofmt = ofmt; in do_show_link()
2198 ofmt_close(ofmt); in do_show_link()
2225 ofmt_handle_t ofmt; in do_show_aggr() local
2328 oferr = ofmt_open(fields_str, oftemplate, ofmtflags, 0, &ofmt); in do_show_aggr()
2329 dlstat_ofmt_check(oferr, state.ls_parsable, ofmt); in do_show_aggr()
2330 state.ls_ofmt = ofmt; in do_show_aggr()
2334 ofmt_close(ofmt); in do_show_aggr()
2438 ofmt_handle_t ofmt) in dlstat_ofmt_check() argument
2444 (void) ofmt_strerror(ofmt, oferr, buf, sizeof (buf)); in dlstat_ofmt_check()
2452 ofmt_close(ofmt); in dlstat_ofmt_check()