Searched refs:_fcntl_r (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/minilibc/ |
A D | newlib_stub.c | 27 int _fcntl_r(struct _reent *ptr, int fd, int cmd, int arg) in _fcntl_r() function
|
/AliOS-Things-master/components/netmgr/net/include/sys/ |
A D | socket.h | 201 extern int _fcntl_r(struct _reent *ptr, int fd, int cmd, int arg); 202 #define fcntl(s,cmd,val) _fcntl_r(0, s,cmd,val)
|
/AliOS-Things-master/components/libc_stub/ |
A D | newlib_stub.c | 47 int _fcntl_r(struct _reent *ptr, int fd, int cmd, int arg) in _fcntl_r() function
|
Completed in 11 milliseconds