Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/top/
Dmachine.c555 char second_buf[16], eighth_buf[8]; in format_next_process() local
572 snprintf(eighth_buf, sizeof(eighth_buf), "%7d", pp->p_rtableid); in format_next_process()
574 strlcpy(eighth_buf, pp->p_wmesg[0] ? pp->p_wmesg : "-", in format_next_process()
575 sizeof(eighth_buf)); in format_next_process()
584 eighth_buf, format_time(cputime), 100.0 * pct, in format_next_process()