Searched refs:FIOCLEX (Results 1 – 20 of 20) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | ioctl.h | 71 #define FIOCLEX 0x5451 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | ioctl.h | 71 #define FIOCLEX 0x5451 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | ioctl.h | 71 #define FIOCLEX 0x5451 macro
|
/third_party/musl/arch/generic/bits/ |
D | ioctl.h | 71 #define FIOCLEX 0x5451 macro
|
/third_party/musl/arch/mips64/bits/ |
D | ioctl.h | 39 #define FIOCLEX 0x6601 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | ioctl.h | 39 #define FIOCLEX 0x6601 macro
|
/third_party/musl/arch/mips/bits/ |
D | ioctl.h | 39 #define FIOCLEX 0x6601 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | ioctl.h | 88 #define FIOCLEX 0x5451 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | ioctl.h | 12 #define FIOCLEX _IO('f', 1) macro
|
/third_party/musl/arch/powerpc/bits/ |
D | ioctl.h | 12 #define FIOCLEX _IO('f', 1) macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | ioctl.h | 88 #define FIOCLEX 0x5451 macro
|
/third_party/musl/arch/sh/bits/ |
D | ioctl.h | 11 #define FIOCLEX _IO('f', 1) macro
|
/third_party/python/Modules/ |
D | termios.c | 739 #ifdef FIOCLEX 740 {"FIOCLEX", FIOCLEX},
|
/third_party/python/Python/ |
D | fileutils.c | 1311 #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/ |
D | 3.6.0b4.rst | 28 have the ioctl FIOCLEX and FIONCLEX commands.
|
D | 3.7.0b1.rst | 284 :mod:`termios` makes available ``FIONREAD``, ``FIONCLEX``, ``FIOCLEX``,
|
D | 3.5.0a1.rst | 360 exposes the function ``ioctl(FIOCLEX)``, but calling it fails with errno is
|
D | 3.7.0a1.rst | 1117 have the ioctl FIOCLEX and FIONCLEX commands.
|
/third_party/python/Misc/ |
D | HISTORY | 1393 This platform exposes the function ``ioctl(FIOCLEX)``, but calling it fails
|
/third_party/NuttX/ |
D | ReleaseNotes | 28129 `FIOCLEX/FIONCLEX` ioctl support
|