/aosp_15_r20/bionic/tests/ |
H A D | fcntl_test.cpp | 41 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.cpp | 35 TEST(fcntl, f_getlk_FOB64) { in TEST() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/io/ |
D | mod.rs | 13 mod fcntl; module
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
D | outbuf_darwin.go | 15 func fcntl(fd int, cmd int, arg int) (int, error) func
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | fcntl.cpp | 38 int fcntl(int fd, int cmd, ...) { in fcntl() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/unix/ |
D | fcntl_unix.go | 17 func fcntl(fd int32, cmd int32, arg int32) (int32, int32) func
|
/aosp_15_r20/external/musl/src/fcntl/ |
H A D | fcntl.c | 7 int fcntl(int fd, int cmd, ...) in fcntl() function
|
/aosp_15_r20/external/trusty/musl/src/fcntl/ |
D | fcntl.c | 7 int fcntl(int fd, int cmd, ...) in fcntl() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/ |
D | fcntl.go | 15 func fcntl(fd int, cmd, arg int) (int, error) { func
|
/aosp_15_r20/external/crosvm/base/src/sys/unix/ |
H A D | mod.rs | 9 mod fcntl; module
|
/aosp_15_r20/external/llvm-libc/src/__support/OSUtil/linux/ |
H A D | fcntl.cpp | 27 int fcntl(int fd, int cmd, void *arg) { in fcntl() function
|
/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/strace/ |
H A D | fcntl.c | 194 SYS_FUNC(fcntl) in SYS_FUNC() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/fs/ |
D | mod.rs | 25 pub(crate) mod fcntl; module
|
/aosp_15_r20/external/python/absl-py/absl/flags/ |
D | _helpers.py | 29 fcntl = None variable
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/ |
H A D | ts_proxy_server.py | 18 fcntl = None variable
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.11.rst | 716 fcntl section in Improved Modules 724 .. _whatsnew311-fractions:
|
D | 3.9.rst | 427 fcntl section in Improved Modules
|
/aosp_15_r20/external/python/pyfakefs/pyfakefs/ |
D | fake_io.py | 170 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/ |
D | lib.rs | 121 pub mod fcntl; module
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | os_openbsd_syscall2.go | 98 func fcntl(fd, cmd, arg int32) (ret int32, errno int32) func
|