Searched refs:argbuflen (Results 1 – 1 of 1) sorted by relevance
1151 size_t argbuflen; in format_next_process() local1154 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()