Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libreadline/
H A Dcompat.c79 crlf () in crlf() function
/openbsd-src/sys/arch/landisk/stand/xxboot/
H A Dpbr.S195 crlf: .asciz "\r\n" label
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A Dptyprocess.py136 crlf = '\r\n'.encode('ascii') variable in PtyProcess
147 crlf = '\r\n' variable in PtyProcess
/openbsd-src/sys/arch/i386/stand/mbr/
H A Dmbr.S504 crlf: .asciz "\r\n" label
/openbsd-src/sys/arch/amd64/stand/mbr/
H A Dmbr.S504 crlf: .asciz "\r\n" label
/openbsd-src/lib/libedit/
H A Dread.c388 int crlf = 0; in el_wgets() local
/openbsd-src/sys/arch/i386/stand/biosboot/
H A Dbiosboot.S858 crlf: .asciz "\r\n" label
/openbsd-src/sys/arch/amd64/stand/biosboot/
H A Dbiosboot.S858 crlf: .asciz "\r\n" label
/openbsd-src/sys/arch/i386/stand/cdbr/
H A Dcdbr.S493 crlf: .asciz "\r\n" label
/openbsd-src/sys/arch/amd64/stand/cdbr/
H A Dcdbr.S490 crlf: .asciz "\r\n" label
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dscreen.py186 def crlf (self): member in screen
/openbsd-src/usr.bin/openssl/
H A Ds_client.c205 int crlf; global() member
H A Ds_server.c250 int crlf; global() member
/openbsd-src/usr.bin/telnet/
H A Dtelnet.c90 crlf, /* Should '\r' be mapped to <CR><LF> (or <CR><NUL>)? */ variable