| /src/lib/libc/sys/ |
| statvfs.c | 46 fstatvfs(int f, struct statvfs *st) function
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| statvfs.d | 81 alias fstatvfs64 fstatvfs; 86 int fstatvfs (int fildes, statvfs_t *buf); 135 int fstatvfs (int fildes, statvfs_t *buf) @trusted; 158 int fstatvfs (int fildes, statvfs_t* buf) @trusted; 182 int fstatvfs(int, statvfs_t*); 187 pragma(mangle, "fstatvfs@FBSD_1.0") int fstatvfs(int, statvfs_t*); 215 int fstatvfs (int fildes, statvfs_t *buf) @trusted;
|
| /src/lib/libc/compat/sys/ |
| compat_statvfs.c | 51 __warn_references(fstatvfs, 52 "warning: reference to compatibility fstatvfs(); include <sys/statvfs.h> to generate correct reference") 61 __strong_alias(fstatvfs, __compat_fstatvfs)
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_common_interceptors_netbsd_compat.inc | 26 #undef fstatvfs 45 INTERCEPTOR(int, fstatvfs, int fd, void *buf) { 47 COMMON_INTERCEPTOR_ENTER(ctx, fstatvfs, fd, buf); 52 int res = REAL(fstatvfs)(fd, buf); 64 COMMON_INTERCEPT_FUNCTION(fstatvfs); \
|
| sanitizer_common_interceptors.inc | 77 #define fstatvfs __fstatvfs90 4529 INTERCEPTOR(int, fstatvfs, int fd, void *buf) { 4531 COMMON_INTERCEPTOR_ENTER(ctx, fstatvfs, fd, buf); 4536 int res = REAL(fstatvfs)(fd, buf); 4546 COMMON_INTERCEPT_FUNCTION(fstatvfs);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_common_interceptors_netbsd_compat.inc | 26 #undef fstatvfs 45 INTERCEPTOR(int, fstatvfs, int fd, void *buf) { 47 COMMON_INTERCEPTOR_ENTER(ctx, fstatvfs, fd, buf); 52 int res = REAL(fstatvfs)(fd, buf); 64 COMMON_INTERCEPT_FUNCTION(fstatvfs); \
|
| sanitizer_common_interceptors.inc | 82 #define fstatvfs __fstatvfs90 4523 INTERCEPTOR(int, fstatvfs, int fd, void *buf) { 4525 COMMON_INTERCEPTOR_ENTER(ctx, fstatvfs, fd, buf); 4530 int res = REAL(fstatvfs)(fd, buf); 4540 COMMON_INTERCEPT_FUNCTION(fstatvfs);
|
| /src/sys/sys/ |
| statvfs.h | 165 int fstatvfs(int, struct statvfs *)
|
| /src/tests/lib/libc/c063/ |
| t_o_search.c | 62 #define fstatvfs fstatfs macro 334 fstatvfs(dfd, &vst);
|
| /src/sys/arch/mvme68k/stand/installboot/ |
| installboot.c | 260 if (fstatvfs(fd, &statvfsbuf) != 0)
|
| /src/sbin/newfs_ext2fs/ |
| newfs_ext2fs.c | 341 if (fstatvfs(fso, &sfs) == -1) { 342 warn("can't fstatvfs `%s'", special);
|
| /src/external/bsd/unbound/dist/compat/ |
| getentropy_solaris.c | 394 HX(fstatvfs(0, &stvfs) == -1,
|
| getentropy_linux.c | 474 HX(fstatvfs(0, &stvfs) == -1,
|
| getentropy_osx.c | 370 HX(fstatvfs(0, &stvfs) == -1,
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_disk_posix.c | 1672 r = fstatvfs(tree_current_dir_fd(t), &svfs); 1746 vr = fstatvfs(fd, &svfs);/* for f_flag, mount flags */ 1767 vr = fstatvfs(tree_current_dir_fd(t), &svfs); 1863 r = fstatvfs(fd, &svfs); 1878 r = fstatvfs(tree_current_dir_fd(t), &svfs);
|
| /src/sbin/newfs/ |
| newfs.c | 621 if (fstatvfs(fso, &sfs) == -1) { 622 warn("can't fstatvfs `%s'", special);
|
| /src/usr.sbin/makefs/ |
| ffs.c | 497 if (fstatvfs(fsopts->fd, &sfs) == -1) { 501 warn("can't fstatvfs `%s', using default %d byte chunk",
|
| /src/crypto/external/bsd/openssh/dist/ |
| sftp-server.c | 161 { "fstatvfs", "fstatvfs@openssh.com", 0, process_extended_fstatvfs, 0 }, 723 compose_extension(msg, "fstatvfs@openssh.com", "2"); 1395 debug("request %u: fstatvfs \"%s\" (handle %u)", 1401 if (fstatvfs(fd, &st) != 0)
|
| /src/external/gpl2/lvm2/dist/tools/ |
| dmsetup.c | 2771 if (fstatvfs(fd, &fsbuf))
|
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
| msan_test.cc | 776 TEST(MemorySanitizer, fstatvfs) { 779 int res = fstatvfs(fd, &st);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_common_interceptors.inc | 4280 INTERCEPTOR(int, fstatvfs, int fd, void *buf) { 4282 COMMON_INTERCEPTOR_ENTER(ctx, fstatvfs, fd, buf); 4287 int res = REAL(fstatvfs)(fd, buf); 4297 COMMON_INTERCEPT_FUNCTION(fstatvfs);
|
| /src/external/public-domain/sqlite/dist/ |
| sqlite3.c | [all...] |