Searched refs:stat64 (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/fixincludes/tests/base/sys/
H A Dstat.h16 __inline__ int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
21 __NTH (fstat64 (int __fd, struct stat64 *__statbuf))
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tls/
H A Dopt-5.c10 struct stat64 struct
26 struct stat64 *__stat_buf) ;
41 struct stat64 st;
/haiku-buildtools/gcc/gcc/ada/
H A Dadaint.h57 #define GNAT_STAT stat64
60 #define GNAT_STRUCT_STAT struct stat64
65 #define GNAT_STAT stat64
68 #define GNAT_STRUCT_STAT struct stat64
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr34334.c14 extern int stat64 (__const char *__restrict __file, struct stat64 *__restrict __buf) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));
15 extern int fstatat64 (int __fd, __const char *__restrict __file, struct stat64 *__restrict __buf, int __flag) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2, 3)));
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_linux.cc71 COMPILER_CHECK(struct_kernel_stat64_sz == sizeof(struct stat64));
H A Dsanitizer_linux.cc160 static void stat64_to_stat(struct stat64 *in, struct stat *out) {
188 struct stat64 buf64;
189 int res = internal_syscall(SYSCALL(stat64), path, &buf64);
204 struct stat64 buf64;
215 struct stat64 buf64;
H A Dsanitizer_platform_limits_posix.cc187 unsigned struct_stat64_sz = sizeof(struct stat64);
/haiku-buildtools/legacy/binutils/binutils/
H A Dstrings.c110 typedef struct stat64 statbuf;
111 #define file_stat(f,s) stat64(f, s)
H A Dconfigure9368 echo "$as_me:$LINENO: checking for stat64" >&5
9369 echo $ECHO_N "checking for stat64... $ECHO_C" >&6
9383 struct stat64 st; stat64 ("/tmp/foo", &st);
9427 struct stat64 st; stat64 ("/tmp/foo", &st);
/haiku-buildtools/gcc/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc360 struct stat64 __buffer;
/haiku-buildtools/gcc/intl/
H A Dloadmsgcat.c912 struct stat64 st;
/haiku-buildtools/binutils/intl/
H A Dloadmsgcat.c912 struct stat64 st;
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_interceptors.cc1379 TSAN_INTERCEPTOR(int, stat64, const char *path, void *buf) {
1383 #define TSAN_MAYBE_INTERCEPT_STAT64 TSAN_INTERCEPT(stat64)
/haiku-buildtools/gcc/libstdc++-v3/
H A Dconfigure18458 struct stat64 buf;
18488 struct stat64 buf;
[all...]

Completed in 196 milliseconds