Home | History | Annotate | Download | only in Modules

Lines Matching defs:crlf

1283  * module bug where text ending in CRLF has the CR encoded */

1299 int crlf = 0;
1308 /* See if this string is using CRLF line ends */
1314 crlf = 1;
1333 if (crlf)
1352 if (crlf)
1366 if (crlf)
1406 if (crlf) odata[out++] = '\r';
1431 if (crlf) odata[out++] = '\r';
1443 if (crlf) odata[out++] = '\r';