HomeSort by relevance Sort by last modified time
    Searched defs:fopen (Results 1 - 10 of 10) sorted by null

  /external/bison/lib/
stdio--.h 24 # undef fopen macro
25 # define fopen fopen_safer macro
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
fopen.c 34 static char sccsid[] = "@(#)fopen.c 8.1 (Berkeley) 6/4/93";
52 fopen(const char * __restrict file, const char * __restrict mode) function
  /external/compiler-rt/test/tsan/
user_fopen.cc 9 extern "C" FILE *fopen(const char *file, const char *mode) { function
12 printf("user fopen\n");
24 FILE *f = fopen("/dev/zero", "r");
32 // CHECK: user fopen
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
example.js 109 function fopen(e) { function
112 postCall('fopen', filename, access, function(filename, filehandle) {
  /external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c 19 # define fopen _wfopen macro
177 file = fopen(stdoutPath, TEXT("rb"));
187 file = fopen(stderrPath, TEXT("rb"));
229 stdout = fopen(stdoutPath, TEXT("w"));
231 newfp = fopen(stdoutPath, TEXT("w"));
251 stderr = fopen(stderrPath, TEXT("w"));
253 newfp = fopen(stderrPath, TEXT("w"));
  /external/bison/darwin-lib/
stdio.h 566 # undef fopen
567 # define fopen rpl_fopen
569 _GL_FUNCDECL_RPL (fopen, FILE *, (const char *filename, const char *mode)
571 _GL_CXXALIAS_RPL (fopen, FILE *, (const char *filename, const char *mode));
573 _GL_CXXALIAS_SYS (fopen, FILE *, (const char *filename, const char *mode));
575 _GL_CXXALIASWARN (fopen); variable
577 # undef fopen macro
578 /* Assume fopen is always declared. */
579 _GL_WARN_ON_USE (fopen, "fopen on native Windows platforms is not POSIX compliant -
    [all...]
  /external/bison/linux-lib/
stdio.h 566 # undef fopen
567 # define fopen rpl_fopen
569 _GL_FUNCDECL_RPL (fopen, FILE *, (const char *filename, const char *mode)
571 _GL_CXXALIAS_RPL (fopen, FILE *, (const char *filename, const char *mode));
573 _GL_CXXALIAS_SYS (fopen, FILE *, (const char *filename, const char *mode));
575 _GL_CXXALIASWARN (fopen); variable
577 # undef fopen macro
578 /* Assume fopen is always declared. */
579 _GL_WARN_ON_USE (fopen, "fopen on native Windows platforms is not POSIX compliant -
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 53 #undef fopen macro
56 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE) macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 283 /// FILE *fopen(const char *filename, const char *mode);
284 fopen, enumerator in enum:llvm::LibFunc::Func
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 110367 function fopen(sp) function
    [all...]

Completed in 245 milliseconds