Searched refs:VEOL2 (Results 1 – 14 of 14) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 234 if (i == VEOL2) in run_ptest() 311 if (i == VEOL2) { in chk_tty_parms() 312 if (termio.c_cc[VEOL2] == CNUL) { in chk_tty_parms()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | termios.h | 28 #define VEOL2 16 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | termios.h | 28 #define VEOL2 16 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | termios.h | 28 #define VEOL2 16 macro
|
/third_party/musl/arch/mips/bits/ |
D | termios.h | 18 #define VEOL2 6 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | termios.h | 22 #define VEOL2 8 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | termios.h | 18 #define VEOL2 6 macro
|
/third_party/musl/arch/generic/bits/ |
D | termios.h | 28 #define VEOL2 16 macro
|
/third_party/musl/arch/mips64/bits/ |
D | termios.h | 18 #define VEOL2 6 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | termios.h | 28 #define VEOL2 16 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | termios.h | 22 #define VEOL2 8 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | termios.h | 28 #define VEOL2 16 macro
|
/third_party/python/Modules/ |
D | termios.c | 623 #ifdef VEOL2 624 {"VEOL2", VEOL2},
|
/third_party/toybox/toys/pending/ |
D | stty.c | 79 { "eof", VEOF }, { "eol", VEOL }, { "eol2", VEOL2 }, { "swtch", VSWTC }, 309 t->c_cc[VEOL2] = 0; in make_sane()
|