Home
last modified time | relevance | path

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

/freebsd-src/stand/i386/boot0/
H A Dboot0.S588 crlf: .ascii "\r"; .byte '\n'|0x80 label
/freebsd-src/contrib/netcat/
H A Dnetcat.c1051 drainbuf(int fd,unsigned char * buf,size_t * bufpos,int crlf) drainbuf() argument
/freebsd-src/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c68 crlf, /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */ variable
/freebsd-src/contrib/telnet/telnet/
H A Dtelnet.c96 crlf, /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */ variable
/freebsd-src/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