Home
last modified time | relevance | path

Searched refs:ONLCR (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
DIIOwrite.c122 if(OFlag & ONLCR) { in IIO_WriteOne()
DIIO.c412 IIO->Termio.c_oflag = OPOST | ONLCR | ONOCR | ONLRET; in New_cIIO()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dtermios.h107 #define ONLCR 0x0002 /* map NL to CR-NL (ala CRMOD) */ macro
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c713 Termio->c_oflag = OPOST | ONLCR | OXTABS | ONOEOT | ONOCR | ONLRET | OCTRL; in open()