Home
last modified time | relevance | path

Searched refs:stat64 (Results 1 – 25 of 63) sorted by relevance

123

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dstat64.c20 int stat64(const char *file_name, struct stat64 *buf) in stat64() function
24 libc_hidden_def(stat64)
33 int stat64(const char *file_name, struct stat64 *buf)
44 libc_hidden_def(stat64)
A Dgetdirname.c36 struct stat64 dotstat, pwdstat; in get_current_dir_name()
44 && stat64 (".", &dotstat) == 0 in get_current_dir_name()
45 && stat64 (pwd, &pwdstat) == 0 in get_current_dir_name()
A Dstat.c37 result = INLINE_SYSCALL(stat64, 2, file_name, &kbuf); in stat()
56 strong_alias_untyped(stat,stat64)
57 libc_hidden_def(stat64)
A Dlstat64.c19 int lstat64(const char *file_name, struct stat64 *buf) in lstat64()
32 int lstat64(const char *file_name, struct stat64 *buf)
A Dxstatconv.h32 extern void __xstat64_conv(struct kernel_stat64 *kbuf, struct stat64 *buf) attribute_hidden;
A Dfstat64.c21 int fstat64(int fd, struct stat64 *buf) in _syscall2()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/frv/
A Dstat64.c16 _syscall2(int, stat64, const char *, file_name, struct stat64 *, buf)
17 libc_hidden_def(stat64)
A Dfstat64.c16 _syscall2(int, fstat64, int, fd, struct stat64 *, buf)
A Dlstat64.c16 _syscall2(int, lstat64, const char *, file_name, struct stat64 *, buf)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/sysvipc/
A Dftok.c24 # define stat64 stat macro
29 struct stat64 st; in ftok()
32 if (stat64(pathname, &st) < 0) in ftok()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/
A Dstat.h219 struct stat *__restrict __buf), stat64)
224 # define stat stat64
229 extern int stat64 (const char *__restrict __file,
230 struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2));
231 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
232 libc_hidden_proto(stat64)
258 struct stat64 *__restrict __buf, int __flag)
283 struct stat64 *__restrict __buf)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/file/
A Disfdtype.c26 # define stat64 stat macro
33 struct stat64 st; in isfdtype()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/ftw/
A Dftw64.c25 #define STAT stat64
27 #define XSTAT(V,f,sb) stat64(f,sb)
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dglob.h126 struct stat64;
147 int (*gl_lstat) (const char *__restrict, struct stat64 *__restrict);
148 int (*gl_stat) (const char *__restrict, struct stat64 *__restrict);
A Dftw.h118 const struct stat64 *__status, int __flag);
126 const struct stat64 *__status,
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/statfs/
A Dfstatvfs64.c32 #define stat stat64
37 struct stat64 st; in fstatvfs64()
A Dstatvfs64.c32 #define stat stat64
37 struct stat64 st; in statvfs64()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/unistd/
A Dtst-posix_fallocate.c5 # define stat64 stat macro
35 struct stat64 st; in do_test()
/l4re-core-master/libc_backends/lib/l4re_file/
A Dfile.cc55 static void copy_stat64_to_stat(struct stat *buf, struct stat64 *sb64) in copy_stat64_to_stat()
76 struct stat64 sb64; in fstat()
341 struct stat64 sb64; in stat()
342 int r = stat64(path, &sb64); in stat()
353 struct stat64 sb64; in lstat()
426 L4B_REDIRECT_2(int, stat64, const char *, struct stat64 *)
431 L4B_REDIRECT_2(int, lstat64, const char *, struct stat64 *)
548 L4B_REDIRECT_2(int, fstat64, int, struct stat64 *)
/l4re-core-master/ldso/ldso/
A Dsyscalls.cc21 _dl_convert_stat(struct stat *buf, struct stat64 const &s) in _dl_convert_stat()
40 struct stat64 s; in L4RE_CALL()
58 struct stat64 s; in L4RE_CALL()
/l4re-core-master/l4re_vfs/include/impl/
A Dns_fs.h41 int fstat64(struct stat64 *) const throw();
68 int fstat64(struct stat64 *) const throw();
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common-generic/bits/
A Dkernel_stat.h22 #define kernel_stat64 stat64
/l4re-core-master/uclibc/lib/contrib/uclibc/test/stat/
A DMakefile.in5 TESTS_DISABLED := stat64
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/bits/
A Dstat.h136 struct stat64 struct
176 struct stat64 { struct
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/bits/
A Dstat.h98 struct stat64 struct
192 struct stat64 struct

Completed in 20 milliseconds

123