| /src/lib/libc/compat/sys/ |
| compat_statfs.c | 52 __warn_references(fstatfs, 53 "warning: reference to obsolete fstatfs(); use fstatvfs()") 62 __strong_alias(fstatfs, __compat_fstatfs)
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/ |
| mount.d | 306 int fstatfs(int, statfs_t*); 323 pragma(mangle, "fstatfs@FBSD_1.5") int fstatfs(int, statfs_t*); 332 pragma(mangle, "fstatfs@FBSD_1.0") int fstatfs(int, statfs_t*);
|
| /src/external/bsd/libpcap/dist/lbl/ |
| os-sunos4.h | 82 int fstatfs(int, struct statfs *);
|
| /src/external/bsd/tcpdump/dist/lbl/ |
| os-sunos4.h | 81 int fstatfs(int, struct statfs *);
|
| /src/tests/lib/libc/c063/ |
| t_o_search.c | 62 #define fstatvfs fstatfs
|
| /src/external/bsd/unbound/dist/compat/ |
| getentropy_linux.c | 476 HX(fstatfs(0, &stfs) == -1,
|
| getentropy_osx.c | 372 HX(fstatfs(0, &stfs) == -1,
|
| /src/external/gpl3/gdb/dist/gdb/ |
| i386-syscalls.def | 124 SYSCALL (100, fstatfs)
|
| i386-linux-tdep.c | 506 SYSCALL_MAP (fstatfs);
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| emul_netbsd.c | 82 not have struct statfs. In this case don't implement fstatfs. 90 /* If this is not netbsd, don't allow fstatfs or getdirentries at this time */ 824 SYS(fstatfs); 827 status = fstatfs(fd, (buf_addr == 0 ? NULL : &buf)); 1226 { 0, }, /* 158 is old fstatfs */
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| emul_netbsd.c | 82 not have struct statfs. In this case don't implement fstatfs. 90 /* If this is not netbsd, don't allow fstatfs or getdirentries at this time */ 824 SYS(fstatfs); 827 status = fstatfs(fd, (buf_addr == 0 ? NULL : &buf)); 1226 { 0, }, /* 158 is old fstatfs */
|
| /src/external/bsd/less/dist/ |
| ch.c | 715 if (fstatfs(ch_file, &st) == 0)
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_disk_posix.c | 1597 r = fstatfs(fd, &sfs); 1611 r = fstatfs(tree_current_dir_fd(t), &sfs); 1748 r = fstatfs(fd, &sfs); 1769 r = fstatfs(tree_current_dir_fd(t), &sfs);
|
| /src/external/mit/libuv/dist/src/unix/ |
| fs.c | 953 if (-1 == fstatfs(fd, &s)) 966 if (-1 == fstatfs(fd, &s))
|
| /src/external/gpl3/gdb/dist/sim/m32r/ |
| traps.c | 847 result = fstatfs (arg1, &statbuf);
|
| /src/external/gpl3/gdb.old/dist/sim/m32r/ |
| traps.c | 847 result = fstatfs (arg1, &statbuf);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_common_interceptors.inc | 4222 INTERCEPTOR(int, fstatfs, int fd, void *buf) { 4224 COMMON_INTERCEPTOR_ENTER(ctx, fstatfs, fd, buf); 4228 int res = REAL(fstatfs)(fd, buf); 4234 COMMON_INTERCEPT_FUNCTION(fstatfs);
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_common_interceptors.inc | 4471 INTERCEPTOR(int, fstatfs, int fd, void *buf) { 4473 COMMON_INTERCEPTOR_ENTER(ctx, fstatfs, fd, buf); 4477 int res = REAL(fstatfs)(fd, buf); 4483 COMMON_INTERCEPT_FUNCTION(fstatfs);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_common_interceptors.inc | 4465 INTERCEPTOR(int, fstatfs, int fd, void *buf) { 4467 COMMON_INTERCEPTOR_ENTER(ctx, fstatfs, fd, buf); 4471 int res = REAL(fstatfs)(fd, buf); 4477 COMMON_INTERCEPT_FUNCTION(fstatfs);
|
| /src/external/bsd/openldap/dist/libraries/liblmdb/ |
| mdb.c | 4441 fstatfs(env->me_fd, &st);
|
| /src/external/public-domain/sqlite/dist/ |
| sqlite3.c | [all...] |