reent.h File Reference

__need_size_t

_chdir_r ( struct _reent *, const char * )

IMPORT_C int_chdir_r(struct _reent *,
const char *
)

Reentrant versions of system calls. Most of these are thread-safe in EPOC32 anyway

A reentrant version of chdir().

_wchdir_r ( struct _reent *, const wchar_t * )

IMPORT_C int_wchdir_r(struct _reent *,
const wchar_t *
)

A reentrant version of wchdir().

_chmod_r ( struct _reent *, const char *, mode_t )

IMPORT_C int_chmod_r(struct _reent *,
const char *,
mode_t
)

A reentrant version of chmod().

_wchmod_r ( struct _reent *, const wchar_t *, mode_t )

IMPORT_C int_wchmod_r(struct _reent *,
const wchar_t *,
mode_t
)

A reentrant version of wchmod().

_close_r ( struct _reent *, int )

IMPORT_C int_close_r(struct _reent *,
int
)

A reentrant version of close().

_dup_r ( struct _reent *, int )

IMPORT_C int_dup_r(struct _reent *,
int
)

A reentrant version of dup().

_dup2_r ( struct _reent *, int, int )

IMPORT_C int_dup2_r(struct _reent *,
int,
int
)

A reentrant version of dup2().

_fcntl_r ( struct _reent *, int, int, int )

IMPORT_C int_fcntl_r(struct _reent *,
int,
int,
int
)

_fork_r ( struct _reent * )

IMPORT_C int_fork_r(struct _reent *)

_fstat_r ( struct _reent *, int, struct stat * )

IMPORT_C int_fstat_r(struct _reent *,
int,
struct stat *
)

A reentrant version of fstat().

_fsync_r ( struct _reent *, int )

IMPORT_C int_fsync_r(struct _reent *,
int
)

A reentrant version of fsync().

_getcwd_r ( struct _reent *, char *, size_t )

IMPORT_C char *_getcwd_r(struct _reent *,
char *,
size_t
)

A reentrant version of getcwd().

_wgetcwd_r ( struct _reent *, wchar_t *, size_t )

IMPORT_C wchar_t *_wgetcwd_r(struct _reent *,
wchar_t *,
size_t
)

A wide-character version of reentrant of getcwd().

_ioctl_r ( struct _reent *, int, int, void * )

IMPORT_C int_ioctl_r(struct _reent *,
int,
int,
void *
)

A reentrant version of ioctl().

_kill_r ( struct _reent *, int, int )

IMPORT_C int_kill_r(struct _reent *,
int,
int
)

_link_r ( struct _reent *, const char *, const char * )

IMPORT_C int_link_r(struct _reent *,
const char *,
const char *
)

_lseek_r ( struct _reent *, int, _off_t, int )

IMPORT_C off_t_lseek_r(struct _reent *,
int,
_off_t,
int
)

A reentrant version of fseek().

_mkdir_r ( struct _reent *, const char *, mode_t )

IMPORT_C int_mkdir_r(struct _reent *,
const char *,
mode_t
)

A reentrant version of mkdir().

_wmkdir_r ( struct _reent *, const wchar_t *, mode_t )

IMPORT_C int_wmkdir_r(struct _reent *,
const wchar_t *,
mode_t
)

A reentrant version of wmkdir().

_open_r ( struct _reent *, const char *, int, int )

IMPORT_C int_open_r(struct _reent *,
const char *,
int,
int
)

A reentrant version of open().

_wopen_r ( struct _reent *, const wchar_t *, int, int )

IMPORT_C int_wopen_r(struct _reent *,
const wchar_t *,
int,
int
)

A reentrant version of wopen().

_read_r ( struct _reent *, int, char *, size_t )

IMPORT_C int_read_r(struct _reent *,
int,
char *,
size_t
)

A reentrant version of read().

_realpath_r ( struct _reent *, const char *, char * )

IMPORT_C char *_realpath_r(struct _reent *,
const char *,
char *
)

A reentrant version of realpath().

_wrealpath_r ( struct _reent *, const wchar_t *, wchar_t * )

IMPORT_C wchar_t *_wrealpath_r(struct _reent *,
const wchar_t *,
wchar_t *
)

A wide-character version of reentrant of realpath().

_rename_r ( struct _reent *, const char *, const char * )

IMPORT_C int_rename_r(struct _reent *,
const char *_old,
const char *_new
)

A reentrant version of rename().

_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
)

A wide-character version of reentrant of rename().

_rmdir_r ( struct _reent *, const char * )

IMPORT_C int_rmdir_r(struct _reent *,
const char *
)

A reentrant version of rmdir().

_wrmdir_r ( struct _reent *, const wchar_t * )

IMPORT_C int_wrmdir_r(struct _reent *,
const wchar_t *
)

A reentrant version of wrmdir().

_stat_r ( struct _reent *, const char *, struct stat * )

IMPORT_C int_stat_r(struct _reent *,
const char *,
struct stat *
)

A reentrant version of stat().

_wstat_r ( struct _reent *, const wchar_t *, struct stat * )

IMPORT_C int_wstat_r(struct _reent *,
const wchar_t *,
struct stat *
)

A reentrant version of wstat().

_unlink_r ( struct _reent *, const char * )

IMPORT_C int_unlink_r(struct _reent *,
const char *
)

A reentrant version of unlink().

_wunlink_r ( struct _reent *, const wchar_t * )

IMPORT_C int_wunlink_r(struct _reent *,
const wchar_t *
)

A wide-character version of reentrant of unlink().

_wait_r ( struct _reent *, int * )

IMPORT_C int_wait_r(struct _reent *,
int *
)

A reentrant version of wait().

_waitpid_r ( struct _reent *, int, int *, int )

IMPORT_C int_waitpid_r(struct _reent *,
int,
int *,
int
)

A reentrant version of waitpid().

_write_r ( struct _reent *, int, const char *, size_t )

IMPORT_C int_write_r(struct _reent *,
int,
const char *,
size_t
)

A reentrant version of write().

_accept_r ( struct _reent *, int, struct sockaddr *, size_t * )

IMPORT_C int_accept_r(struct _reent *,
int,
struct sockaddr *,
size_t *
)

_bind_r ( struct _reent *, int, struct sockaddr *, size_t )

IMPORT_C int_bind_r(struct _reent *,
int,
struct sockaddr *,
size_t
)

_connect_r ( struct _reent *, int, struct sockaddr *, size_t )

IMPORT_C int_connect_r(struct _reent *,
int,
struct sockaddr *,
size_t
)

_getpeername_r ( struct _reent *, int, struct sockaddr *, size_t * )

IMPORT_C int_getpeername_r(struct _reent *,
int,
struct sockaddr *,
size_t *
)

_getsockname_r ( struct _reent *, int, struct sockaddr *, size_t * )

IMPORT_C int_getsockname_r(struct _reent *,
int,
struct sockaddr *,
size_t *
)

_getsockopt_r ( struct _reent *, int, int, int, void *, size_t * )

IMPORT_C int_getsockopt_r(struct _reent *,
int,
int,
int,
void *,
size_t *
)

_listen_r ( struct _reent *, int, int )

IMPORT_C int_listen_r(struct _reent *,
int,
int
)

_recv_r ( struct _reent *, int, char *, size_t, int )

IMPORT_C int_recv_r(struct _reent *,
int,
char *,
size_t,
int
)

_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 *
)

_send_r ( struct _reent *, int, const char *, size_t, int )

IMPORT_C int_send_r(struct _reent *,
int,
const char *,
size_t,
int
)

_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
)

_setsockopt_r ( struct _reent *, int, int, int, void *, size_t )

IMPORT_C int_setsockopt_r(struct _reent *,
int,
int,
int,
void *,
size_t
)

_socket_r ( struct _reent *, int, int, int )

IMPORT_C int_socket_r(struct _reent *,
int,
int,
int
)

_shutdown_r ( struct _reent *, int, int )

IMPORT_C int_shutdown_r(struct _reent *,
int,
int
)

_remove_r

_wremove_r