Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dconfigure.in104 AC_MSG_CHECKING([for stat64])
106 [AC_TRY_LINK([#include <sys/stat.h>], [struct stat64 st; stat64 ("/tmp/foo", &st);],
110 AC_TRY_LINK([#include <sys/stat.h>], [struct stat64 st; stat64 ("/tmp/foo", &st);],
117 [Is stat64 available?])
H A Dstrings.c109 typedef struct stat64 statbuf;
110 #define file_stat(f,s) stat64(f, s)
H A Dconfig.in135 /* Is stat64 available? */
H A Dconfigure9517 struct stat64 st; stat64 ("/tmp/foo", &st);
9561 struct stat64 st; stat64 ("/tmp/foo", &st);
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_linux.cpp70 COMPILER_CHECK(struct_kernel_stat64_sz == sizeof(struct stat64));
H A Dsanitizer_linux.cpp281 static void stat64_to_stat(struct stat64 *in, struct stat *out) { in stat64_to_stat()
387 struct stat64 buf64; in internal_stat()
394 struct stat64 buf64; in internal_stat()
395 int res = internal_syscall(SYSCALL(stat64), path, &buf64); in internal_stat()
419 struct stat64 buf64; in internal_lstat()
426 struct stat64 buf64; in internal_lstat()
451 struct stat64 buf64; in internal_fstat()
H A Dsanitizer_platform_limits_solaris.cpp68 unsigned struct_stat64_sz = sizeof(struct stat64);
H A Dsanitizer_platform_limits_posix.cpp187 unsigned struct_stat64_sz = sizeof(struct stat64);
H A Dsanitizer_common_syscalls.inc1014 PRE_SYSCALL(stat64)(const void *filename, void *statbuf) {
1020 POST_SYSCALL(stat64)(long res, const void *filename, void *statbuf) {
H A Dsanitizer_common_interceptors.inc6952 INTERCEPTOR(int, stat64, const char *path, void *buf) {
6954 COMMON_INTERCEPTOR_ENTER(ctx, stat64, path, buf);
6957 int res = REAL(stat64)(path, buf);
6962 #define INIT_STAT64 COMMON_INTERCEPT_FUNCTION(stat64)
/openbsd-src/gnu/lib/libstdc++/libstdc++/libio/
H A D_G_config.h103 #define _G_stat64 stat64
/openbsd-src/gnu/usr.bin/texinfo/lib/
H A Dtempname.c96 # define struct_stat64 struct stat64
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp238 if (Name == "stat64") return (uint64_t)&stat64; in getSymbolAddressInProcess()
/openbsd-src/gnu/gcc/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc362 struct stat64 __buffer; in showmanyc()
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-runtime.h212 #pragma redefine_extname stat64 __mfwrap_stat64
H A Dconfig.h.in183 /* Define to 1 if you have the `stat64' function. */
H A Dmf-hooks2.c1234 WRAPPER2(int , stat64, const char *path, struct stat64 *buf) in WRAPPER2() argument
1241 return stat64 (path, buf); in WRAPPER2()
H A Dconfigure.ac68 AC_CHECK_FUNCS(fopen64 fseeko64 ftello64 stat64 freopen64)
H A DChangeLog840 (stat, stat64, fstat, lstat, mkfifo, setvbuf, setbuf): New hooks.
/openbsd-src/gnu/usr.bin/gcc/gcc/intl/
H A Dloadmsgcat.c356 struct stat64 st;
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1400 /// int fstat64(int filedes, struct stat64 *buf)
1635 /// int lstat64(const char *path, struct stat64 *buf);
2047 /// int stat64(const char *path, struct stat64 *buf);
2048 TLI_DEFINE_ENUM_INTERNAL(stat64)
2049 TLI_DEFINE_STRING_INTERNAL("stat64")
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperldtrace.pod195 stat64 1056
/openbsd-src/gnu/gcc/intl/
H A Dloadmsgcat.c912 struct stat64 st;
/openbsd-src/gnu/usr.bin/texinfo/intl/
H A Dloadmsgcat.c915 struct stat64 st; in _nl_load_domain()
/openbsd-src/gnu/usr.bin/perl/
H A Dperl.h3376 # define stat stat64

12