/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ttydefaults.h | 5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ttydefaults.h | 5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ttydefaults.h | 5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
|
/third_party/musl/ndk_musl_include/sys/ |
D | ttydefaults.h | 5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
|
/third_party/musl/include/sys/ |
D | ttydefaults.h | 5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 249 termio.c_oflag = OPOST | OLCUC | ONLCR | ONOCR; in run_ptest() 347 if (!(termio.c_oflag && (OPOST | OLCUC | ONLCR | ONOCR))) { in chk_tty_parms()
|
/third_party/e2fsprogs/lib/et/ |
D | com_err.c | 55 (t.c_oflag & OPOST) && (t.c_oflag & ONLCR)) in default_com_err_proc()
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 49 #define ONLCR 0000004 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 48 #define ONLCR 0000004 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 48 #define ONLCR 0000004 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 48 #define ONLCR 0000004 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 49 #define ONLCR 0000002 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 48 #define ONLCR 0000004 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 49 #define ONLCR 0000002 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 48 #define ONLCR 0000004 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 49 #define ONLCR 0000004 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 49 #define ONLCR 0000004 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 48 #define ONLCR 0000004 macro
|
/third_party/node/test/pseudo-tty/ |
D | pty_helper.py | 56 mode[1] = mode[1] & ~termios.ONLCR # oflag
|
/third_party/musl/libc-test/src/api/ |
D | termios.c | 45 C(ONLCR) in f()
|
/third_party/python/Modules/ |
D | termios.c | 453 #ifdef ONLCR 454 {"ONLCR", ONLCR},
|
/third_party/toybox/lib/ |
D | tty.c | 83 termio.c_oflag = ONLCR|OPOST; in set_terminal()
|
/third_party/libuv/src/unix/ |
D | tty.c | 295 tmp.c_oflag |= (ONLCR); in uv_tty_set_mode()
|
/third_party/toybox/toys/pending/ |
D | getty.c | 159 TT.termios.c_oflag = OPOST|ONLCR; in termios_init()
|
D | init.c | 91 terminal.c_oflag = ONLCR|OPOST; in reset_term()
|