Home
last modified time | relevance | path

Searched defs:fcntl (Results 1 – 25 of 48) sorted by relevance

12

/external/rust/android-crates-io/crates/rustix/src/io/
Dmod.rs13 mod fcntl; module
/external/trusty/musl/src/fcntl/
Dfcntl.c7 int fcntl(int fd, int cmd, ...) in fcntl() function
/external/musl/src/fcntl/
Dfcntl.c7 int fcntl(int fd, int cmd, ...) in fcntl() function
/external/crosvm/base/src/sys/unix/
Dmod.rs9 mod fcntl; module
/external/cronet/stable/third_party/llvm-libc/src/src/__support/OSUtil/linux/
Dfcntl.cpp27 int fcntl(int fd, int cmd, void *arg) { in fcntl() function
/external/llvm-libc/src/__support/OSUtil/linux/
Dfcntl.cpp27 int fcntl(int fd, int cmd, void *arg) { in fcntl() function
/external/cronet/tot/third_party/llvm-libc/src/src/__support/OSUtil/linux/
Dfcntl.cpp27 int fcntl(int fd, int cmd, void *arg) { in fcntl() function
/external/python/cpython3/Lib/test/
Dtest_ioctl.py6 fcntl = import_module('fcntl') variable
Dtest_fcntl.py17 fcntl = import_module('fcntl') variable
Dtest_subprocess.py47 fcntl = None variable
/external/strace/
Dfcntl.c194 SYS_FUNC(fcntl) in SYS_FUNC() argument
/external/rust/android-crates-io/crates/rustix/src/fs/
Dmod.rs25 pub(crate) mod fcntl; module
/external/python/absl-py/absl/flags/
D_helpers.py29 fcntl = None variable
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dts_proxy_server.py18 fcntl = None variable
/external/python/pyfakefs/pyfakefs/
Dfake_io.py167 def fcntl(self, fd: int, cmd: int, arg: int = 0) -> Union[int, bytes]: member in FakeFcntlModule
/external/python/cpython3/Doc/whatsnew/
D3.9.rst423 fcntl section in Improved Modules
D3.11.rst717 fcntl section in Improved Modules
725 .. _whatsnew311-fractions:
/external/rust/android-crates-io/crates/nix/src/
Dlib.rs121 pub mod fcntl; module
/external/mesa3d/src/intel/tools/
Dintel_sanitize_gpu.c362 fcntl(int fd, int cmd, ...) in fcntl() function
/external/chromium-crossbench/crossbench/network/traffic_shaping/
Dts_proxy.py34 fcntl = None variable
/external/python/cpython3/Lib/xmlrpc/
Dserver.py122 fcntl = None variable
/external/mesa3d/src/drm-shim/
Ddrm_shim.c795 fcntl(int fd, int cmd, ...) in fcntl() function
/external/python/cpython3/Lib/
Dsubprocess.py60 fcntl = None variable
Dmailbox.py25 fcntl = None variable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/
Dhermit.rs486 pub fn fcntl(fd: i32, cmd: i32, arg: i32) -> i32; in fcntl() function

12