Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/bionic/tests/
H A Dfcntl_test.cpp41 TEST(fcntl, fcntl_smoke) { in TEST() argument
59 TEST(fcntl, open_open64) { in TEST() argument
71 TEST(fcntl, openat_openat64) { in TEST() argument
83 TEST(fcntl, creat_creat64) { in TEST() argument
90 TEST(fcntl, posix_fadvise) { in TEST() argument
110 TEST(fcntl, fallocate_EINVAL) { in TEST() argument
133 TEST(fcntl, fallocate) { in TEST() argument
158 TEST(fcntl, f_getlk) { in TEST() argument
172 TEST(fcntl, f_getlk64) { in TEST() argument
186 TEST(fcntl, splice) { in TEST() argument
[all …]
H A D_FILE_OFFSET_BITS_test.cpp35 TEST(fcntl, f_getlk_FOB64) { in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/io/
Dmod.rs13 mod fcntl; module
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Doutbuf_darwin.go15 func fcntl(fd int, cmd int, arg int) (int, error) func
/aosp_15_r20/bionic/libc/bionic/
H A Dfcntl.cpp38 int fcntl(int fd, int cmd, ...) { in fcntl() function
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/unix/
Dfcntl_unix.go17 func fcntl(fd int32, cmd int32, arg int32) (int32, int32) func
/aosp_15_r20/external/musl/src/fcntl/
H A Dfcntl.c7 int fcntl(int fd, int cmd, ...) in fcntl() function
/aosp_15_r20/external/trusty/musl/src/fcntl/
Dfcntl.c7 int fcntl(int fd, int cmd, ...) in fcntl() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dfcntl.go15 func fcntl(fd int, cmd, arg int) (int, error) { func
/aosp_15_r20/external/crosvm/base/src/sys/unix/
H A Dmod.rs9 mod fcntl; module
/aosp_15_r20/external/llvm-libc/src/__support/OSUtil/linux/
H A Dfcntl.cpp27 int fcntl(int fd, int cmd, void *arg) { in fcntl() function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_ioctl.py6 fcntl = import_module('fcntl') variable
Dtest_fcntl.py15 fcntl = import_module('fcntl') variable
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_ioctl.py5 fcntl = import_module('fcntl') variable
Dtest_fcntl.py14 fcntl = import_module('fcntl') variable
Dtest_pty.py4 fcntl = import_module('fcntl') variable
/aosp_15_r20/external/strace/
H A Dfcntl.c194 SYS_FUNC(fcntl) in SYS_FUNC() argument
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/fs/
Dmod.rs25 pub(crate) mod fcntl; module
/aosp_15_r20/external/python/absl-py/absl/flags/
D_helpers.py29 fcntl = None variable
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dts_proxy_server.py18 fcntl = None variable
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.11.rst716 fcntl section in Improved Modules
724 .. _whatsnew311-fractions:
D3.9.rst427 fcntl section in Improved Modules
/aosp_15_r20/external/python/pyfakefs/pyfakefs/
Dfake_io.py170 def fcntl(self, fd: int, cmd: int, arg: int = 0) -> Union[int, bytes]: member in FakeFcntlModule
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/
Dlib.rs121 pub mod fcntl; module
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dos_openbsd_syscall2.go98 func fcntl(fd, cmd, arg int32) (ret int32, errno int32) func

1234567