| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| H A D | statvfs.d | 81 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 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); \
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/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); \
|
| /netbsd-src/lib/libc/compat/sys/ |
| H A D | compat_statvfs.c | 51 __warn_references(fstatvfs, 61 __strong_alias(fstatvfs, __compat_fstatvfs) in __strong_alias()
|
| /netbsd-src/lib/libc/sys/ |
| H A D | statvfs.c | 46 fstatvfs(int f, struct statvfs *st) in fstatvfs() function
|
| H A D | Makefile.inc | 391 MLINKS+=statvfs.2 fstatvfs.2
|
| /netbsd-src/tests/lib/libc/c063/ |
| H A D | t_o_search.c | 62 #define fstatvfs fstatfs macro 334 fstatvfs(dfd, &vst); in ATF_TC_BODY()
|
| /netbsd-src/sys/sys/ |
| H A D | statvfs.h | 165 int fstatvfs(int, struct statvfs *)
|
| /netbsd-src/sys/arch/mvme68k/stand/installboot/ |
| H A D | installboot.c | 260 if (fstatvfs(fd, &statvfsbuf) != 0) in loadblocknums()
|
| /netbsd-src/sbin/newfs_ext2fs/ |
| H A D | newfs_ext2fs.c | 341 if (fstatvfs(fso, &sfs) == -1) { in main()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| 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 | 1401 if (fstatvfs(fd, &st) != 0) in process_extended_fstatvfs()
|
| /netbsd-src/external/bsd/unbound/dist/compat/ |
| H A D | getentropy_solaris.c | 394 HX(fstatvfs(0, &stvfs) == -1, in getentropy_fallback()
|
| H A D | getentropy_osx.c | 370 HX(fstatvfs(0, &stvfs) == -1, in getentropy_fallback()
|
| H A D | getentropy_linux.c | 474 HX(fstatvfs(0, &stvfs) == -1, in getentropy_fallback()
|
| /netbsd-src/sbin/newfs/ |
| H A D | newfs.c | 621 if (fstatvfs(fso, &sfs) == -1) { in main()
|
| /netbsd-src/tools/compat/ |
| H A D | configure.ac | 272 AC_CHECK_DECLS([fstatvfs],,, [#include <sys/statvfs.h>])
|
| H A D | nbtool_config.h.in | 141 /* 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 D | vms-crtlmap.map | 356 fstatvfs
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/ |
| H A D | vms-crtlmap.map | 356 fstatvfs
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 871 /// 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 D | ffs.c | 489 if (fstatvfs(fsopts->fd, &sfs) == -1) { in ffs_create_image()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
| H A D | msan_test.cc | 776 TEST(MemorySanitizer, fstatvfs) { in TEST() argument 779 int res = fstatvfs(fd, &st); in TEST()
|
| /netbsd-src/external/gpl2/lvm2/dist/tools/ |
| H A D | dmsetup.c | 2771 if (fstatvfs(fd, &fsbuf)) in _loop_table()
|
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | nostem.txt | 1259 fstatvfs
|