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

/freebsd-9.3-release/usr.sbin/inetd/
H A Dbuiltins.c122 * characters chosen from the range 0 to 512. We send LINESIZ+2.
132 char text[LINESIZ+2];
147 if ((len = endring - rs) >= LINESIZ)
148 memmove(text, rs, LINESIZ);
151 memmove(text + len, ring, LINESIZ - len);
155 text[LINESIZ] = '\r';
156 text[LINESIZ + 1] = '\n';
166 char *rs, text[LINESIZ+2];
175 text[LINESIZ] = '\r';
176 text[LINESIZ
[all...]
H A Dinetd.h42 #define LINESIZ 72 macro

Completed in 98 milliseconds