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

  /external/syslinux/com32/lib/
fopen.c 2 * fopen.c
9 FILE *fopen(const char *file, const char *mode) function
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fopen.c 2 Implementation of fopen as declared in <stdio.h>.
43 NetBSD: fopen.c,v 1.12 2003/08/07 16:43:24 agc Exp
44 fopen.c 8.1 (Berkeley) 6/4/93"
60 fopen(const char *file, const char *mode) function
  /external/compiler-rt/test/tsan/Linux/
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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
ndiff.py 61 def fopen(fname): function
69 f1 = fopen(f1name)
70 f2 = fopen(f2name)
  /external/python/cpython2/Tools/scripts/
ndiff.py 61 def fopen(fname): function
69 f1 = fopen(f1name)
70 f2 = fopen(f2name)
  /external/python/cpython3/Tools/scripts/
ndiff.py 61 def fopen(fname): function
69 f1 = fopen(f1name)
70 f2 = fopen(f2name)
  /external/libpcap/
portability.h 85 #define fopen(x, y) \ macro
  /external/syslinux/gpxe/src/crypto/axtls/
os_port.h 31 static inline FILE * fopen ( const char *filename __unused, function
  /external/curl/lib/
memdebug.h 159 #undef fopen macro
160 #define fopen(file,mode) curl_fopen(file,mode,__LINE__,__FILE__) macro
  /system/core/base/
utf8.cpp 184 FILE* fopen(const char* name, const char* mode) { function in namespace:android::base::utf8
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
CrtWrapper.c 377 FILE *fopen (const char *c, const char *m) function
  /external/elfutils/libdwfl/
linux-kernel-modules.c 52 #define fopen fopen64 macro
474 state.f = fopen (KSYMSFILE, "r");
828 FILE *f = fopen (sysfile, "r");
862 f = fopen (sysfile, "r");
882 f = fopen (sysfile, "r");
886 f = fopen (sysfile, "r");
920 FILE *f = fopen (MODULELIST, "r");
  /system/core/adb/
sysdeps.h 271 #define fopen adb_fopen macro
  /external/valgrind/coregrind/
m_libcprint.c 833 VgFile *VG_(fopen)(const HChar *name, Int flags, Int mode) function
840 VgFile *fp = VG_(malloc)("fopen", sizeof(VgFile));
    [all...]
  /bionic/libc/stdio/
stdio.cpp 139 * Find a free FILE for fopen et al.
212 FILE* fopen(const char* file, const char* mode) { function
233 __strong_alias(fopen64, fopen);
  /external/brotli/c/tools/
brotli.c 47 #define fopen ms_fopen macro
443 *f = fopen(input_path, "rb");
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixNativeDispatcher.java 99 * FILE* fopen(const char *filename, const char* mode);
101 static long fopen(UnixPath filename, String mode) throws UnixException { method in class:UnixNativeDispatcher
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 525 #define fopen(...) (pthread_testcancel(), fopen(__VA_ARGS__)) macro
    [all...]

Completed in 1541 milliseconds