Home
last modified time | relevance | path

Searched refs:O_TTY_INIT (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/porting/linux/user/include/
H A Dfcntl.h42 #define O_TTY_INIT 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h41 #define O_TTY_INIT 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h41 #define O_TTY_INIT 0 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h41 #define O_TTY_INIT 0 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h42 #define O_TTY_INIT 0 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h41 #define O_TTY_INIT 0 macro
/third_party/musl/libc-test/src/api/
H A Dfcntl.c30 C(O_TTY_INIT) in f()
/third_party/musl/include/
H A Dfcntl.h44 #define O_TTY_INIT 0 macro
/third_party/rust/crates/nix/src/
H A Dfcntl.rs183 O_TTY_INIT;
/third_party/python/Modules/
H A Dposixmodule.c15177 #ifdef O_TTY_INIT in all_ins()
15178 if (PyModule_AddIntMacro(m, O_TTY_INIT)) return -1; in all_ins()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs1932 pub const O_TTY_INIT: ::c_int = 0x00080000; consts

Completed in 30 milliseconds