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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dinetd.c1595 #define LINESIZ 72 macro
1618 char text[LINESIZ + 2];
1627 text[LINESIZ] = '\r';
1628 text[LINESIZ + 1] = '\n';
1632 if (len >= LINESIZ)
1633 memmove(text, rs, LINESIZ);
1636 memmove(text + len, ring, LINESIZ - len);
1655 char text[LINESIZ + 2];
1669 if ((len = endring - rs) >= LINESIZ)
1670 memmove(text, rs, LINESIZ);
[all...]

Completed in 168 milliseconds