Home
last modified time | relevance | path

Searched defs:crlf (Results 1 – 5 of 5) sorted by relevance

/freebsd/stand/i386/boot0/
H A Dboot0.S588 crlf: .ascii "\r"; .byte '\n'|0x80 label
/freebsd/contrib/netcat/
H A Dnetcat.c1058 drainbuf(int fd, unsigned char *buf, size_t *bufpos, int crlf) in drainbuf()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c68 crlf, /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */ variable
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c96 crlf, /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */ variable
/freebsd/crypto/openssl/apps/
H A Ds_client.c818 int key_format = FORMAT_UNDEF, crlf = 0, full_log = 1, mbuf_len = 0; in s_client_main() local