Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/compiler-rt/lib/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); \
H A Dsanitizer_common_interceptors.inc78 #define fstatvfs __fstatvfs90
4579 INTERCEPTOR(int, fstatvfs, int fd, void *buf) {
4581 COMMON_INTERCEPTOR_ENTER(ctx, fstatvfs, fd, buf);
4586 int res = REAL(fstatvfs)(fd, buf);
4596 COMMON_INTERCEPT_FUNCTION(fstatvfs);
/openbsd/sys/sys/
H A Dstatvfs.h43 int fstatvfs(int, struct statvfs *);
/openbsd/lib/libc/gen/
H A Dstatvfs.c47 fstatvfs(int fd, struct statvfs *p) in fstatvfs() function
/openbsd/lib/libcrypto/arc4random/
H A Dgetentropy_hpux.c352 HX(fstatvfs(0, &stvfs) == -1, in getentropy_fallback()
H A Dgetentropy_solaris.c378 HX(fstatvfs(0, &stvfs) == -1, in getentropy_fallback()
H A Dgetentropy_aix.c358 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.c460 HX(fstatvfs(0, &stvfs) == -1, in getentropy_fallback()
/openbsd/usr.bin/ssh/
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.c1395 if (fstatvfs(fd, &st) != 0) in process_extended_fstatvfs()
/openbsd/lib/libc/
H A DSymbols.list639 fstatvfs
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1405 /// int fstatvfs(int fildes, struct statvfs *buf);
1406 TLI_DEFINE_ENUM_INTERNAL(fstatvfs)
1407 TLI_DEFINE_STRING_INTERNAL("fstatvfs")
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h410 extern int fstatvfs(int, struct statvfs *);
/openbsd/gnu/gcc/gcc/
H A Dsys-protos.h410 extern int fstatvfs(int, struct statvfs *);
/openbsd/usr.sbin/rpki-client/
H A Dmain.c909 if (fstatvfs(fd, &fs) == -1) in check_fs_size()
/openbsd/gnu/usr.bin/perl/
H A DREADME.hpux464 fstatvfs, fstatvfsdev, ftruncate,
H A DConfigure14232 : see if fstatvfs exists
14233 set fstatvfs d_fstatvfs
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp765 TEST(MemorySanitizer, fstatvfs) { in TEST() argument
768 int res = fstatvfs(fd, &st); in TEST()
/openbsd/gnu/llvm/llvm/lib/Support/Unix/
H A DPath.inc80 #define FSTATVFS fstatvfs
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1792 fun:fstatvfs=uninstrumented
/openbsd/gnu/usr.bin/perl/plan9/
H A Dconfig_h.sample2200 * This symbol, if defined, indicates that the fstatvfs routine is
H A Dconfig.plan92312 * This symbol, if defined, indicates that the fstatvfs routine is
/openbsd/gnu/usr.bin/perl/Porting/
H A Dconfig_H3335 * This symbol, if defined, indicates that the fstatvfs routine is
/openbsd/gnu/usr.bin/perl/win32/
H A Dconfig_H.gc3393 * This symbol, if defined, indicates that the fstatvfs routine is

12