Home
last modified time | relevance | path

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

/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/python/Lib/test/
Dtest_ioctl.py5 fcntl = import_module('fcntl') variable
Dtest_fcntl.py13 fcntl = import_module('fcntl') variable
Dtest_os.py43 fcntl = None variable
Dtest_socket.py36 fcntl = None variable
/third_party/NuttX/fs/vfs/
Dfs_fcntl.c273 int fcntl(int fd, int cmd, ...) in fcntl() function
/third_party/python/Doc/whatsnew/
D3.9.rst425 fcntl section in Improved Modules
/third_party/wayland_standard/tests/
Dos-wrappers-test.c85 fcntl(int fd, int cmd, ...) in fcntl() function
/third_party/python/Lib/xmlrpc/
Dserver.py122 fcntl = None variable
/third_party/lwip/src/include/lwip/
Dsockets.h693 #define fcntl(s,cmd,val) lwip_fcntl(s,cmd,val) macro
/third_party/python/Lib/
Dmailbox.py25 fcntl = None variable
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h453 #define fcntl(...) (pthread_testcancel(), fcntl(__VA_ARGS__)) macro
/third_party/lwip/src/api/
Dsockets.c3975 fcntl(int s, int cmd, ...) in fcntl() function