Home
last modified time | relevance | path

Searched refs:ONOCR (Results 1 – 15 of 15) sorted by relevance

/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/musl/porting/uniproton/kernel/include/bits/
Dtermios.h50 #define ONOCR 0000020 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h50 #define ONOCR 0000020 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h50 #define ONOCR 0000020 macro
/third_party/musl/arch/mips/bits/
Dtermios.h51 #define ONOCR 0000020 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h52 #define ONOCR 0000020 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h51 #define ONOCR 0000020 macro
/third_party/musl/arch/generic/bits/
Dtermios.h50 #define ONOCR 0000020 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h51 #define ONOCR 0000020 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h50 #define ONOCR 0000020 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h52 #define ONOCR 0000020 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h50 #define ONOCR 0000020 macro
/third_party/musl/libc-test/src/api/
Dtermios.c47 C(ONOCR) in f()
/third_party/python/Modules/
Dtermios.c459 #ifdef ONOCR
460 {"ONOCR", ONOCR},
/third_party/toybox/toys/pending/
Dstty.c102 { "onlcr", ONLCR }, { "onocr", ONOCR }, { "onlret", ONLRET },