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

/freebsd-13-stable/libexec/talkd/
H A Dannounce.c84 #define N_CHARS 256 macro
100 char line_buf[N_LINES][N_CHARS];
102 char big_buf[N_LINES*N_CHARS];
111 (void)snprintf(line_buf[i], N_CHARS, " ");
115 (void)snprintf(line_buf[i], N_CHARS,
126 (void)snprintf(line_buf[i], N_CHARS,
131 (void)snprintf(line_buf[i], N_CHARS, "talk: respond with: talk %s@%s",
136 (void)snprintf(line_buf[i], N_CHARS, " ");

Completed in 105 milliseconds