/third_party/musl/src/fcntl/ |
D | fcntl.c | 7 int fcntl(int fd, int cmd, ...) in fcntl() function
|
/third_party/musl/porting/liteos_a/user/src/fcntl/ |
D | fcntl.c | 7 int fcntl(int fd, int cmd, ...) in fcntl() function
|
/third_party/rust/crates/rustix/src/io/ |
D | mod.rs | 12 mod fcntl; module
|
/third_party/rust/crates/rustix/tests/fs/ |
D | main.rs | 11 mod fcntl; module
|
/third_party/rust/crates/rustix/src/fs/ |
D | mod.rs | 25 pub(crate) mod fcntl; module
|
/third_party/python/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
|
D | test_socket.py | 38 fcntl = None variable
|
/third_party/NuttX/fs/vfs/ |
D | fs_fcntl.c | 257 int fcntl(int fd, int cmd, ...) in fcntl() function
|
/third_party/python/Doc/whatsnew/ |
D | 3.9.rst | 429 fcntl section in Improved Modules
|
/third_party/rust/crates/nix/src/ |
D | lib.rs | 84 pub mod fcntl; module
|
/third_party/mesa3d/src/intel/tools/ |
D | intel_sanitize_gpu.c | 359 fcntl(int fd, int cmd, ...) in fcntl() function
|
/third_party/mesa3d/src/drm-shim/ |
D | drm_shim.c | 670 fcntl(int fd, int cmd, ...) in fcntl() function
|
/third_party/python/Lib/xmlrpc/ |
D | server.py | 122 fcntl = None variable
|
/third_party/FreeBSD/lib/libc/include/ |
D | namespace.h | 65 #define fcntl _fcntl macro
|
/third_party/python/Lib/ |
D | subprocess.py | 59 fcntl = None variable
|
D | mailbox.py | 25 fcntl = None variable
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 693 #define fcntl(s,cmd,val) lwip_fcntl(s,cmd,val) macro
|
/third_party/lwip/src/api/ |
D | sockets.c | 3992 fcntl(int s, int cmd, ...) in fcntl() function
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 770 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() function
|
/third_party/rust/crates/libc/src/ |
D | wasi.rs | 601 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() function
|
/third_party/rust/crates/libc/src/solid/ |
D | mod.rs | 850 pub fn fcntl(arg1: c_int, arg2: c_int, ...) -> c_int; in fcntl() function
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1594 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() function
|