aboutsummaryrefslogtreecommitdiff
path: root/libc/include/sys/statvfs.yaml
blob: e083677beee89218af91b611edc56b0befca4bb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
header: sys/statvfs.h
standards:
  - posix
types:
  - type_name: struct_statvfs
  - type_name: fsblkcnt_t
  - type_name: fsfilcnt_t
functions:
  - name: fstatvfs
    standards:
      - posix
    return_type: int
    arguments:
      - type: int
      - type: struct statvfs *
  - name: statvfs
    standards:
      - posix
    return_type: int
    arguments:
      - type: const char *__restrict
      - type: struct statvfs *__restrict