23 lines · yaml
1header: sys/statvfs.h2standards:3 - posix4types:5 - type_name: struct_statvfs6 - type_name: fsblkcnt_t7 - type_name: fsfilcnt_t8functions:9 - name: fstatvfs10 standards:11 - posix12 return_type: int13 arguments:14 - type: int15 - type: struct statvfs *16 - name: statvfs17 standards:18 - posix19 return_type: int20 arguments:21 - type: const char *__restrict22 - type: struct statvfs *__restrict23