/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common-generic/bits/ |
A D | statfs.h | 24 __U32_TYPE f_bfree; member 36 __U32_TYPE f_bfree; member 46 __U64_TYPE f_bfree; member 64 __U64_TYPE f_bfree; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/bits/ |
A D | statfs.h | 30 __fsblkcnt_t f_bfree; member 36 __fsblkcnt64_t f_bfree; member 53 __fsblkcnt64_t f_bfree; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/bits/ |
A D | statfs.h | 32 __fsblkcnt_t f_bfree; member 38 __fsblkcnt64_t f_bfree; member 58 __fsblkcnt64_t f_bfree; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | statfs.h | 30 __fsblkcnt_t f_bfree; member 36 __fsblkcnt64_t f_bfree; member 53 __fsblkcnt64_t f_bfree; member
|
A D | statvfs.h | 34 __fsblkcnt_t f_bfree; member 41 __fsblkcnt64_t f_bfree; member 62 __fsblkcnt64_t f_bfree; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/statfs/ |
A D | fstatfs64.c | 42 buf->f_bfree = buf32.f_bfree; in fstatfs64()
|
A D | fstatvfs64.c | 47 fsbuf.f_bfree = buf32.f_bfree; in fstatvfs64()
|
A D | statvfs64.c | 47 fsbuf.f_bfree = buf32.f_bfree; in statvfs64()
|
A D | statfs64.c | 40 buf->f_bfree = buf32.f_bfree; in statfs64()
|
A D | internal_statvfs.c | 31 buf->f_bfree = fsbuf.f_bfree;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/ |
A D | tst-statvfs.c | 20 argv[i], s.f_blocks, s.f_bfree, s.f_bsize); in main()
|
A D | tst-statfs.c | 21 argv[i], s.f_blocks, s.f_bfree, s.f_bsize); in main()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/ |
A D | ops-common.h | 540 if (f.f_bfree != unknown) in _GLIBCXX_VISIBILITY() 541 free = f.f_bfree * fragment_size; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/ |
A D | ops-common.h | 540 if (f.f_bfree != unknown) in _GLIBCXX_VISIBILITY() 541 free = f.f_bfree * fragment_size; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/ |
A D | ops-common.h | 531 if (f.f_bfree != unknown) in _GLIBCXX_VISIBILITY() 532 free = f.f_bfree * fragment_size; in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/ |
A D | ops.cc | 1168 f.f_bfree * fragment_size, in space()
|
A D | std-ops.cc | 1448 f.f_bfree * fragment_size, in space()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/filesystem/ |
A D | ops.cc | 1344 f.f_bfree * f.f_frsize, in space()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/filesystem/ |
A D | ops.cc | 1397 f.f_bfree * fragment_size, in space()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/filesystem/ |
A D | ops.cc | 1395 f.f_bfree * fragment_size, in space()
|