Home
last modified time | relevance | path

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

/freebsd-14.2/libexec/talkd/
H A Dannounce.c81 #define N_LINES 5 macro
98 char line_buf[N_LINES][N_CHARS]; in print_mesg()
99 int sizes[N_LINES]; in print_mesg()
100 char big_buf[N_LINES*N_CHARS]; in print_mesg()
142 for (i = 0; i < N_LINES; i++) { in print_mesg()
/freebsd-14.2/contrib/expat/tests/
H A Dbasic_tests.c5428 const size_t N_LINES = 60000; in START_TEST() local
5431 char *const text = (char *)malloc((N_LINES + 4) * SIZE_PER_LINE); in START_TEST()
5443 for (size_t i = 1; i < N_LINES; ++i) { in START_TEST()
5449 (long unsigned)(N_LINES - 1)); in START_TEST()
5474 const size_t N_LINES = 60000; in START_TEST() local
5477 char *const text = (char *)malloc((N_LINES + 4) * SIZE_PER_LINE); in START_TEST()
5489 for (size_t i = 1; i < N_LINES; ++i) { in START_TEST()
5495 (long unsigned)(N_LINES - 1)); in START_TEST()
5517 const size_t N_LINES = 70000; in START_TEST() local
5532 for (size_t i = 1; i < N_LINES; ++i) { in START_TEST()
[all …]