HomeSort by relevance Sort by last modified time
    Searched full:fopen (Results 201 - 225 of 2155) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
genversion.c 56 out = fopen(argv[1], "wt");
  /external/chromium_org/third_party/zlib/
zlib.gyp 91 # fseeko64. We use fopen, ftell, and fseek instead on these
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 47 FILE *fopen(const char * restrict, const char * restrict);
  /external/compiler-rt/SDKs/linux/usr/include/
stdio.h 35 extern FILE *fopen(const char * restrict, const char * restrict);
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_file.c 56 in = fopen(fname, "rb");
  /external/e2fsprogs/intl/
log.c 79 last_logfile = fopen (logfilename, "a");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
consoleLogs.php 10 $fileHandle = fopen("../../dlconfig.txt", "r");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/templateFiles/
testResults.php.template 11 $fileHandle = fopen("../../dlconfig.txt", "r");
  /external/elfutils/libcpu/
i386_gendis.c 61 i386_in = fopen (infname, "r");
  /external/expat/tests/benchmark/
benchmark.c 55 fd = fopen (argv[j + 1], "r");
  /external/freetype/include/freetype/config/
ftstdlib.h 105 #define ft_fopen fopen
  /external/harfbuzz_ng/src/
test-buffer-serialize.cc 68 FILE *f = fopen (argv[1], "rb");
test-size-params.cc 66 FILE *f = fopen (argv[1], "rb");
test-would-substitute.cc 70 FILE *f = fopen (argv[1], "rb");
  /external/icu4c/tools/gentest/
genres32.c 61 out = fopen(file, "w");
  /external/libvpx/libvpx/vp9/common/
vp9_debugmodes.c 54 FILE *mvs = fopen(file, "a");
  /external/marisa-trie/lib/marisa/
reader.cc 41 std::FILE * const file = ::fopen(filename, "rb");
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
reader.cc 41 std::FILE * const file = ::fopen(filename, "rb");
  /external/mesa3d/src/glsl/glcpp/
glcpp.c 83 fp = fopen (filename, "r");
  /external/pixman/pixman/
pixman-mips.c 47 if ((f = fopen (file_name, "r")) == NULL)
  /external/ppp/pppd/plugins/radius/
clientid.c 42 if ((mapfd = fopen(filename,"r")) == NULL)
radattr.c 76 fp = fopen(fname, "w");
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe-discovery.c 51 conn->debugFile = fopen(optarg, "w");
  /external/qemu/
tcpdump.c 85 capture_file = fopen(filepath, "wb");
  /external/qemu-pc-bios/bochs/bios/
usage.cc 53 org_file = fopen(argv[2], "r");

Completed in 433 milliseconds

1 2 3 4 5 6 7 891011>>