tango.stdc.posix.sys.statvfs

statvfs - VFS File System information structure from sys/statvfs.h http://www.opengroup.org/onlinepubs/009695399/basedefs/sys/statvfs.h.html

Members

Aliases

__fsblkcnt_t, __fsfilcnt_t
alias __fsblkcnt_t, __fsfilcnt_t = ulong
Undocumented in source.
fsblkcnt_t
alias fsblkcnt_t = c_ulong
Undocumented in source.
fsfilcnt_t
alias fsfilcnt_t = c_ulong
Undocumented in source.

Enums

ST_RDONLY
anonymousenum ST_RDONLY
Undocumented in source.
ST_RDONLY
anonymousenum ST_RDONLY
Undocumented in source.
ST_RDONLY
anonymousenum ST_RDONLY
Undocumented in source.
ST_RDONLY
anonymousenum ST_RDONLY
Undocumented in source.

Functions

fstatvfs
int fstatvfs(int , statvfs_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
statvfs
int statvfs(char* , statvfs_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

statvfs_t
struct statvfs_t
Undocumented in source.
statvfs_t
struct statvfs_t
Undocumented in source.
statvfs_t
struct statvfs_t
Undocumented in source.
statvfs_t
struct statvfs_t
Undocumented in source.

Variables

_FSTYPSZ
auto _FSTYPSZ;
Undocumented in source.

Meta

License

tango license

Authors

Fawzi Mohamed