Lines Matching refs:ubuf
567 history_l_fields_buf_t ubuf; in show_history_time() local
616 bzero(&ubuf, sizeof (ubuf)); in show_history_time()
618 (void) snprintf(ubuf.hl_link, sizeof (ubuf.hl_link), "%s", in show_history_time()
622 (void) snprintf(ubuf.hl_stime, sizeof (ubuf.hl_stime), "%s", in show_history_time()
626 (void) snprintf(ubuf.hl_etime, sizeof (ubuf.hl_etime), "%s", in show_history_time()
628 (void) snprintf(ubuf.hl_rbytes, sizeof (ubuf.hl_rbytes), in show_history_time()
630 (void) snprintf(ubuf.hl_obytes, sizeof (ubuf.hl_obytes), in show_history_time()
632 (void) snprintf(ubuf.hl_bandwidth, sizeof (ubuf.hl_bandwidth), in show_history_time()
635 ofmt_print(state->hs_ofmt, &ubuf); in show_history_time()
644 history_fields_buf_t ubuf; in show_history_res() local
661 bzero(&ubuf, sizeof (ubuf)); in show_history_res()
663 (void) snprintf(ubuf.h_link, sizeof (ubuf.h_link), "%s", in show_history_res()
665 (void) snprintf(ubuf.h_duration, sizeof (ubuf.h_duration), in show_history_res()
667 (void) snprintf(ubuf.h_ipackets, sizeof (ubuf.h_ipackets), in show_history_res()
669 (void) snprintf(ubuf.h_rbytes, sizeof (ubuf.h_rbytes), in show_history_res()
671 (void) snprintf(ubuf.h_opackets, sizeof (ubuf.h_opackets), in show_history_res()
673 (void) snprintf(ubuf.h_obytes, sizeof (ubuf.h_obytes), in show_history_res()
675 (void) snprintf(ubuf.h_bandwidth, sizeof (ubuf.h_bandwidth), in show_history_res()
678 ofmt_print(state->hs_ofmt, &ubuf); in show_history_res()