Lines Matching refs:ptr

36 void *_malloc_r(struct _reent *ptr, size_t size)  in _malloc_r()  argument
43 ptr->_errno = ENOMEM; in _malloc_r()
49 void *_realloc_r(struct _reent *ptr, void *old, size_t newlen) in _realloc_r() argument
56 ptr->_errno = ENOMEM; in _realloc_r()
62 void *_calloc_r(struct _reent *ptr, size_t size, size_t len) in _calloc_r() argument
69 ptr->_errno = ENOMEM; in _calloc_r()
75 void _free_r(struct _reent *ptr, void *addr) in _free_r() argument
81 void *_sbrk_r(struct _reent *ptr, ptrdiff_t incr) in _sbrk_r() argument
103 int _getpid_r(struct _reent *ptr) in _getpid_r() argument
108 int _close_r(struct _reent *ptr, int fd) in _close_r() argument
114 ptr->_errno = ENOTSUP; in _close_r()
119 int _execve_r(struct _reent *ptr, const char * name, char *const *argv, char *const *env) in _execve_r() argument
121 ptr->_errno = ENOTSUP; in _execve_r()
125 int _fcntl_r(struct _reent *ptr, int fd, int cmd, int arg) in _fcntl_r() argument
127 ptr->_errno = ENOTSUP; in _fcntl_r()
131 int _fork_r(struct _reent *ptr) in _fork_r() argument
133 ptr->_errno = ENOTSUP; in _fork_r()
137 int _fstat_r(struct _reent *ptr, int fd, struct stat *pstat) in _fstat_r() argument
139 ptr->_errno = ENOTSUP; in _fstat_r()
143 int _isatty_r(struct _reent *ptr, int fd) in _isatty_r() argument
155 int _kill_r(struct _reent *ptr, int pid, int sig) in _kill_r() argument
157 ptr->_errno = ENOTSUP; in _kill_r()
161 int _link_r(struct _reent *ptr, const char *old, const char *new) in _link_r() argument
163 ptr->_errno = ENOTSUP; in _link_r()
167 int _wait_r(struct _reent *ptr, int *status) in _wait_r() argument
169 ptr->_errno = ENOTSUP; in _wait_r()
183 _off_t _lseek_r(struct _reent *ptr, int fd, _off_t pos, int whence) in _lseek_r() argument
191 ptr->_errno = ENOTSUP; in _lseek_r()
196 int _mkdir_r(struct _reent *ptr, const char *name, int mode) in _mkdir_r() argument
204 ptr->_errno = ENOTSUP; in _mkdir_r()
209 int _open_r(struct _reent *ptr, const char *file, int flags, int mode) in _open_r() argument
217 ptr->_errno = ENOTSUP; in _open_r()
222 _ssize_t _read_r(struct _reent *ptr, int fd, void *buf, size_t nbytes) in _read_r() argument
236 ptr->_errno = ENOTSUP; in _read_r()
242 ptr->_errno = ENOTSUP; in _read_r()
250 ptr->_errno = ENOTSUP; in _read_r()
255 int _rename_r(struct _reent *ptr, const char *old, const char *new) in _rename_r() argument
263 ptr->_errno = ENOTSUP; in _rename_r()
268 int _stat_r(struct _reent *ptr, const char *file, struct stat *pstat) in _stat_r() argument
276 ptr->_errno = ENOTSUP; in _stat_r()
281 int _unlink_r(struct _reent *ptr, const char *file) in _unlink_r() argument
287 ptr->_errno = ENOTSUP; in _unlink_r()
292 _ssize_t _write_r(struct _reent *ptr, int fd, const void *buf, size_t nbytes) in _write_r() argument
307 ptr->_errno = ENOTSUP; in _write_r()
313 ptr->_errno = ENOTSUP; in _write_r()
322 ptr->_errno = ENOTSUP; in _write_r()