Home
last modified time | relevance | path

Searched refs:OCRNL (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/
H A D0001-Updating-reset-code-ncurses-6.4-patch-20231104.patch144 +#ifndef OCRNL
145 +#define OCRNL 0
229 -#ifdef OCRNL
230 - | OCRNL
320 + | OCRNL
410 old_settings->c_oflag & (TAB3 | ONLCR | OCRNL | ONLRET)) {
411 old_settings->c_oflag &= (TAB3 | ONLCR | OCRNL | ONLRET);
/openbmc/linux/include/uapi/asm-generic/
H A Dtermbits-common.h22 #define OCRNL 0x08 macro
/openbmc/linux/drivers/tty/
H A Dttynull.c81 driver->init_termios.c_oflag = OPOST | OCRNL | ONOCR | ONLRET; in ttynull_init()
/openbmc/linux/drivers/char/
H A Dttyprintk.c200 ttyprintk_driver->init_termios.c_oflag = OPOST | OCRNL | ONOCR | ONLRET; in ttyprintk_init()
/openbmc/linux/include/linux/
H A Dtty.h77 #define O_OCRNL(tty) _O_FLAG((tty), OCRNL)
/openbmc/qemu/linux-user/
H A Dstrace.c1330 FLAG_TARGET(OCRNL),
H A Dsyscall.c5680 { TARGET_OCRNL, TARGET_OCRNL, OCRNL, OCRNL },