HomeSort by relevance Sort by last modified time
    Searched full:fopen (Results 1 - 25 of 1601) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bison/m4/
stdio-safer.m4 9 AC_LIBSOURCES([fopen-safer.c, stdio-safer.h, stdio--.h])
10 AC_LIBOBJ([fopen-safer])
  /external/llvm/test/CodeGen/PowerPC/
2009-01-16-DeclareISelBug.ll 8 %0 = call i8* @fopen(i8* getelementptr ([13 x i8]* @"\01LC", i32 0, i32 0), i8* null) nounwind ; <i8*> [#uses=0]
12 declare i8* @fopen(i8*, i8*)
  /external/clang/test/Analysis/
stream.c 8 extern FILE *fopen(const char *path, const char *mode);
17 FILE *p = fopen("foo", "r");
24 FILE *p = fopen("foo", "r");
30 FILE *p = fopen("foo", "r");
36 FILE *p = fopen("foo", "r");
42 FILE *p = fopen("foo", "r");
51 FILE *p = fopen("foo", "r");
63 FILE *p = fopen("foo.c", "r");
70 FILE *p = fopen("foo.c", "r");
  /external/valgrind/main/none/tests/
threadederrno.c 10 FILE* f = fopen("bogus2", "r");
17 FILE* f = fopen("bogus3", "r");
29 f = fopen("bogus", "r");
  /external/bison/lib/
stdio--.h 24 #undef fopen macro
25 #define fopen fopen_safer macro
fopen-safer.c 1 /* Invoke fopen, but avoid some glitches.
34 /* Like fopen, but do not return stdin, stdout, or stderr. */
39 FILE *fp = fopen (file, mode);
  /external/oprofile/libutil/
op_lockfile.c 27 fp = fopen(file, "r");
61 fp = fopen(file, "w");
  /external/llvm/test/Transforms/SimplifyLibCalls/
2009-01-04-Annotate.ll 7 declare i8* @fopen(i8*, i8*)
2009-07-28-Exit.ll 16 %call393 = call %struct.__sFILE* @fopen(i8* undef, i8* %cond392) nounwind ; <%struct.__sFILE*> [#uses=0]
20 declare %struct.__sFILE* @fopen(i8*, i8*)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/esound/
libesddsp.so.0 
libesddsp.so.0.2.38 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/esound/
libesddsp.so.0 
libesddsp.so.0.2.38 
  /external/openssl/crypto/bio/
bio_lcl.h 16 #define UP_fopen fopen
  /external/webkit/Source/ThirdParty/ANGLE/src/common/
debug.cpp 29 FILE *file = fopen(TRACE_OUTPUT_FILE, "a");
  /frameworks/av/drm/common/
ReadWriteUtils.cpp 37 file = fopen(filePath.string(), "r");
59 file = fopen(filePath.string(), "r");
80 file = fopen(filePath.string(), "w+");
97 file = fopen(filePath.string(), "a+");
  /dalvik/tests/023-many-interfaces/
iface-gen.c 20 fp = fopen(nameBuf, "w");
33 fp = fopen("func-decl", "w");
  /external/blktrace/
verify_blkparse.c 26 f = fopen(argv[1], "r");
28 perror("fopen");
  /device/moto/stingray/ril/
extract-embedded-files 
  /external/dropbear/libtommath/demo/
timing.c 108 log = fopen("logs/add.log", "w");
129 log = fopen("logs/sub.log", "w");
161 log = fopen((ix == 0) ? "logs/mult.log" : "logs/mult_kara.log", "w");
182 log = fopen((ix == 0) ? "logs/sqr.log" : "logs/sqr_kara.log", "w");
238 log = fopen("logs/expt.log", "w");
239 logb = fopen("logs/expt_dr.log", "w");
240 logc = fopen("logs/expt_2k.log", "w");
241 logd = fopen("logs/expt_2kl.log", "w");
283 log = fopen("logs/invmod.log", "w");
  /external/expat/xmlwf/
xmltchar.h 23 #define tfopen fopen
  /external/libsepol/utils/
chkcon.c 24 fp = fopen(argv[1], "r");
  /external/webrtc/src/system_wrappers/source/
file_impl.cc 160 tmpId = fopen(fileNameUTF8, "rt");
162 tmpId = fopen(fileNameUTF8, "wt");
167 tmpId = fopen(fileNameUTF8, "rb");
169 tmpId = fopen(fileNameUTF8, "wb");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libXau.so.6 
libXau.so.6.0 

Completed in 366 milliseconds

1 2 3 4 5 6 7 8 91011>>