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

/freebsd-11-stable/usr.sbin/ctm/ctm_smail/
H A Dctm_smail.c32 #define LINE_LENGTH 72 /* Chars per encoded line. Divisible by 4. */ macro
129 exp_size += howmany(exp_size, LINE_LENGTH);
311 * The body consists of lines of up to LINE_LENGTH characters. Each group
322 unsigned char inbuf[LINE_LENGTH*3/4];
323 char outbuf[LINE_LENGTH+1];
329 msg_size += (LINE_LENGTH*3/4) - 1;
330 msg_size -= msg_size % (LINE_LENGTH*3/4);
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dsafe_finger.c38 #define LINE_LENGTH 128 /* Editors can choke on long lines */ macro
105 if (line_length >= LINE_LENGTH) { /* force end of line */
/freebsd-11-stable/usr.sbin/mtest/
H A Dmtest.c105 #define LINE_LENGTH 80 macro
201 char line[LINE_LENGTH];
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_helper.c59 #define LINE_LENGTH 256 macro
578 char line[LINE_LENGTH];

Completed in 73 milliseconds