Home
last modified time | relevance | path

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

12345678910>>...72

/dports/sysutils/p5-Filesys-Statvfs/Filesys-Statvfs-0.82/
H A DREADME23 Filesys::Statvfs - Perl extension for statvfs() and fstatvfs()
33 #### value. If you pass undef to fstatvfs you will get unexpected results
37 $files, $ffree, $favail, $flag, $namemax) = fstatvfs($fd);
43 Interface for statvfs() and fstatvfs()
51 statvfs() and fstatvfs() calls. This would include Linux, *BSD,
54 The statvfs() and fstatvfs() functions will return a list of
57 The values returned are described in the statvfs/fstatvfs header or
58 the statvfs()/fstatvfs() man page.
60 The module assumes that if you have statvfs(), fstatvfs() will
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nix-0.9.0/src/sys/
H A Dstatvfs.rs18 use super::{statvfs, fstatvfs};
101 let res = fstatvfs(fd, &mut stat); in for_fd()
107 fstatvfs(fd, self) in update_with_fd()
138 pub fn fstatvfs(fd: c_int, buf: *mut vfs::Statvfs) -> c_int; in fstatvfs() function
155 pub fn fstatvfs<T: AsRawFd>(fd: &T, stat: &mut vfs::Statvfs) -> Result<()> { in fstatvfs() function
158 Errno::result(ffi::fstatvfs(fd.as_raw_fd(), stat)).map(drop) in fstatvfs()
177 fstatvfs(&root, &mut stat).unwrap() in fstatvfs_call()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nix-0.9.0/src/sys/
H A Dstatvfs.rs18 use super::{statvfs, fstatvfs};
101 let res = fstatvfs(fd, &mut stat); in for_fd()
107 fstatvfs(fd, self) in update_with_fd()
138 pub fn fstatvfs(fd: c_int, buf: *mut vfs::Statvfs) -> c_int; in fstatvfs() function
155 pub fn fstatvfs<T: AsRawFd>(fd: &T, stat: &mut vfs::Statvfs) -> Result<()> { in fstatvfs() function
158 Errno::result(ffi::fstatvfs(fd.as_raw_fd(), stat)).map(drop) in fstatvfs()
177 fstatvfs(&root, &mut stat).unwrap() in fstatvfs_call()
/dports/lang/gcc12-devel/gcc-12-20211205/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;
/dports/lang/gcc11/gcc-11.2.0/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;
/dports/lang/gcc11-devel/gcc-11-20211009/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;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/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;
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dfstatvfs.texi1 @node fstatvfs
2 @section @code{fstatvfs}
3 @findex fstatvfs
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fstatvfs.html}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dfstatvfs.texi1 @node fstatvfs
2 @section @code{fstatvfs}
3 @findex fstatvfs
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/fstatvfs.htm…
/dports/lang/fpc-source/fpc-3.2.2/packages/libc/src/
H A Dsstatvfsh.inc5 function fstatvfs(__fildes:longint; __buf:Pstatvfs):longint;cdecl;external clib name 'fstatvfs';
16 function fstatvfs(__fildes:longint; var __buf: _statvfs):longint;cdecl;external clib name 'fstatvfs
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dstatvfs.d80 alias fstatvfs64 fstatvfs;
85 int fstatvfs (int fildes, statvfs_t *buf);
134 int fstatvfs (int fildes, statvfs_t *buf) @trusted;
157 int fstatvfs (int fildes, statvfs_t* buf) @trusted;
262 int fstatvfs(int, statvfs_t*);
289 int fstatvfs (int fildes, statvfs_t *buf) @trusted;
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dstatvfs.d80 alias fstatvfs64 fstatvfs; in version()
85 int fstatvfs (int fildes, statvfs_t *buf); in version()
134 int fstatvfs (int fildes, statvfs_t *buf) @trusted;
157 int fstatvfs (int fildes, statvfs_t* buf) @trusted;
262 int fstatvfs(int, statvfs_t*);
289 int fstatvfs (int fildes, statvfs_t *buf) @trusted;
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/posix/sys/
H A Dstatvfs.d80 alias fstatvfs64 fstatvfs; in version()
85 int fstatvfs (int fildes, statvfs_t *buf); in version()
134 int fstatvfs (int fildes, statvfs_t *buf) @trusted;
157 int fstatvfs (int fildes, statvfs_t* buf) @trusted;
262 int fstatvfs(int, statvfs_t*);
289 int fstatvfs (int fildes, statvfs_t *buf) @trusted;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/sys/
H A Dstatvfs.h73 extern int fstatvfs (int __fildes, struct statvfs *__buf)
77 extern int __REDIRECT_NTH (fstatvfs, (int __fildes, struct statvfs *__buf),
80 # define fstatvfs fstatvfs64 macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/sys/
H A Dstatvfs.h73 extern int fstatvfs (int __fildes, struct statvfs *__buf)
77 extern int __REDIRECT_NTH (fstatvfs, (int __fildes, struct statvfs *__buf),
80 # define fstatvfs fstatvfs64 macro
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/posix/sys/
H A Dstatvfs.d80 alias fstatvfs64 fstatvfs; in version()
85 int fstatvfs (int fildes, statvfs_t *buf); in version()
134 int fstatvfs (int fildes, statvfs_t *buf) @trusted;
239 int fstatvfs(int, statvfs_t*);
266 int fstatvfs (int fildes, statvfs_t *buf) @trusted;
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dstatvfs.d80 alias fstatvfs64 fstatvfs; in version()
85 int fstatvfs (int fildes, statvfs_t *buf); in version()
134 int fstatvfs (int fildes, statvfs_t *buf) @trusted;
239 int fstatvfs(int, statvfs_t*);
266 int fstatvfs (int fildes, statvfs_t *buf) @trusted;
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dstatvfs.d80 alias fstatvfs64 fstatvfs; in version()
85 int fstatvfs (int fildes, statvfs_t *buf); in version()
134 int fstatvfs (int fildes, statvfs_t *buf) @trusted;
239 int fstatvfs(int, statvfs_t*);
266 int fstatvfs (int fildes, statvfs_t *buf) @trusted;
/dports/lang/gcc12-devel/gcc-12-20211205/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); \
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/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); \
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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); \
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/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); \
/dports/lang/gcc11-devel/gcc-11-20211009/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); \
/dports/devel/llvm12/llvm-project-12.0.1.src/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); \
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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); \

12345678910>>...72