Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 25 of 96) sorted by relevance

1234

/sysdeps/unix/sysv/linux/mips/
A Dxstat.c27 __xstat (int vers, const char *name, struct stat *buf) in __xstat()
32 return INLINE_SYSCALL_CALL (stat, name, buf); in __xstat()
37 int r = INTERNAL_SYSCALL_CALL (stat, name, &kbuf); in __xstat()
/sysdeps/unix/sysv/linux/
A Dstat64.c20 #define stat __redirect_stat macro
44 #undef stat
51 weak_alias (__stat64, stat)
A Dstat.c25 __stat (const char *file, struct stat *buf) in __stat()
30 weak_alias (__stat, stat)
A Dglobfree64-time64.c30 # undef stat
31 # define stat __stat64_t64 macro
A Dglobfree64.c30 # undef stat
31 # define stat stat64 macro
A Dxstat.c33 __xstat (int vers, const char *name, struct stat *buf) in __xstat()
47 return INLINE_SYSCALL_CALL (stat, name, buf); in __xstat()
A Dxstat64.c40 return INLINE_SYSCALL_CALL (stat, name, buf); in ___xstat64()
45 return r ?: __xstat32_conv (vers, &st64, (struct stat *) buf); in ___xstat64()
50 return INLINE_SYSCALL_CALL (stat, name, buf); in ___xstat64()
A Dlstat.c25 __lstat (const char *file, struct stat *buf) in __lstat()
A Dfstat.c26 __fstat (int fd, struct stat *buf) in __fstat()
A Dxstatconv.h25 extern int __xstat32_conv (int vers, struct stat64 *kbuf, struct stat *buf)
/sysdeps/mach/hurd/
A Dstat.c25 __stat (const char *file, struct stat *buf) in __stat()
30 weak_alias (__stat, stat)
A Dlstat.c25 __lstat (const char *file, struct stat *buf) in __lstat()
A Dfstat.c26 __fstat (int fd, struct stat *buf) in __fstat()
A Dlxstat.c27 __lxstat (int vers, const char *file, struct stat *buf) in __lxstat()
A Dxstat.c27 __xstat (int vers, const char *file, struct stat *buf) in __xstat()
A Dfstatat.c26 __fstatat (int fd, const char *filename, struct stat *buf, int flag) in __fstatat()
A Dfxstat.c28 __fxstat (int vers, int fd, struct stat *buf) in __fxstat()
A Dfxstatat.c28 __fxstatat (int vers, int fd, const char *filename, struct stat *buf, int flag) in __fxstatat()
/sysdeps/gnu/
A Dglob64.c12 #undef stat
13 #define stat stat64 macro
A Dglob64-lstat-compat.c32 #undef stat
33 #define stat stat64 macro
/sysdeps/unix/sysv/linux/bits/
A Dstatx.h22 # error Never include <bits/statx.h> directly, include <sys/stat.h> instead.
/sysdeps/unix/sysv/linux/mips/mips64/
A Dxstat64.c29 int r = INLINE_SYSCALL_CALL (stat, name, &kbuf); in __xstat64()
A Dfxstatat.c27 __fxstatat (int vers, int fd, const char *file, struct stat *st, int flag) in __fxstatat()
/sysdeps/posix/
A Dttyname.c41 struct stat st; in getttyname()
75 if (stat (getttyname_name, &st) == 0 in getttyname()
100 struct stat st; in ttyname()
/sysdeps/unix/sysv/linux/sparc/sparc64/
A Dxstatconv.c39 struct stat *buf = ubuf; in __xstat_conv()
74 __xstat32_conv (int vers, struct stat64 *sbuf, struct stat *buf) in __xstat32_conv()
83 assert (sizeof (struct stat) == sizeof (struct stat64)); in __xstat32_conv()

Completed in 20 milliseconds

1234