Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user/src/fcntl/
Dfcntl.c7 int fcntl(int fd, int cmd, ...) in fcntl() function
/third_party/musl/src/fcntl/
Dfcntl.c7 int fcntl(int fd, int cmd, ...) in fcntl() function
/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/wayland_standard/tests/
Dos-wrappers-test.c85 fcntl(int fd, int cmd, ...) in fcntl() function
/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.c659 fcntl(int fd, int cmd, ...) in fcntl() function
/third_party/python/Lib/xmlrpc/
Dserver.py122 fcntl = None variable
/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.c3981 fcntl(int s, int cmd, ...) in fcntl() function