Home
last modified time | relevance | path

Searched refs:__libc_statfs (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dstatfs.c15 extern __typeof(statfs) __libc_statfs attribute_hidden;
19 int __libc_statfs(const char *path, struct statfs *buf) in __libc_statfs() function
36 weak_alias(__libc_statfs, statfs)
43 _syscall2(int, __libc_statfs, const char *, path, struct statfs *, buf)
47 weak_alias(__libc_statfs, statfs)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A Dgetpt.c27 extern __typeof(statfs) __libc_statfs;
77 (__libc_statfs (_PATH_DEVPTS, &fsbuf) == 0 in __posix_openpt()
79 || (__libc_statfs (_PATH_DEV, &fsbuf) == 0 in __posix_openpt()
A Dgrantpt.c40 extern __typeof(statfs) __libc_statfs;
54 if (__libc_statfs (buf, &fsbuf) < 0) in grantpt()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/statfs/
A Dstatvfs.c30 extern __typeof(statfs) __libc_statfs;
38 if (__libc_statfs (file, &fsbuf) < 0) in statvfs()
A Dstatfs64.c26 extern __typeof(statfs) __libc_statfs;
34 if (__libc_statfs (file, &buf32) < 0) in statfs64()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/
A Dpathconf.c32 extern __typeof(statfs) __libc_statfs;
83 if (__libc_statfs (path, &buf) < 0) in pathconf()

Completed in 6 milliseconds