Searched
full:fopen (Results
651 -
675 of
2155) sorted by null
<<21222324252627282930>>
/external/chromium_org/third_party/icu/source/test/cintltst/ |
spooftest.c | 145 f = fopen(fileName, "r"); 154 f = fopen(fileName, "r");
|
/external/chromium_org/third_party/icu/source/test/iotest/ |
filetst.c | 321 standardFile = fopen(STANDARD_TEST_FILE, "wb"); 326 standardFile = fopen(STANDARD_TEST_FILE, "wb"); 593 FILE *stdFile = fopen(STANDARD_TEST_FILE, "w"); 613 stdFile = fopen(STANDARD_TEST_FILE, "r"); 729 FILE *stdFile = fopen(STANDARD_TEST_FILE, "wb"); 793 FILE *stdFile = fopen(STANDARD_TEST_FILE, "wb"); [all...] |
/external/chromium_org/third_party/leveldatabase/src/util/ |
env_posix.cc | 393 FILE* f = fopen(fname.c_str(), "r"); 567 FILE* f = fopen(fname.c_str(), "w");
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
read_pwd.c | 295 if ((tty=fopen("con","r")) == NULL) 301 if ((tty=fopen("/dev/tty","r")) == NULL)
|
/external/chromium_org/third_party/opus/src/src/ |
opus_compare.c | 219 fin1=fopen(_argv[1],"rb"); 224 fin2=fopen(_argv[2],"rb");
|
/external/chromium_org/v8/src/ |
mksnapshot.cc | 138 fp_ = i::OS::FOpen(snapshot_file, "wb"); 355 FILE* file = i::OS::FOpen(name, "rb");
|
platform-solaris.cc | 164 FILE* file = fopen(name, "r+"); 178 FILE* file = fopen(name, "w+");
|
/external/dhcpcd/ |
if-linux.c | 85 fp = fopen(path, "w"); 104 fp = fopen(path, "r");
|
/external/e2fsprogs/e2fsck/ |
util.c | 616 f = fopen("/proc/filesystems", "r"); 660 f = fopen(buf, "r");
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/ |
eclipse_1310.so | |
/external/flac/include/FLAC/ |
all.h | 218 * internally. For situations where fopen()ing by filename is not 277 * FILE *file = fopen("somefile.flac","rb");
|
/external/icu4c/test/cintltst/ |
spooftest.c | 147 f = fopen(fileName, "rb"); 157 f = fopen(fileName, "rb");
|
/external/icu4c/test/iotest/ |
filetst.c | 321 standardFile = fopen(STANDARD_TEST_FILE, "wb"); 326 standardFile = fopen(STANDARD_TEST_FILE, "wb"); 593 FILE *stdFile = fopen(STANDARD_TEST_FILE, "w"); 613 stdFile = fopen(STANDARD_TEST_FILE, "r"); 729 FILE *stdFile = fopen(STANDARD_TEST_FILE, "wb"); 793 FILE *stdFile = fopen(STANDARD_TEST_FILE, "wb"); [all...] |
/external/iproute2/ip/ |
ip6tunnel.c | 267 FILE *fp = fopen("/proc/net/dev", "r"); 269 perror("fopen");
|
/external/iproute2/tc/ |
m_ematch.c | 56 FILE *fd = fopen(file, "r"); 94 FILE *fd = fopen(file, "r");
|
/external/iputils/ninfod/ |
ninfod.c | 452 return fopen(file, "w+x"); 463 if ((fp = fopen(opt_p, "r"))) {
|
/external/jpeg/ |
jpegtran.c | 409 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) { 420 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
|
rdjpgcom.c | 34 #ifdef DONT_USE_B_MODE /* define mode parameters for fopen() */ 471 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
|
/external/libvpx/libvpx/ |
vp8_multi_resolution_encoder.c | 241 if(!(infile = fopen(argv[3], "rb"))) 253 if(!(outfile[i] = fopen(argv[i+4], "wb")))
|
/external/linux-tools-perf/util/scripting-engines/ |
trace-event-python.c | 381 fp = fopen(script, "r"); 445 ofp = fopen(fname, "w");
|
/external/openssh/ |
hostfile.c | 249 if ((f = fopen(path, "r")) == NULL) 467 f = fopen(filename, "a");
|
ssh-keygen.c | 517 if ((fp = fopen(identity_file, "r")) == NULL) 567 if ((fp = fopen(identity_file, "r")) == NULL) 610 if ((fp = fopen(identity_file, "r")) == NULL) 780 if ((f = fopen(identity_file, "r")) == NULL) 987 if ((in = fopen(identity_file, "r")) == NULL) [all...] |
/external/openssl/crypto/des/ |
read_pwd.c | 295 if ((tty=fopen("con","r")) == NULL) 301 if ((tty=fopen("/dev/tty","r")) == NULL)
|
/external/qemu/android/utils/ |
ini.c | 261 FILE* fp = fopen(filepath, "rt"); 314 FILE* fp = fopen(filepath, "wt");
|
/external/qemu/distrib/jpeg-6b/ |
jpegtran.c | 409 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) { 420 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
|
Completed in 1219 milliseconds
<<21222324252627282930>>