Home
last modified time | relevance | path

Searched refs:c_oflag (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/util/stm32_flash/
Duart.c113 tio.c_oflag = 0; /* turn off OPOST */ in uart_init()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
DIIOwrite.c72 OFlag = Termio->c_oflag; in IIO_WriteOne()
DIIO.c412 IIO->Termio.c_oflag = OPOST | ONLCR | ONOCR | ONLRET; in New_cIIO()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dtermios.h163 tcflag_t c_oflag; /* output flags */ member
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c713 Termio->c_oflag = OPOST | ONLCR | OXTABS | ONOEOT | ONOCR | ONLRET | OCTRL; in open()