/external/openssl/crypto/ripemd/ |
rmd160.c | 84 IN=fopen(argv[i],"r");
|
/external/openssl/crypto/sha/ |
sha.c | 81 IN=fopen(argv[i],"r");
|
sha1.c | 84 IN=fopen(argv[i],"r");
|
/external/openssl/crypto/x509v3/ |
v3conf.c | 93 inf = fopen(argv[1], "r");
|
/external/oprofile/libabi/ |
op_abi.c | 84 if ((fp = fopen(abi_file, "w")) == NULL)
|
/external/ppp/pppd/plugins/radius/ |
clientid.c | 42 if ((mapfd = fopen(filename,"r")) == NULL)
|
/external/qemu-pc-bios/bochs/bios/ |
usage.cc | 53 org_file = fopen(argv[2], "r");
|
/external/quake/quake/src/QW/client/ |
sys_null.c | 30 f = fopen(path, "rb");
|
/external/skia/emoji/ |
GmojiMaker.cpp | 54 FILE* file = fopen(argv[1], "r");
|
/external/srec/audio/test/AudioHardwareRecord/src/ |
AudioHardwareRecord.c | 88 fpOutput = fopen(szFilename, "wb");
|
/external/srtp/crypto/kernel/ |
err.c | 86 err_file = fopen(ERR_REPORTING_FILE, "w");
|
/external/tremolo/Tremolo/ |
misc.c | 120 out=fopen(buffer,"a"); 128 out=fopen("total"_VDBG_GRAPHFILE,"a"); 147 FILE *out=fopen("total"_VDBG_GRAPHFILE,"a"); 168 out=fopen(buffer,"a");
|
/external/valgrind/main/tests/ |
os_test.c | 37 FILE *fp = fopen("/proc/sys/kernel/osrelease", "r");
|
/external/webrtc/test/testsupport/ |
frame_reader.cc | 37 input_file_ = fopen(input_filename_.c_str(), "rb");
|
frame_reader_unittest.cc | 34 FILE* dummy = fopen(kInputFilename.c_str(), "wb");
|
/external/zlib/contrib/minizip/ |
mztools.c | 38 FILE* fpZip = fopen(file, "rb"); 39 FILE* fpOut = fopen(fileOut, "wb"); 40 FILE* fpOutCD = fopen(fileOutTmp, "wb"); 257 fpOutCD = fopen(fileOutTmp, "rb");
|
/frameworks/native/opengl/tests/gl_perfapp/jni/ |
gl_code.cpp | 82 fOut = fopen(fileName, "w");
|
/hardware/invensense/mlsdk/platform/linux/ |
mlos_linux.c | 146 FILE *fp = fopen(filename,"r");
|
/ndk/sources/host-tools/ndk-stack/ |
ndk-stack.c | 72 FILE* handle = use_stdin ? stdin : fopen(dump_file, "r");
|
/system/core/libcutils/ |
android_reboot.c | 43 f = fopen("/proc/mounts", "r");
|
/system/core/toolbox/ |
df.c | 47 FILE *f = fopen("/proc/mounts", "r");
|
umount.c | 38 f = fopen("/proc/mounts", "r");
|
uptime.c | 81 FILE* file = fopen("/proc/uptime", "r");
|
/external/netperf/ |
netserver.c | 180 if ((where = fopen(FileName, "w")) == NULL) { 232 where = fopen ("/dev/null", "w"); 578 rd_null_fp = fopen ("/dev/null", "r"); 608 wr_null_fp = fopen ("/dev/null", "w"); 922 if ((where = fopen(FileName, "w")) == NULL) { 934 fopen calls will get mapped to the correct std handles. */ 937 if ((where = fopen(FileName, "w")) == NULL) { 938 perror("netserver: fopen of debug file as new stdout failed!"); 944 if ((where = fopen(FileName, "w")) == NULL) { 945 fprintf(stdout, "fopen of debug file as new stderr failed!\n") [all...] |
/external/e2fsprogs/util/ |
subst.c | 276 old_f = fopen(outfn, "r"); 279 new_f = fopen(newfn, "r"); 318 in = fopen(optarg, "r"); 339 in = fopen(argv[optind], "r"); 357 out = fopen(newfn, "w");
|