Home
last modified time | relevance | path

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

/freebsd-13.1/stand/i386/boot0/
H A Dboot0.S597 crlf: .ascii "\r"; .byte '\n'|0x80 label
/freebsd-13.1/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c68 crlf, /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */ variable
/freebsd-13.1/contrib/telnet/telnet/
H A Dtelnet.c98 crlf, /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */ variable
/freebsd-13.1/crypto/openssl/apps/
H A Ds_client.c914 int key_format = FORMAT_PEM, crlf = 0, full_log = 1, mbuf_len = 0; in s_client_main() local