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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Analysis/
simple-stream-checks.c 6 FILE *F = fopen("myfile.txt", "w");
8 fputs ("fopen example", F);
18 FILE *F = fopen("myfile.txt", "w");
20 fputs ("fopen example", F);
30 FILE *F = fopen("myfile.txt", "w");
32 fputs ("fopen example", F);
40 FILE *F = fopen("myfile.txt", "w");
47 FILE *F = fopen("myfile.txt", "w");
51 FILE *F = fopen("myfile.txt", "w");
56 FILE *F = fopen("myfile.txt", "w")
    [all...]
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");
cxx-method-names.cpp 9 void fopen(); // stream checker
19 E.fopen();
  /external/bison/m4/
fopen.m4 0 # fopen.m4 serial 9
13 dnl Replace fopen, for handling of "/dev/null".
15 dnl fopen on mingw also has the trailing slash bug.
19 dnl fopen("foo/", "w") should not create a file when the file name has a
21 AC_CACHE_CHECK([whether fopen recognizes a trailing slash],
30 return fopen ("conftest.sl/", "w") != NULL;
51 [Define to 1 if fopen() fails to recognize a trailing slash.])
57 # Prerequisites of lib/fopen.c.
  /external/compiler-rt/lib/tsan/lit_tests/
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/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/valgrind/main/none/tests/
threadederrno.c 10 FILE* f = fopen("bogus2", "r");
17 FILE* f = fopen("bogus3", "r");
29 f = fopen("bogus", "r");
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-simple-stream.h 11 FILE *fopen(const char * restrict, const char * restrict) __asm("_" "fopen" );
  /external/llvm/test/Transforms/FunctionAttrs/
2009-01-04-Annotate.ll 3 ; CHECK: declare noalias i8* @fopen(i8* nocapture readonly, i8* nocapture readonly) #0
4 declare i8* @fopen(i8*, i8*)
  /external/oprofile/libutil/
op_lockfile.c 27 fp = fopen(file, "r");
61 fp = fopen(file, "w");
  /external/chromium_org/tools/gyp/test/ninja/action_dependencies/src/
b.c 14 f = fopen(argv[1], "wt");
  /external/chromium_org/tools/gyp/test/rules-use-built-dependencies/src/
main.cc 11 file = fopen(argv[1], "wb");
  /external/bison/lib/
fopen-safer.c 1 /* Invoke fopen, but avoid some glitches.
28 /* Like fopen, but do not return stdin, stdout, or stderr. */
33 FILE *fp = fopen (file, mode);
stdio--.h 24 # undef fopen macro
25 # define fopen fopen_safer macro
  /external/chromium_org/sandbox/linux/services/
libc_urandom_override.cc 70 // Find the libc's real fopen* and *stat* functions. This should only be
74 dlsym(RTLD_NEXT, "fopen"));
79 LOG(FATAL) << "Failed to get fopen() from libc.";
82 LOG(WARNING) << "Failed to get fopen64() from libc. Using fopen() instead.";
114 // fopen() and fopen64() are intercepted here so that NSS can open
118 // fopen() call may be redirected to fopen64() in stdio.h using
119 // __REDIRECT(), which sets asm name for fopen() to "fopen64". This
120 // means that we cannot override fopen() directly here. Instead the
122 // "fopen", so that all references to fopen() will resolve to thi
    [all...]
  /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/chromium_org/third_party/openssl/openssl/crypto/bio/
bio_lcl.h 16 #define UP_fopen fopen
  /external/openssl/crypto/bio/
bio_lcl.h 16 #define UP_fopen fopen
  /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+");
  /art/test/023-many-interfaces/
iface-gen.c 20 fp = fopen(nameBuf, "w");
33 fp = fopen("func-decl", "w");
  /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");

Completed in 431 milliseconds

1 2 3 4 5 6 7 8 91011>>