Searched refs:N_CHARS (Results 1 – 1 of 1) sorted by relevance
/freebsd/libexec/talkd/ |
H A D | announce.c | 76 #define N_CHARS 256 macro 92 char line_buf[N_LINES][N_CHARS]; in print_mesg() 94 char big_buf[N_LINES*N_CHARS]; in print_mesg() 103 (void)snprintf(line_buf[i], N_CHARS, " "); in print_mesg() 107 (void)snprintf(line_buf[i], N_CHARS, in print_mesg() 118 (void)snprintf(line_buf[i], N_CHARS, in print_mesg() 123 (void)snprintf(line_buf[i], N_CHARS, "talk: respond with: talk %s@%s", in print_mesg() 128 (void)snprintf(line_buf[i], N_CHARS, " "); in print_mesg()
|