[clang-format] Rename ExportBlockIndentation -> IndentExportBlock (#123493)
[llvm-project.git] / libc / include / sys / statvfs.yaml
blob8c1d254add37f762f332fcc5db70ea67ea27d005
1 header: sys/statvfs.h
2 header_template: statvfs.h.def
3 macros: []
4 types:
5   - type_name: struct_statvfs
6   - type_name: fsblkcnt_t
7   - type_name: fsfilcnt_t
8 enums: []
9 objects: []
10 functions:
11   - name: fstatvfs
12     standards:
13       - POSIX
14     return_type: int
15     arguments:
16       - type: int
17       - type: struct statvfs *
18   - name: statvfs
19     standards:
20       - POSIX
21     return_type: int
22     arguments:
23       - type: const char *__restrict
24       - type: struct statvfs *__restrict