Searched defs:fcntl (Results 26 - 36 of 36) sorted by relevance
12
| /third_party/node/tools/ |
| H A D | test.py | 612 from fcntl import fcntl, F_GETFL, F_SETFL namespace
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| H A D | sockets.h | 2502 #define fcntl(s, cmd, val) lwip_fcntl(s, cmd, val) macro
|
| /third_party/lwip/src/include/lwip/ |
| H A D | sockets.h | 693 #define fcntl(s,cmd,val) lwip_fcntl(s,cmd,val) macro
|
| /third_party/python/Lib/test/ |
| H A D | test_subprocess.py | 45 import fcntl namespace 47 fcntl = None variable [all...] |
| H A D | test_os.py | 44 import fcntl namespace 46 fcntl = None variable [all...] |
| H A D | test_socket.py | 36 import fcntl namespace 38 fcntl = None variable [all...] |
| /third_party/rust/crates/libc/src/solid/ |
| H A D | mod.rs | 850 pub fn fcntl(arg1: c_int, arg2: c_int, ...) -> c_int; in fcntl() functions
|
| /third_party/rust/crates/libc/src/ |
| H A D | wasi.rs | 601 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() functions
|
| /third_party/rust/crates/libc/src/unix/ |
| H A D | mod.rs | 770 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() functions
|
| /third_party/rust/crates/libc/src/vxworks/ |
| H A D | mod.rs | 1594 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() functions
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| H A D | mod.rs | 3525 pub fn fcntl(fd: ::c_int, cmd: ::c_int, ...) -> ::c_int; in fcntl() functions
|
Completed in 48 milliseconds
12