Home
last modified time | relevance | path

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

12

/third_party/musl/src/fcntl/
Dfcntl.c7 int fcntl(int fd, int cmd, ...) in fcntl() function
/third_party/musl/porting/liteos_a/user/src/fcntl/
Dfcntl.c7 int fcntl(int fd, int cmd, ...) in fcntl() function
/third_party/rust/crates/rustix/src/io/
Dmod.rs12 mod fcntl; module
/third_party/rust/crates/rustix/tests/fs/
Dmain.rs11 mod fcntl; module
/third_party/rust/crates/rustix/src/fs/
Dmod.rs25 pub(crate) mod fcntl; module
/third_party/python/Lib/test/
Dtest_ioctl.py6 fcntl = import_module('fcntl') variable
Dtest_fcntl.py15 fcntl = import_module('fcntl') variable
Dtest_subprocess.py46 fcntl = None variable
Dtest_os.py52 fcntl = None variable
Dtest_socket.py38 fcntl = None variable
/third_party/NuttX/fs/vfs/
Dfs_fcntl.c257 int fcntl(int fd, int cmd, ...) in fcntl() function
/third_party/python/Doc/whatsnew/
D3.9.rst429 fcntl section in Improved Modules
/third_party/rust/crates/nix/src/
Dlib.rs84 pub mod fcntl; module
/third_party/mesa3d/src/intel/tools/
Dintel_sanitize_gpu.c359 fcntl(int fd, int cmd, ...) in fcntl() function
/third_party/mesa3d/src/drm-shim/
Ddrm_shim.c670 fcntl(int fd, int cmd, ...) in fcntl() function
/third_party/python/Lib/xmlrpc/
Dserver.py122 fcntl = None variable
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h65 #define fcntl _fcntl macro
/third_party/python/Lib/
Dsubprocess.py59 fcntl = None variable
Dmailbox.py25 fcntl = None variable
/third_party/lwip/src/include/lwip/
Dsockets.h693 #define fcntl(s,cmd,val) lwip_fcntl(s,cmd,val) macro
/third_party/lwip/src/api/
Dsockets.c3992 fcntl(int s, int cmd, ...) in fcntl() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs770 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() function
/third_party/rust/crates/libc/src/
Dwasi.rs601 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs850 pub fn fcntl(arg1: c_int, arg2: c_int, ...) -> c_int; in fcntl() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1594 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() function

12