Home
last modified time | relevance | path

Searched refs:fstatfs (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/libexec/rtld-elf/rtld-libc/
H A Dnamespace.h35 #define fstatfs _fstatfs macro
H A Dun-namespace.h36 #undef fstatfs
H A DMakefile.inc56 _libc_other_objects= sigsetjmp lstat stat fstat fstatat fstatfs syscall \
/freebsd/usr.bin/mkuzip/
H A Dmkuz_insize.c53 if (fstatfs(cfp->fdr, &statfsbuf) != 0) { in mkuz_get_insize()
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-statvfs.c82 if (fstatfs(fd, &fs) == -1) in fstatvfs()
/freebsd/lib/libc/include/
H A Dcompat.h62 __sym_compat(fstatfs, freebsd11_fstatfs, FBSD_1.0);
H A Dnamespace.h70 #define fstatfs _fstatfs macro
H A Dun-namespace.h51 #undef fstatfs
/freebsd/tools/regression/security/cap_test/
H A Dcap_test_capabilities.c125 REQUIRE(fstatfs(filefd, &sf)); in try_file_ops()
337 ret = fstatfs(fd_cap, &sf); in try_file_ops()
338 CHECK_RESULT(fstatfs, CAP_FSTATFS, ret == 0); in try_file_ops()
/freebsd/contrib/tcpdump/lbl/
H A Dos-sunos4.h81 int fstatfs(int, struct statfs *);
/freebsd/contrib/libpcap/lbl/
H A Dos-sunos4.h80 int fstatfs(int, struct statfs *);
/freebsd/tools/build/
H A Ddepend-cleanup.sh167 clean_dep lib/libc fstatfs c
/freebsd/lib/libsys/
H A DSymbol.sys.map345 fstatfs;
H A DMakefile.sys518 MLINKS+=statfs.2 fstatfs.2
/freebsd/contrib/netbsd-tests/lib/libc/c063/
H A Dt_o_search.c62 #define fstatvfs fstatfs
/freebsd/usr.bin/tail/
H A Dforward.c278 if (fstatfs(fileno(file->fp), &sf) == 0 && in set_events()
/freebsd/contrib/unbound/compat/
H A Dgetentropy_osx.c372 HX(fstatfs(0, &stfs) == -1, in getentropy_fallback()
H A Dgetentropy_linux.c476 HX(fstatfs(0, &stfs) == -1, in getentropy_fallback()
/freebsd/tests/sys/audit/
H A Dfile-attribute-access.c296 ATF_REQUIRE_EQ(0, fstatfs(filedesc, &statfsbuff)); in ATF_TC_BODY()
322 ATF_REQUIRE_ERRNO(EBADF, fstatfs(-1, &statfsbuff) == -1); in ATF_TC_BODY()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c1600 r = fstatfs(fd, &sfs); in setup_current_filesystem()
1614 r = fstatfs(tree_current_dir_fd(t), &sfs); in setup_current_filesystem()
1782 r = fstatfs(fd, &sfs); in setup_current_filesystem()
1803 r = fstatfs(tree_current_dir_fd(t), &sfs); in setup_current_filesystem()
/freebsd/sys/sys/
H A Dsyscall.mk402 fstatfs.o \
H A Dmount.h1196 int fstatfs(int, struct statfs *);
/freebsd/contrib/less/
H A Dch.c
/freebsd/contrib/capsicum-test/
H A Dcapability-fd.cc529 EXPECT_OK(fstatfs(fd, &sf)); in TryFileOps()
576 CHECK_RIGHT_RESULT(fstatfs(cap_fd, &cap_sf), rights, CAP_FSTATFS); in TryFileOps()
/freebsd/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c439 if (fstatfs(fd, &statfs) == 0) in check_fstatfs()

12