Searched defs:crlf (Results 1 – 5 of 5) sorted by relevance
588 crlf: .ascii "\r"; .byte '\n'|0x80 label
1058 drainbuf(int fd, unsigned char *buf, size_t *bufpos, int crlf) in drainbuf()
68 crlf, /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */ variable
96 crlf, /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */ variable
818 int key_format = FORMAT_UNDEF, crlf = 0, full_log = 1, mbuf_len = 0; in s_client_main() local