Lines Matching defs:ptr
36 void *_malloc_r(struct _reent *ptr, size_t size) in _malloc_r()
49 void *_realloc_r(struct _reent *ptr, void *old, size_t newlen) in _realloc_r()
62 void *_calloc_r(struct _reent *ptr, size_t size, size_t len) in _calloc_r()
75 void _free_r(struct _reent *ptr, void *addr) in _free_r()
81 void *_sbrk_r(struct _reent *ptr, ptrdiff_t incr) in _sbrk_r()
103 int _getpid_r(struct _reent *ptr) in _getpid_r()
108 int _close_r(struct _reent *ptr, int fd) in _close_r()
119 int _execve_r(struct _reent *ptr, const char * name, char *const *argv, char *const *env) in _execve_r()
125 int _fcntl_r(struct _reent *ptr, int fd, int cmd, int arg) in _fcntl_r()
131 int _fork_r(struct _reent *ptr) in _fork_r()
137 int _fstat_r(struct _reent *ptr, int fd, struct stat *pstat) in _fstat_r()
143 int _isatty_r(struct _reent *ptr, int fd) in _isatty_r()
155 int _kill_r(struct _reent *ptr, int pid, int sig) in _kill_r()
161 int _link_r(struct _reent *ptr, const char *old, const char *new) in _link_r()
167 int _wait_r(struct _reent *ptr, int *status) in _wait_r()
183 _off_t _lseek_r(struct _reent *ptr, int fd, _off_t pos, int whence) in _lseek_r()
196 int _mkdir_r(struct _reent *ptr, const char *name, int mode) in _mkdir_r()
209 int _open_r(struct _reent *ptr, const char *file, int flags, int mode) in _open_r()
222 _ssize_t _read_r(struct _reent *ptr, int fd, void *buf, size_t nbytes) in _read_r()
255 int _rename_r(struct _reent *ptr, const char *old, const char *new) in _rename_r()
268 int _stat_r(struct _reent *ptr, const char *file, struct stat *pstat) in _stat_r()
281 int _unlink_r(struct _reent *ptr, const char *file) in _unlink_r()
292 _ssize_t _write_r(struct _reent *ptr, int fd, const void *buf, size_t nbytes) in _write_r()