Home
last modified time | relevance | path

Searched refs:FIOCLEX (Results 1 – 20 of 20) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/bits/
Dioctl.h71 #define FIOCLEX 0x5451 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dioctl.h71 #define FIOCLEX 0x5451 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dioctl.h71 #define FIOCLEX 0x5451 macro
/third_party/musl/arch/generic/bits/
Dioctl.h71 #define FIOCLEX 0x5451 macro
/third_party/musl/arch/mips64/bits/
Dioctl.h39 #define FIOCLEX 0x6601 macro
/third_party/musl/arch/mipsn32/bits/
Dioctl.h39 #define FIOCLEX 0x6601 macro
/third_party/musl/arch/mips/bits/
Dioctl.h39 #define FIOCLEX 0x6601 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dioctl.h88 #define FIOCLEX 0x5451 macro
/third_party/musl/arch/powerpc64/bits/
Dioctl.h12 #define FIOCLEX _IO('f', 1) macro
/third_party/musl/arch/powerpc/bits/
Dioctl.h12 #define FIOCLEX _IO('f', 1) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dioctl.h88 #define FIOCLEX 0x5451 macro
/third_party/musl/arch/sh/bits/
Dioctl.h11 #define FIOCLEX _IO('f', 1) macro
/third_party/python/Modules/
Dtermios.c739 #ifdef FIOCLEX
740 {"FIOCLEX", FIOCLEX},
/third_party/python/Python/
Dfileutils.c1311 #if defined(HAVE_SYS_IOCTL_H) && defined(FIOCLEX) && defined(FIONCLEX) in set_inheritable()
1364 #if defined(HAVE_SYS_IOCTL_H) && defined(FIOCLEX) && defined(FIONCLEX) in set_inheritable()
1372 request = FIOCLEX; in set_inheritable()
/third_party/python/Misc/NEWS.d/
D3.6.0b4.rst28 have the ioctl FIOCLEX and FIONCLEX commands.
D3.7.0b1.rst284 :mod:`termios` makes available ``FIONREAD``, ``FIONCLEX``, ``FIOCLEX``,
D3.5.0a1.rst360 exposes the function ``ioctl(FIOCLEX)``, but calling it fails with errno is
D3.7.0a1.rst1117 have the ioctl FIOCLEX and FIONCLEX commands.
/third_party/python/Misc/
DHISTORY1393 This platform exposes the function ``ioctl(FIOCLEX)``, but calling it fails
/third_party/NuttX/
DReleaseNotes28129 `FIOCLEX/FIONCLEX` ioctl support