Home
last modified time | relevance | path

Searched refs:O_NOINHERIT (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavutil/
Dfile_open.c80 #ifdef O_NOINHERIT in avpriv_open()
81 flags |= O_NOINHERIT; in avpriv_open()
/third_party/rust/crates/libc/libc-test/semver/
Dwindows.txt110 O_NOINHERIT
/third_party/python/PC/
D_msi.c102 int result = _wopen(ws, oflag | O_NOINHERIT, pmode); in FNFCIOPEN()
239 int result = _wopen(ws, _O_RDONLY | _O_BINARY | O_NOINHERIT); in FNFCIGETOPENINFO()
/third_party/python/Modules/_io/
Dfileio.c358 flags |= O_NOINHERIT;
/third_party/rust/crates/libc/src/windows/
Dmod.rs136 pub const O_NOINHERIT: ::c_int = 0x0080; constant
/third_party/python/Python/
Dfileutils.c1487 flags |= O_NOINHERIT; in _Py_open_impl()
/third_party/python/Modules/
Dposixmodule.c9132 flags |= O_NOINHERIT; in os_open_impl()
15009 #ifdef O_NOINHERIT in all_ins()
15011 if (PyModule_AddIntMacro(m, O_NOINHERIT)) return -1; in all_ins()
/third_party/python/Doc/library/
Dos.rst1085 O_NOINHERIT
/third_party/python/Misc/
DHISTORY23314 O_NOINHERIT, O_SHORT_LIVED, O_TEMPORARY, O_RANDOM and O_SEQUENTIAL.