Home
last modified time | relevance | path

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

12

/third_party/musl/porting/uniproton/kernel/include/sys/
Dttydefaults.h5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dttydefaults.h5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dttydefaults.h5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
/third_party/musl/ndk_musl_include/sys/
Dttydefaults.h5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
/third_party/musl/include/sys/
Dttydefaults.h5 #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS)
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c249 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/
Dcom_err.c55 (t.c_oflag & OPOST) && (t.c_oflag & ONLCR)) in default_com_err_proc()
/third_party/musl/arch/mips64/bits/
Dtermios.h49 #define ONLCR 0000004 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h48 #define ONLCR 0000004 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h48 #define ONLCR 0000004 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h48 #define ONLCR 0000004 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h49 #define ONLCR 0000002 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h48 #define ONLCR 0000004 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h49 #define ONLCR 0000002 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h48 #define ONLCR 0000004 macro
/third_party/musl/arch/mips/bits/
Dtermios.h49 #define ONLCR 0000004 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h49 #define ONLCR 0000004 macro
/third_party/musl/arch/generic/bits/
Dtermios.h48 #define ONLCR 0000004 macro
/third_party/node/test/pseudo-tty/
Dpty_helper.py56 mode[1] = mode[1] & ~termios.ONLCR # oflag
/third_party/musl/libc-test/src/api/
Dtermios.c45 C(ONLCR) in f()
/third_party/python/Modules/
Dtermios.c453 #ifdef ONLCR
454 {"ONLCR", ONLCR},
/third_party/toybox/lib/
Dtty.c83 termio.c_oflag = ONLCR|OPOST; in set_terminal()
/third_party/libuv/src/unix/
Dtty.c295 tmp.c_oflag |= (ONLCR); in uv_tty_set_mode()
/third_party/toybox/toys/pending/
Dgetty.c159 TT.termios.c_oflag = OPOST|ONLCR; in termios_init()
Dinit.c91 terminal.c_oflag = ONLCR|OPOST; in reset_term()

12