uio.h File Reference

Typedef ssize_t

typedef __ssize_t ssize_t

_SSIZE_T_DECLARED

Typedef off_t

typedef __off_t off_t

_OFF_T_DECLARED

readv ( int, const struct iovec *, int )

IMPORT_C ssize_treadv(int,
const struct iovec *,
int
)

See also: dup() fcntl() getdirentries() open() pipe() select() socket() socketpair() fread() readdir()

Parameters
Refer to read() for the documentation

writev ( int, const struct iovec *, int )

IMPORT_C ssize_twritev(int,
const struct iovec *,
int
)

See also: fcntl() lseek() open() pipe() select()

Parameters
Refer to write() for the documentation