Home
last modified time | relevance | path

Searched refs:_fcntl_r (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/minilibc/
A Dnewlib_stub.c27 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 Dsocket.h201 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 Dnewlib_stub.c47 int _fcntl_r(struct _reent *ptr, int fd, int cmd, int arg) in _fcntl_r() function

Completed in 11 milliseconds