HomeSort by relevance Sort by last modified time
    Searched full:fopen (Results 1 - 25 of 974) 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/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/openssl/crypto/bio/
bio_lcl.h 16 #define UP_fopen fopen
  /external/clearsilver/util/test/
hash_test.c 37 fp = fopen ("/usr/dict/words", "r");
39 fp = fopen ("/usr/share/dict/words", "r");
74 fp = fopen ("/usr/dict/words", "r");
76 fp = fopen ("/usr/share/dict/words", "r");
  /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");
  /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
  /bionic/libc/bionic/
cpuacct.c 41 fp = fopen(buf, "w+");
50 fp = fopen(buf, "w+");
pututline.c 39 if (!(f = fopen(_PATH_UTMP, "w+")))
58 if (!(f = fopen(_PATH_UTMP, "w+")))
  /external/bsdiff/
bspatch.c 76 if ((f = fopen(argv[3], "r")) == NULL)
77 err(1, "fopen(%s)", argv[3]);
114 if ((cpf = fopen(argv[3], "r")) == NULL)
115 err(1, "fopen(%s)", argv[3]);
121 if ((dpf = fopen(argv[3], "r")) == NULL)
122 err(1, "fopen(%s)", argv[3]);
128 if ((epf = fopen(argv[3], "r")) == NULL)
129 err(1, "fopen(%s)", argv[3]);
  /external/clearsilver/util/
neo_rand.c 90 fp = fopen ("/usr/dict/words", "r");
92 fp = fopen ("/usr/share/dict/words", "r");
  /system/core/libzipfile/
test_zipfile.c 34 f = fopen(argv[1], "r");
68 f = fopen(argv[4], "w");
  /system/vold/
Xwarp.cpp 50 if (!(fp = fopen(XWARP_READY, "r"))) {
57 if (!(fp = fopen(XWARP_MIRROR_STATUS, "r"))) {
  /external/qemu/distrib/sdl-1.2.12/src/main/win32/
SDL_win32_main.c 19 # define fopen _wfopen macro
146 file = fopen(stdoutPath, TEXT("rb"));
156 file = fopen(stderrPath, TEXT("rb"));
284 stdout = fopen(stdoutPath, TEXT("w"));
286 newfp = fopen(stdoutPath, TEXT("w"));
306 stderr = fopen(stderrPath, TEXT("w"));
308 newfp = fopen(stderrPath, TEXT("w"));
  /external/icu4c/tools/toolutil/
filestrm.c 34 FILE *file = fopen(filename, mode);
65 result = fopen(fn, md);
82 FILE* temp = fopen(filename, "r");
  /external/bluetooth/glib/tests/
unicode-caseconv.c 28 infile = fopen (filename, "r");
98 infile = fopen (filename, "r");
  /external/iproute2/tc/
tc_monitor.c 90 fp = fopen(file, "r");
92 perror("Cannot fopen");
  /external/dropbear/libtomcrypt/src/hashes/helper/
hash_file.c 40 in = fopen(fname, "rb");
  /external/icu4c/samples/csdet/
csdet.c 38 file = fopen(filename, "rb");
  /external/ipsec-tools/src/racoon/
logger.c 130 fp = fopen(p->fname, "a");
148 fp = fopen(p->fname, "a");
167 fp = fopen(p->fname, "a");
190 fp = fopen(p->fname, "a");
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/
THINK_C_notes 65 project called "ANSI-KAHL", and a copy of the file "fopen.c" called
66 "fopen-KAHL.c". In the copy, find the routine "setfiletype", and replace
75 Replace "fopen.c" with the new "fopen-KAHL.c", rebuild the new project
  /external/zlib/contrib/minizip/
mztools.c 38 FILE* fpZip = fopen(file, "rb");
39 FILE* fpOut = fopen(fileOut, "wb");
40 FILE* fpOutCD = fopen(fileOutTmp, "wb");
247 fpOutCD = fopen(fileOutTmp, "rb");

Completed in 96 milliseconds

1 2 3 4 5 6 7 8 91011>>