Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Dmachine.c1038 size_t argbuflen; in format_next_process() local
1041 argbuflen = screen_width * 4; in format_next_process()
1042 argbuf = calloc(argbuflen + 1, 1); in format_next_process()
1044 warn("calloc(%zu)", argbuflen + 1); in format_next_process()
1057 len = (argbuflen - (dst - argbuf) - 1) / 4; in format_next_process()
1063 if ((argbuflen - (dst - argbuf) - 1) / 4 > 0) in format_next_process()