Searched refs:fstatfs (Results 1 – 20 of 20) sorted by relevance
/external/openssh/openbsd-compat/ |
D | bsd-statvfs.c | 81 if (fstatfs(fd, &fs) == -1) in fstatvfs()
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 83 int fstatfs(int, struct statfs *);
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 83 int fstatfs(int, struct statfs *);
|
/external/strace/ |
D | statfs.c | 66 SYS_FUNC(fstatfs) in SYS_FUNC() argument
|
D | sys_func.h | 59 extern SYS_FUNC(fstatfs);
|
D | ChangeLog-CVS | 1959 fstatfs, fstat, pread, pwrite, sendfile, ftruncate64, fstat64,
|
/external/ltrace/etc/ |
D | syscalls.conf | 91 int fstatfs(int,addr);
|
/external/e2fsprogs/misc/ |
D | filefrag.c | 368 if (fstatfs(fd, &fsinfo) < 0) {
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 3179 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);
|
D | sanitizer_common_syscalls.inc | 857 PRE_SYSCALL(fstatfs)(long fd, void *buf) {} 859 POST_SYSCALL(fstatfs)(long res, long fd, void *buf) {
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.stderr.exp | 1107 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/ |
D | config.h.in | 469 /* Define to 1 if you have the `fstatfs' function. */
|
D | configure.ac | 1632 fstatfs \
|
D | ChangeLog | 5178 have statfs and fstatfs. ok djm@
|
D | configure | 16476 fstatfs \
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 3002 LSS_INLINE _syscall2(int, fstatfs, int, f, in _syscall1()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1790 fun:fstatfs=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 840 PUBLIC ce600 0 fstatfs
|
/external/sqlite/dist/ |
D | sqlite3.c | 31323 if( fstatfs(fd, &fsInfo) == -1 ){
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 31305 if( fstatfs(fd, &fsInfo) == -1 ){
|