| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | configure.in | 104 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 D | strings.c | 109 typedef struct stat64 statbuf; 110 #define file_stat(f,s) stat64(f, s)
|
| H A D | config.in | 135 /* Is stat64 available? */
|
| H A D | configure | 9517 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 D | sanitizer_platform_limits_linux.cpp | 70 COMPILER_CHECK(struct_kernel_stat64_sz == sizeof(struct stat64));
|
| H A D | sanitizer_linux.cpp | 281 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 D | sanitizer_platform_limits_solaris.cpp | 68 unsigned struct_stat64_sz = sizeof(struct stat64);
|
| H A D | sanitizer_platform_limits_posix.cpp | 187 unsigned struct_stat64_sz = sizeof(struct stat64);
|
| H A D | sanitizer_common_syscalls.inc | 1014 PRE_SYSCALL(stat64)(const void *filename, void *statbuf) { 1020 POST_SYSCALL(stat64)(long res, const void *filename, void *statbuf) {
|
| H A D | sanitizer_common_interceptors.inc | 6952 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.h | 103 #define _G_stat64 stat64
|
| /openbsd-src/gnu/usr.bin/texinfo/lib/ |
| H A D | tempname.c | 96 # define struct_stat64 struct stat64
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RTDyldMemoryManager.cpp | 238 if (Name == "stat64") return (uint64_t)&stat64; in getSymbolAddressInProcess()
|
| /openbsd-src/gnu/gcc/libstdc++-v3/config/io/ |
| H A D | basic_file_stdio.cc | 362 struct stat64 __buffer; in showmanyc()
|
| /openbsd-src/gnu/gcc/libmudflap/ |
| H A D | mf-runtime.h | 212 #pragma redefine_extname stat64 __mfwrap_stat64
|
| H A D | config.h.in | 183 /* Define to 1 if you have the `stat64' function. */
|
| H A D | mf-hooks2.c | 1234 WRAPPER2(int , stat64, const char *path, struct stat64 *buf) in WRAPPER2() argument 1241 return stat64 (path, buf); in WRAPPER2()
|
| H A D | configure.ac | 68 AC_CHECK_FUNCS(fopen64 fseeko64 ftello64 stat64 freopen64)
|
| H A D | ChangeLog | 840 (stat, stat64, fstat, lstat, mkfifo, setvbuf, setbuf): New hooks.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/intl/ |
| H A D | loadmsgcat.c | 356 struct stat64 st;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 1400 /// 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 D | perldtrace.pod | 195 stat64 1056
|
| /openbsd-src/gnu/gcc/intl/ |
| H A D | loadmsgcat.c | 912 struct stat64 st;
|
| /openbsd-src/gnu/usr.bin/texinfo/intl/ |
| H A D | loadmsgcat.c | 915 struct stat64 st; in _nl_load_domain()
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | perl.h | 3376 # define stat stat64
|