Home | History | Annotate | Download | only in Modules

Lines Matching defs:crlf

1284  * module bug where text ending in CRLF has the CR encoded */
1300 int crlf = 0;
1309 /* See if this string is using CRLF line ends */
1315 crlf = 1;
1336 if (crlf)
1355 if (crlf)
1369 if (crlf)
1415 if (crlf) odata[out++] = '\r';
1440 if (crlf) odata[out++] = '\r';
1452 if (crlf) odata[out++] = '\r';