Home
last modified time | relevance | path

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

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