Searched defs:fcntl (Results 1 – 14 of 14) sorted by relevance
/third_party/musl/src/fcntl/ |
D | fcntl.c | 7 int fcntl(int fd, int cmd, ...) in fcntl() function
|
/third_party/musl/porting/liteos_a/user/src/fcntl/ |
D | fcntl.c | 7 int fcntl(int fd, int cmd, ...) in fcntl() function
|
/third_party/python/Lib/test/ |
D | test_ioctl.py | 5 fcntl = import_module('fcntl') variable
|
D | test_fcntl.py | 13 fcntl = import_module('fcntl') variable
|
D | test_os.py | 43 fcntl = None variable
|
D | test_socket.py | 36 fcntl = None variable
|
/third_party/NuttX/fs/vfs/ |
D | fs_fcntl.c | 273 int fcntl(int fd, int cmd, ...) in fcntl() function
|
/third_party/python/Doc/whatsnew/ |
D | 3.9.rst | 425 fcntl section in Improved Modules
|
/third_party/wayland_standard/tests/ |
D | os-wrappers-test.c | 85 fcntl(int fd, int cmd, ...) in fcntl() function
|
/third_party/python/Lib/xmlrpc/ |
D | server.py | 122 fcntl = None variable
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 693 #define fcntl(s,cmd,val) lwip_fcntl(s,cmd,val) macro
|
/third_party/python/Lib/ |
D | mailbox.py | 25 fcntl = None variable
|
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/ |
D | pthread.h | 453 #define fcntl(...) (pthread_testcancel(), fcntl(__VA_ARGS__)) macro
|
/third_party/lwip/src/api/ |
D | sockets.c | 3975 fcntl(int s, int cmd, ...) in fcntl() function
|