Home | History | Annotate | Download | only in Modules

Lines Matching defs:crlf

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

1314 int crlf = 0;
1323 /* See if this string is using CRLF line ends */
1329 crlf = 1;
1348 if (crlf)
1367 if (crlf)
1381 if (crlf)
1421 if (crlf) odata[out++] = '\r';
1446 if (crlf) odata[out++] = '\r';
1458 if (crlf) odata[out++] = '\r';