Home
last modified time | relevance | path

Searched refs:O_TTY_INIT (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/nix/src/
Dfcntl.rs156 O_TTY_INIT;
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs425 pub const O_TTY_INIT: ::c_int = 0x00080000; constant
/external/python/cpython3/Modules/
Dposixmodule.c14704 #ifdef O_TTY_INIT in all_ins()
14705 if (PyModule_AddIntMacro(m, O_TTY_INIT)) return -1; in all_ins()