Searched
full:fopen (Results
301 -
325 of
1775) sorted by null
<<11121314151617181920>>
/external/libppp/src/ |
id.h | 61 #define ID0fopen fopen
|
/external/libvorbis/lib/ |
analysis.c | 76 of=fopen(buffer,"w");
|
/external/libvorbis/vq/ |
latticetune.c | 88 in=fopen(argv[2],"r");
|
/external/libvpx/libvpx/test/ |
video_source.h | 31 return fopen(path_to_source.c_str(), "rb");
|
/external/libvpx/libvpx/vp8/common/ |
debugmodes.c | 22 FILE *mvs = fopen("mvs.stt", "a");
|
/external/linux-tools-perf/util/ |
cgroup.c | 19 fp = fopen("/proc/mounts", "r");
|
cpumap.c | 51 onlnf = fopen("/sys/devices/system/cpu/online", "r");
|
strlist.c | 76 FILE *fp = fopen(filename, "r");
|
/external/openssh/openbsd-compat/ |
port-uw.c | 97 if ((fd = fopen (password_file, "r")) == NULL) {
|
/external/ppp/pppd/plugins/radius/ |
radrealms.c | 68 if ((fd = fopen(radrealms_config, "r")) == NULL) {
|
/external/qemu/distrib/jpeg-6b/ |
wrjpgcom.c | 37 #ifdef DONT_USE_B_MODE /* define mode parameters for fopen() */ 442 if ((comment_file = fopen(argv[argn], "r")) == NULL) { 485 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) { 512 if ((outfile = fopen(argv[argn+1], WRITE_BINARY)) == NULL) {
|
/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/skia/legacy/emoji/ |
GmojiMaker.cpp | 54 FILE* file = fopen(argv[1], "r");
|
/external/skia/src/ports/ |
SkOSFile_stdio.cpp | 36 SkFILE* f = (SkFILE*)::fopen(path, perm);
|
/external/srec/audio/test/AudioHardwareRecord/src/ |
AudioHardwareRecord.c | 88 fpOutput = fopen(szFilename, "wb");
|
/external/srec/audio/test/AudioHardwareRecordLoop/src/ |
AudioHardwareRecordLoop.c | 125 fpOutput = fopen(szFilename, "wb");
|
/external/srec/portable/include/ |
PFile.h | 439 * Backwards compatible fopen(). 441 * @param filename See fopen() 442 * @param mode See fopen() 443 * @return see fopen()
|
/external/srtp/crypto/kernel/ |
err.c | 86 err_file = fopen(ERR_REPORTING_FILE, "w");
|
/external/stlport/stlport/stl/ |
_cstdio.h | 74 using _STLP_VENDOR_CSTD::fopen;
|
/external/stlport/test/unit/cppunit/ |
file_reporter.h | 45 _file = fopen(file, "w");
|
/external/strace/ |
Android.mk | 98 -Dfopen64=fopen \
|
/external/valgrind/main/tests/ |
os_test.c | 37 FILE *fp = fopen("/proc/sys/kernel/osrelease", "r");
|
/external/webkit/Source/JavaScriptCore/API/tests/ |
minidom.c | 106 FILE* f = fopen(fileName, "r");
|
/external/webkit/Source/WebCore/platform/network/curl/ |
FormDataStreamCurl.cpp | 66 m_file = fopen(element.m_filename.utf8().data(), "rb");
|
Completed in 1411 milliseconds
<<11121314151617181920>>