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

/freebsd-current/usr.sbin/inetd/
H A Dbuiltins.c121 * characters chosen from the range 0 to 512. We send LINESIZ+2.
131 char text[LINESIZ+2];
146 if ((len = endring - rs) >= LINESIZ)
147 memmove(text, rs, LINESIZ);
150 memmove(text + len, ring, LINESIZ - len);
154 text[LINESIZ] = '\r';
155 text[LINESIZ + 1] = '\n';
165 char *rs, text[LINESIZ+2];
172 text[LINESIZ] = '\r';
173 text[LINESIZ
[all...]
H A Dinetd.h42 #define LINESIZ 72 macro

Completed in 59 milliseconds