Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Dmachine.c1151 size_t argbuflen; in format_next_process() local
1154 argbuflen = screen_width * 4; in format_next_process()
1155 argbuf = calloc(argbuflen + 1, 1); in format_next_process()
1157 warn("calloc(%zu)", argbuflen + 1); in format_next_process()
1170 len = (argbuflen - (dst - argbuf) - 1) / 4; in format_next_process()
1176 if ((argbuflen - (dst - argbuf) - 1) / 4 > 0) in format_next_process()