tango.stdc.posix.sys.uio

D header file for POSIX.

Public Imports

tango.stdc.posix.sys.types
public import tango.stdc.posix.sys.types;
Undocumented in source.

Members

Functions

readv
ssize_t readv(int , iovec* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
readv
ssize_t readv(int , iovec* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
readv
ssize_t readv(int , iovec* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
readv
ssize_t readv(int , iovec* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
writev
ssize_t writev(int , iovec* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
writev
ssize_t writev(int , iovec* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
writev
ssize_t writev(int , iovec* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
writev
ssize_t writev(int , iovec* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

iovec
struct iovec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iovec
struct iovec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iovec
struct iovec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iovec
struct iovec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

Public Domain

Standards

The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition

Authors

Sean Kelly