/external/musl/src/fcntl/ |
D | fcntl.c | 7 int fcntl(int fd, int cmd, ...) in fcntl() function
|
/external/python/cpython3/Lib/test/ |
D | test_ioctl.py | 6 fcntl = import_module('fcntl') variable
|
D | test_fcntl.py | 15 fcntl = import_module('fcntl') variable
|
D | test_subprocess.py | 46 fcntl = None variable
|
D | test_os.py | 52 fcntl = None variable
|
/external/python/cpython2/Lib/test/ |
D | test_ioctl.py | 5 fcntl = import_module('fcntl') variable
|
D | test_fcntl.py | 14 fcntl = import_module('fcntl') variable
|
D | test_pty.py | 4 fcntl = import_module('fcntl') variable
|
D | test_io.py | 52 fcntl = None variable
|
/external/strace/ |
D | fcntl.c | 194 SYS_FUNC(fcntl) in SYS_FUNC() argument
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | ts_proxy_server.py | 18 fcntl = None variable
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.9.rst | 429 fcntl section in Improved Modules
|
/external/rust/crates/nix/src/ |
D | lib.rs | 31 pub mod fcntl; module
|
D | fcntl.rs | 421 pub fn fcntl(fd: RawFd, arg: FcntlArg) -> Result<c_int> { in fcntl() function
|
/external/wayland/tests/ |
D | os-wrappers-test.c | 85 fcntl(int fd, int cmd, ...) in fcntl() function
|
/external/mesa3d/src/intel/tools/ |
D | intel_sanitize_gpu.c | 359 fcntl(int fd, int cmd, ...) in fcntl() function
|
/external/python/cpython2/Lib/ |
D | SimpleXMLRPCServer.py | 113 fcntl = None variable
|
D | mailbox.py | 26 fcntl = None variable
|
/external/mesa3d/src/drm-shim/ |
D | drm_shim.c | 539 fcntl(int fd, int cmd, ...) in fcntl() function
|
/external/python/cpython3/Lib/xmlrpc/ |
D | server.py | 122 fcntl = None variable
|
/external/python/cpython3/Lib/ |
D | subprocess.py | 59 fcntl = None variable
|
D | mailbox.py | 25 fcntl = None variable
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 739 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() function
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_filesystem.py | 4894 def fcntl(self, fd: int, cmd: int, arg: int = 0) -> Union[int, bytes]: member in FakeFcntlModule
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 598 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() function
|