Home
last modified time | relevance | path

Searched refs:fss (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dgetmntinfo.cpp21 struct statvfs *fss; in main() local
23 struct statfs *fss; in main() local
25 int nfss = getmntinfo(&fss, MNT_NOWAIT); in main()
30 printf("%d: %s\n", i, fss[i].f_fstypename); in main()