Home
last modified time | relevance | path

Searched refs:fstatvfs (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dstatvfs.d81 alias fstatvfs64 fstatvfs; in version()
86 int fstatvfs (int fildes, statvfs_t *buf); in version()
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;
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_netbsd_compat.inc26 #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); \
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors_netbsd_compat.inc26 #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); \
/netbsd-src/lib/libc/compat/sys/
H A Dcompat_statvfs.c51 __warn_references(fstatvfs,
61 __strong_alias(fstatvfs, __compat_fstatvfs) in __strong_alias()
/netbsd-src/lib/libc/sys/
H A Dstatvfs.c46 fstatvfs(int f, struct statvfs *st) in fstatvfs() function
H A DMakefile.inc391 MLINKS+=statvfs.2 fstatvfs.2
/netbsd-src/tests/lib/libc/c063/
H A Dt_o_search.c62 #define fstatvfs fstatfs macro
334 fstatvfs(dfd, &vst); in ATF_TC_BODY()
/netbsd-src/sys/sys/
H A Dstatvfs.h165 int fstatvfs(int, struct statvfs *)
/netbsd-src/sys/arch/mvme68k/stand/installboot/
H A Dinstallboot.c260 if (fstatvfs(fd, &statvfsbuf) != 0) in loadblocknums()
/netbsd-src/sbin/newfs_ext2fs/
H A Dnewfs_ext2fs.c341 if (fstatvfs(fso, &sfs) == -1) { in main()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A DPROTOCOL512 "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 Dsftp-server.c1401 if (fstatvfs(fd, &st) != 0) in process_extended_fstatvfs()
/netbsd-src/external/bsd/unbound/dist/compat/
H A Dgetentropy_solaris.c394 HX(fstatvfs(0, &stvfs) == -1, in getentropy_fallback()
H A Dgetentropy_osx.c370 HX(fstatvfs(0, &stvfs) == -1, in getentropy_fallback()
H A Dgetentropy_linux.c474 HX(fstatvfs(0, &stvfs) == -1, in getentropy_fallback()
/netbsd-src/sbin/newfs/
H A Dnewfs.c621 if (fstatvfs(fso, &sfs) == -1) { in main()
/netbsd-src/tools/compat/
H A Dconfigure.ac272 AC_CHECK_DECLS([fstatvfs],,, [#include <sys/statvfs.h>])
H A Dnbtool_config.h.in141 /* Define to 1 if you have the declaration of `fstatvfs', and to 0 if you
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms-crtlmap.map356 fstatvfs
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms-crtlmap.map356 fstatvfs
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def871 /// int fstatvfs(int fildes, struct statvfs *buf);
872 TLI_DEFINE_ENUM_INTERNAL(fstatvfs)
873 TLI_DEFINE_STRING_INTERNAL("fstatvfs")
/netbsd-src/usr.sbin/makefs/
H A Dffs.c489 if (fstatvfs(fsopts->fd, &sfs) == -1) { in ffs_create_image()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc776 TEST(MemorySanitizer, fstatvfs) { in TEST() argument
779 int res = fstatvfs(fd, &st); in TEST()
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Ddmsetup.c2771 if (fstatvfs(fd, &fsbuf)) in _loop_table()
/netbsd-src/usr.sbin/makemandb/
H A Dnostem.txt1259 fstatvfs

12