Home
last modified time | relevance | path

Searched refs:fopen64 (Results 1 – 25 of 26) sorted by relevance

12

/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dconfigure.in105 # Check whether fopen64 is available and whether _LARGEFILE64_SOURCE
107 AC_MSG_CHECKING([for fopen64])
109 [AC_TRY_LINK([#include <stdio.h>], [FILE *f = fopen64 ("/tmp/foo","r");],
113 AC_TRY_LINK([#include <stdio.h>], [FILE *f = fopen64 ("/tmp/foo","r");],
120 [Is fopen64 available?])
H A Dstrings.c102 #define file_open(s,m) fopen64(s, m)
H A Dconfig.in166 /* Is fopen64 available? */
H A Dconfigure5007 FILE *f = fopen64 ("/tmp/foo","r");
H A DChangeLog-0001128 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dconfigure.in87 # Check whether fopen64 is available and whether _LARGEFILE64_SOURCE
89 AC_MSG_CHECKING([for fopen64])
91 [AC_TRY_LINK([#include <stdio.h>], [FILE *f = fopen64 ("/tmp/foo","r");],
95 AC_TRY_LINK([#include <stdio.h>], [FILE *f = fopen64 ("/tmp/foo","r");],
102 [Is fopen64 available?])
H A Dstrings.c103 #define file_open(s,m) fopen64(s, m)
H A Dconfig.in75 /* Is fopen64 available? */
H A DChangeLog-0001128 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
H A Dconfigure9407 FILE *f = fopen64 ("/tmp/foo","r");
9451 FILE *f = fopen64 ("/tmp/foo","r");
/openbsd-src/gnu/gcc/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc238 if ((_M_cfile = fopen64(__name, __c_mode))) in open()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dbfdio.c70 return fopen64 (filename, modes); in real_fopen()
H A Dconfig.in95 /* Define to 1 if you have the `fopen64' function. */
H A Dconfigure.in937 AC_CHECK_FUNCS(ftello ftello64 fseeko fseeko64 fopen64)
H A DChangeLog-2005398 * configure.in: Check for fopen64.
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-runtime.h210 #pragma redefine_extname fopen64 __mfwrap_fopen64
H A Dconfig.h.in36 /* Define to 1 if you have the `fopen64' function. */
H A Dconfigure.ac68 AC_CHECK_FUNCS(fopen64 fseeko64 ftello64 stat64 freopen64)
H A Dmf-hooks2.c778 WRAPPER2(FILE *, fopen64, const char *path, const char *mode) in WRAPPER2() argument
790 p = fopen64 (path, mode); in WRAPPER2()
H A DChangeLog341 (setbuf,setlinebuf,fdopen,freopen,fopen64,freopen64,fclose): Ditto.
834 (time, strerror, fopen, fopen64, fclose, fread): New hooks.
H A Dconfigure3893 for ac_func in fopen64 fseeko64 ftello64 stat64 freopen64
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1305 /// FILE *fopen64(const char *filename, const char *opentype)
1306 TLI_DEFINE_ENUM_INTERNAL(fopen64)
1307 TLI_DEFINE_STRING_INTERNAL("fopen64")
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6294 INTERCEPTOR(__sanitizer_FILE *, fopen64, const char *path, const char *mode) {
6296 COMMON_INTERCEPTOR_ENTER(ctx, fopen64, path, mode);
6299 __sanitizer_FILE *res = REAL(fopen64)(path, mode);
6317 COMMON_INTERCEPT_FUNCTION(fopen64); \
/openbsd-src/gnu/usr.bin/perl/
H A Dperl.h3410 # define fopen fopen64
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1753 fun:fopen64=uninstrumented

12