Searched refs:LINE_COUNTER_BUF_LEN (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/coreutils/src/
H A Dcat.c60 #define LINE_COUNTER_BUF_LEN 20 macro
61 static char line_buf[LINE_COUNTER_BUF_LEN] =
70 static char *line_num_print = line_buf + LINE_COUNTER_BUF_LEN - 8;
73 static char *line_num_start = line_buf + LINE_COUNTER_BUF_LEN - 3;
76 static char *line_num_end = line_buf + LINE_COUNTER_BUF_LEN - 3;
735 (OUTSIZE - 1 + INSIZE * 4 + LINE_COUNTER_BUF_LEN + PAGE_SIZE - 1)
749 A line number requires seldom more than LINE_COUNTER_BUF_LEN
756 outbuf = xmalloc (outsize - 1 + insize * 4 + LINE_COUNTER_BUF_LEN

Completed in 30 milliseconds