Home
last modified time | relevance | path

Searched defs:fcntl (Results 26 - 36 of 36) sorted by relevance

12

/third_party/node/tools/
H A Dtest.py612 from fcntl import fcntl, F_GETFL, F_SETFL namespace
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dsockets.h2502 #define fcntl(s, cmd, val) lwip_fcntl(s, cmd, val) macro
/third_party/lwip/src/include/lwip/
H A Dsockets.h693 #define fcntl(s,cmd,val) lwip_fcntl(s,cmd,val) macro
/third_party/python/Lib/test/
H A Dtest_subprocess.py45 import fcntl namespace
47 fcntl = None variable
[all...]
H A Dtest_os.py44 import fcntl namespace
46 fcntl = None variable
[all...]
H A Dtest_socket.py36 import fcntl namespace
38 fcntl = None variable
[all...]
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs850 pub fn fcntl(arg1: c_int, arg2: c_int, ...) -> c_int; in fcntl() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs601 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs770 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1594 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3525 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() functions

Completed in 48 milliseconds

12