#include <REENT.H>
Link against:
estlib.lib
__need_size_t
Description
_remove_r (r, x) _unlink_r(r,x)
Description
Parameters
_wremove_r (r, x) _wunlink_r(r,x)
Description
Parameters
_chdir_r(struct _reent *,const char *)
IMPORT_C int _chdir_r(struct _reent *, const char *);
Description
A reentrant version of chdir(const char *)
chdir(const char *)
.
Parameters
Return value
_wchdir_r(struct _reent *,const wchar_t *)
IMPORT_C int _wchdir_r(struct _reent *, const wchar_t *);
Description
A reentrant version of wchdir(const wchar_t *)
wchdir(const wchar_t *)
.
Parameters
Return value
_chmod_r(struct _reent *,const char *,mode_t)
IMPORT_C int _chmod_r(struct _reent *, const char *, mode_t);
Description
A reentrant version of chmod(const char *,mode_t)
chmod(const char *,mode_t)
.
Parameters
Return value
_wchmod_r(struct _reent *,const wchar_t *,mode_t)
IMPORT_C int _wchmod_r(struct _reent *, const wchar_t *, mode_t);
Description
A reentrant version of wchmod(const wchar_t *,mode_t)
wchmod(const wchar_t *,mode_t)
.
Parameters
Return value
_close_r(struct _reent *,int)
IMPORT_C int _close_r(struct _reent *, int);
Description
A reentrant version of close(int)
close(int)
.
Parameters
Return value
_dup_r(struct _reent *,int)
IMPORT_C int _dup_r(struct _reent *, int);
Description
A reentrant version of dup(int)
dup(int)
.
Parameters
Return value
_dup2_r(struct _reent *,int,int)
IMPORT_C int _dup2_r(struct _reent *, int, int);
Description
A reentrant version of dup2(int,int)
dup2(int,int)
.
Parameters
Return value
_fcntl_r(struct _reent *,int,int,int)
IMPORT_C int _fcntl_r(struct _reent *, int, int, int);
Description
Parameters
Return value
IMPORT_C int _fork_r(struct _reent *);
Description
Parameters
Return value
_fstat_r(struct _reent *,int,struct stat *)
IMPORT_C int _fstat_r(struct _reent *, int, struct stat *);
Description
A reentrant version of fstat(int,struct stat *)
fstat(int,struct stat *)
.
Parameters
Return value
_fsync_r(struct _reent *,int)
IMPORT_C int _fsync_r(struct _reent *, int);
Description
A reentrant version of fsync(int)
fsync(int)
.
Parameters
Return value
_getcwd_r(struct _reent *,char *,size_t)
IMPORT_C char* _getcwd_r(struct _reent *, char *, size_t);
Description
A reentrant version of getcwd(char *,size_t)
getcwd(char *,size_t)
.
Parameters
Return value
_wgetcwd_r(struct _reent *,wchar_t *,size_t)
IMPORT_C wchar_t* _wgetcwd_r(struct _reent *, wchar_t *, size_t);
Description
A wide-character version of reentrant of getcwd(char *,size_t)
getcwd(char *,size_t)
.
Parameters
Return value
_ioctl_r(struct _reent *,int,int,void *)
IMPORT_C int _ioctl_r(struct _reent *, int, int, void *);
Description
A reentrant version of ioctl(int,int,void *,TRequestStatus &)
.
Parameters
Return value
_kill_r(struct _reent *,int,int)
IMPORT_C int _kill_r(struct _reent *, int, int);
Description
Parameters
Return value
_link_r(struct _reent *,const char *,const char *)
IMPORT_C int _link_r(struct _reent *, const char *, const char *);
Description
Parameters
Return value
_lseek_r(struct _reent *,int,_off_t,int)
IMPORT_C off_t _lseek_r(struct _reent *, int, _off_t, int);
Description
Parameters
Return value
_mkdir_r(struct _reent *,const char *,mode_t)
IMPORT_C int _mkdir_r(struct _reent *, const char *, mode_t);
Description
A reentrant version of mkdir(const char *,mode_t)
mkdir(const char *,mode_t)
.
Parameters
Return value
_wmkdir_r(struct _reent *,const wchar_t *,mode_t)
IMPORT_C int _wmkdir_r(struct _reent *, const wchar_t *, mode_t);
Description
A reentrant version of wmkdir(const wchar_t *,mode_t)
wmkdir(const wchar_t *,mode_t)
.
Parameters
Return value
_open_r(struct _reent *,const char *,int,int)
IMPORT_C int _open_r(struct _reent *, const char *, int, int);
Description
A reentrant version of open(const char *,int,...)
open(const char *,int,...)
.
Parameters
Return value
_wopen_r(struct _reent *,const wchar_t *,int,int)
IMPORT_C int _wopen_r(struct _reent *, const wchar_t *, int, int);
Description
A reentrant version of wopen(const wchar_t *,int,...)
wopen(const wchar_t *,int,...)
.
Parameters
Return value
_read_r(struct _reent *,int,char *,size_t)
IMPORT_C int _read_r(struct _reent *, int, char *, size_t);
Description
A reentrant version of read(int,char *,size_t)
.
Parameters
Return value
_realpath_r(struct _reent *,const char *,char *)
IMPORT_C char* _realpath_r(struct _reent *, const char *, char *);
Description
A reentrant version of realpath(const char *,char *)
realpath(const char *,char *)
.
Parameters
Return value
_wrealpath_r(struct _reent *,const wchar_t *,wchar_t *)
IMPORT_C wchar_t* _wrealpath_r(struct _reent *, const wchar_t *, wchar_t *);
Description
A wide-character version of reentrant of realpath(const char *,char *)
realpath(const char *,char *)
.
Parameters
Return value
_rename_r(struct _reent *,const char *,const char *)
IMPORT_C int _rename_r(struct _reent *, const char *_old, const char *_new);
Description
A reentrant version of rename(const char *,const char *)
rename(const char *,const char *)
.
Parameters
Return value
_wrename_r(struct _reent *,const wchar_t *,const wchar_t *)
IMPORT_C int _wrename_r(struct _reent *, const wchar_t *_old, const wchar_t *_new);
Description
A wide-character version of reentrant of rename(const char *,const char *)
rename(const char *,const char *)
.
Parameters
Return value
_rmdir_r(struct _reent *,const char *)
IMPORT_C int _rmdir_r(struct _reent *, const char *);
Description
A reentrant version of rmdir(const char *)
rmdir(const char *)
.
Parameters
Return value
_wrmdir_r(struct _reent *,const wchar_t *)
IMPORT_C int _wrmdir_r(struct _reent *, const wchar_t *);
Description
A reentrant version of wrmdir(const wchar_t *)
wrmdir(const wchar_t *)
.
Parameters
Return value
_stat_r(struct _reent *,const char *,struct stat *)
IMPORT_C int _stat_r(struct _reent *, const char *, struct stat *);
Description
A reentrant version of stat(const char *,struct stat *)
stat(const char *,struct stat *)
.
Parameters
Return value
_wstat_r(struct _reent *,const wchar_t *,struct stat *)
IMPORT_C int _wstat_r(struct _reent *, const wchar_t *, struct stat *);
Description
A reentrant version of wstat(const wchar_t *,struct stat *)
wstat(const wchar_t *,struct stat *)
.
Parameters
Return value
_unlink_r(struct _reent *,const char *)
IMPORT_C int _unlink_r(struct _reent *, const char *);
Description
A reentrant version of unlink(const char *)
unlink(const char *)
.
Parameters
Return value
_wunlink_r(struct _reent *,const wchar_t *)
IMPORT_C int _wunlink_r(struct _reent *, const wchar_t *);
Description
A wide-character version of reentrant of unlink(const char *)
unlink(const char *)
.
Parameters
Return value
_wait_r(struct _reent *,int *)
IMPORT_C int _wait_r(struct _reent *, int *);
Description
A reentrant version of wait(int *)
wait(int *)
.
Parameters
Return value
_waitpid_r(struct _reent *,int,int *,int)
IMPORT_C int _waitpid_r(struct _reent *, int, int *, int);
Description
A reentrant version of waitpid(pid_t,int *,int)
waitpid(pid_t,int *,int)
.
Parameters
Return value
_write_r(struct _reent *,int,const char *,size_t)
IMPORT_C int _write_r(struct _reent *, int, const char *, size_t);
Description
A reentrant version of write(int,const char *,size_t)
.
Parameters
Return value
_accept_r(struct _reent *,int,struct sockaddr *,size_t *)
IMPORT_C int _accept_r(struct _reent *, int, struct sockaddr *, size_t *);
Description
Parameters
Return value
_bind_r(struct _reent *,int,struct sockaddr *,size_t)
IMPORT_C int _bind_r(struct _reent *, int, struct sockaddr *, size_t);
Description
Parameters
Return value
_connect_r(struct _reent *,int,struct sockaddr *,size_t)
IMPORT_C int _connect_r(struct _reent *, int, struct sockaddr *, size_t);
Description
Parameters
Return value
_getpeername_r(struct _reent *,int,struct sockaddr *,size_t *)
IMPORT_C int _getpeername_r(struct _reent *, int, struct sockaddr *, size_t *);
Description
Parameters
Return value
_getsockname_r(struct _reent *,int,struct sockaddr *,size_t *)
IMPORT_C int _getsockname_r(struct _reent *, int, struct sockaddr *, size_t *);
Description
Parameters
Return value
_getsockopt_r(struct _reent *,int,int,int,void *,size_t *)
IMPORT_C int _getsockopt_r(struct _reent *, int, int, int, void *, size_t *);
Description
Parameters
Return value
_listen_r(struct _reent *,int,int)
IMPORT_C int _listen_r(struct _reent *, int, int);
Description
Parameters
Return value
_recv_r(struct _reent *,int,char *,size_t,int)
IMPORT_C int _recv_r(struct _reent *, int, char *, size_t, int);
Description
Parameters
Return value
_recvfrom_r(struct _reent *,int,char *,size_t,int,struct sockaddr *,size_t *)
IMPORT_C int _recvfrom_r(struct _reent *, int, char *, size_t, int, struct sockaddr *, size_t *);
Description
Parameters
Return value
_send_r(struct _reent *,int,const char *,size_t,int)
IMPORT_C int _send_r(struct _reent *, int, const char *, size_t, int);
Description
Parameters
Return value
_sendto_r(struct _reent *,int,const char *,size_t,int,struct sockaddr *,size_t)
IMPORT_C int _sendto_r(struct _reent *, int, const char *, size_t, int, struct sockaddr *, size_t);
Description
Parameters
Return value
_setsockopt_r(struct _reent *,int,int,int,void *,size_t)
IMPORT_C int _setsockopt_r(struct _reent *, int, int, int, void *, size_t);
Description
Parameters
Return value
_socket_r(struct _reent *,int,int,int)
IMPORT_C int _socket_r(struct _reent *, int, int, int);
Description
Parameters
Return value
_shutdown_r(struct _reent *,int,int)
IMPORT_C int _shutdown_r(struct _reent *, int, int);
Description
Parameters
Return value