/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | 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); \
|
H A D | sanitizer_common_interceptors.inc | 77 #define fstatvfs __fstatvfs90 4540 INTERCEPTOR(int, fstatvfs, int fd, void *buf) { 4542 COMMON_INTERCEPTOR_ENTER(ctx, fstatvfs, fd, buf); 4547 int res = REAL(fstatvfs)(fd, buf); 4557 COMMON_INTERCEPT_FUNCTION(fstatvfs);
|
/freebsd/sys/sys/ |
H A D | statvfs.h | 76 int fstatvfs(int, struct statvfs *);
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-statvfs.h | 71 int fstatvfs(int, struct statvfs *);
|
H A D | bsd-statvfs.c | 76 int fstatvfs(int fd, struct statvfs *buf) in fstatvfs() function
|
/freebsd/contrib/netbsd-tests/lib/libc/c063/ |
H A D | t_o_search.c | 62 #define fstatvfs fstatfs macro 334 fstatvfs(dfd, &vst); in ATF_TC_BODY()
|
/freebsd/lib/libc/gen/ |
H A D | statvfs.c | 43 fstatvfs(int fd, struct statvfs *result) in fstatvfs() function
|
H A D | Symbol.map | 247 fstatvfs;
|
H A D | Makefile.inc | 512 MLINKS+=statvfs.3 fstatvfs.3
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_disk_posix.c | 1704 r = fstatvfs(tree_current_dir_fd(t), &svfs); in setup_current_filesystem() 1780 vr = fstatvfs(fd, &svfs);/* for f_flag, mount flags */ in setup_current_filesystem() 1801 vr = fstatvfs(tree_current_dir_fd(t), &svfs); in setup_current_filesystem() 1910 r = fstatvfs(fd, &svfs); in setup_current_filesystem() 1925 r = fstatvfs(tree_current_dir_fd(t), &svfs); in setup_current_filesystem()
|
/freebsd/contrib/unbound/compat/ |
H A D | getentropy_osx.c | 370 HX(fstatvfs(0, &stvfs) == -1, in getentropy_fallback()
|
H A D | getentropy_solaris.c | 394 HX(fstatvfs(0, &stvfs) == -1, in getentropy_fallback()
|
H A D | getentropy_linux.c | 474 HX(fstatvfs(0, &stvfs) == -1, in getentropy_fallback()
|
/freebsd/crypto/openssh/ |
H A D | PROTOCOL | 512 "fstatvfs@openssh.com" 514 These requests correspond to the statvfs and fstatvfs POSIX system 522 The "fstatvfs@openssh.com" operates on an open file handle: 525 string "fstatvfs@openssh.com" 549 Both the "statvfs@openssh.com" and "fstatvfs@openssh.com" extensions are
|
H A D | sftp-server.c | 1424 if (fstatvfs(fd, &st) != 0) in process_extended_fstatvfs()
|
H A D | configure.ac | 1975 fstatvfs \
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1470 /// int fstatvfs(int fildes, struct statvfs *buf); 1471 TLI_DEFINE_ENUM_INTERNAL(fstatvfs) 1472 TLI_DEFINE_STRING_INTERNAL("fstatvfs")
|
/freebsd/usr.sbin/makefs/ |
H A D | ffs.c | 509 if (fstatvfs(fsopts->fd, &sfs) == -1) { in ffs_create_image() 513 warn("can't fstatvfs `%s', using default %d byte chunk", in ffs_create_image()
|
H A D | ffs.c | 509 if (fstatvfs(fsopts->fd, &sfs) == -1) { in ffs_create_image() 513 warn("can't fstatvfs `%s', using default %d byte chunk", in ffs_create_image()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Path.inc | 80 #define FSTATVFS fstatvfs
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1797 fun:fstatvfs=uninstrumented
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 42528 if( fstatvfs(pFile->h, &fsInfo) == -1 ) {
|