Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dbsd-statvfs.c81 if (fstatfs(fd, &fs) == -1) in fstatvfs()
/external/libpcap/lbl/
Dos-sunos4.h83 int fstatfs(int, struct statfs *);
/external/tcpdump/lbl/
Dos-sunos4.h83 int fstatfs(int, struct statfs *);
/external/strace/
Dstatfs.c66 SYS_FUNC(fstatfs) in SYS_FUNC() argument
Dsys_func.h59 extern SYS_FUNC(fstatfs);
DChangeLog-CVS1959 fstatfs, fstat, pread, pwrite, sendfile, ftruncate64, fstat64,
/external/ltrace/etc/
Dsyscalls.conf91 int fstatfs(int,addr);
/external/e2fsprogs/misc/
Dfilefrag.c368 if (fstatfs(fd, &fsinfo) < 0) {
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc3179 INTERCEPTOR(int, fstatfs, int fd, void *buf) {
3181 COMMON_INTERCEPTOR_ENTER(ctx, fstatfs, fd, buf);
3185 int res = REAL(fstatfs)(fd, buf);
3191 COMMON_INTERCEPT_FUNCTION(fstatfs);
Dsanitizer_common_syscalls.inc857 PRE_SYSCALL(fstatfs)(long fd, void *buf) {}
859 POST_SYSCALL(fstatfs)(long res, long fd, void *buf) {
/external/valgrind/memcheck/tests/x86-linux/
Dscalar.stderr.exp1107 Syscall param fstatfs(fd) contains uninitialised byte(s)
1111 Syscall param fstatfs(buf) contains uninitialised byte(s)
1115 Syscall param fstatfs(buf) points to unaddressable byte(s)
/external/openssh/
Dconfig.h.in469 /* Define to 1 if you have the `fstatfs' function. */
Dconfigure.ac1632 fstatfs \
DChangeLog5178 have statfs and fstatfs. ok djm@
Dconfigure16476 fstatfs \
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h3002 LSS_INLINE _syscall2(int, fstatfs, int, f, in _syscall1()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1790 fun:fstatfs=uninstrumented
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym840 PUBLIC ce600 0 fstatfs
/external/sqlite/dist/
Dsqlite3.c31323 if( fstatfs(fd, &fsInfo) == -1 ){
/external/sqlite/dist/orig/
Dsqlite3.c31305 if( fstatfs(fd, &fsInfo) == -1 ){