Lines Matching refs:ubuf
573 history_l_fields_buf_t ubuf; in show_history_time() local
622 bzero(&ubuf, sizeof (ubuf)); in show_history_time()
624 (void) snprintf(ubuf.hl_link, sizeof (ubuf.hl_link), "%s", in show_history_time()
628 (void) snprintf(ubuf.hl_stime, sizeof (ubuf.hl_stime), "%s", in show_history_time()
632 (void) snprintf(ubuf.hl_etime, sizeof (ubuf.hl_etime), "%s", in show_history_time()
634 (void) snprintf(ubuf.hl_rbytes, sizeof (ubuf.hl_rbytes), in show_history_time()
636 (void) snprintf(ubuf.hl_obytes, sizeof (ubuf.hl_obytes), in show_history_time()
638 (void) snprintf(ubuf.hl_bandwidth, sizeof (ubuf.hl_bandwidth), in show_history_time()
641 ofmt_print(state->hs_ofmt, &ubuf); in show_history_time()
650 history_fields_buf_t ubuf; in show_history_res() local
667 bzero(&ubuf, sizeof (ubuf)); in show_history_res()
669 (void) snprintf(ubuf.h_link, sizeof (ubuf.h_link), "%s", in show_history_res()
671 (void) snprintf(ubuf.h_duration, sizeof (ubuf.h_duration), in show_history_res()
673 (void) snprintf(ubuf.h_ipackets, sizeof (ubuf.h_ipackets), in show_history_res()
675 (void) snprintf(ubuf.h_rbytes, sizeof (ubuf.h_rbytes), in show_history_res()
677 (void) snprintf(ubuf.h_opackets, sizeof (ubuf.h_opackets), in show_history_res()
679 (void) snprintf(ubuf.h_obytes, sizeof (ubuf.h_obytes), in show_history_res()
681 (void) snprintf(ubuf.h_bandwidth, sizeof (ubuf.h_bandwidth), in show_history_res()
684 ofmt_print(state->hs_ofmt, &ubuf); in show_history_res()