Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
fstatvfs
headers/posix/sys/statvfs.h
35
int fstatvfs(int descriptor, struct statvfs *buffer);
src/system/libroot/posix/unistd/conf.cpp
554
ret = fstatvfs(fd, &fs);