Home
last modified time | relevance | path

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

/busybox-1.35.0/procps/
Dtop.c158 enum { LINE_BUF_SIZE = 512 - 64 }; enumerator
197 char line_buf[LINE_BUF_SIZE];
218 BUILD_BUG_ON(LINE_BUF_SIZE <= 80); \
286 if (!fgets(line_buf, LINE_BUF_SIZE, fp) || line_buf[0] != 'c' /* not "cpu" */) in read_cpu_jiffy()
800 snprintf(line_buf, LINE_BUF_SIZE,
808 snprintf(line_buf, LINE_BUF_SIZE,
817 snprintf(line_buf, LINE_BUF_SIZE,
1182 col = LINE_BUF_SIZE - 2; /* +2 bytes for '\n', NUL */
1192 if (col > LINE_BUF_SIZE - 2)
1193 col = LINE_BUF_SIZE - 2;