/external/bluetooth/bluez/rfcomm/ |
parser.y | 162 if (!(yyin = fopen(file, "r")))
|
/external/bluetooth/glib/gio/xdgmime/ |
xdgmimealias.c | 127 file = fopen (file_name, "r");
|
xdgmimeicon.c | 126 file = fopen (file_name, "r");
|
/external/bluetooth/glib/glib/ |
gstdio.h | 46 #define g_fopen fopen
|
/external/dropbear/ |
cli-authinteract.c | 44 tty = fopen(_PATH_TTY, "r");
|
netbsd_getpass.c | 79 if ((outfp = fp = fopen(_PATH_TTY, "w+")) == NULL) {
|
/external/e2fsprogs/e2fsck/ |
badblocks.c | 68 f = fopen(bad_blocks_file, "r");
|
mtrace.c | 144 mallstream = fopen (mallfile != NULL ? mallfile : "/dev/null", "w");
|
/external/e2fsprogs/lib/ss/ |
test_ss.c | 46 f = fopen(cmd_file, "r");
|
/external/elfutils/tests/ |
arsymtest.c | 44 fp = fopen (argv[2], "w");
|
/external/icu4c/samples/layout/ |
UnicodeReader.cpp | 38 f = fopen(fileName, "rb");
|
/external/jpeg/ |
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/ppp/pppd/plugins/radius/ |
radrealms.c | 68 if ((fd = fopen(radrealms_config, "r")) == 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/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/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/webkit/JavaScriptCore/API/tests/ |
minidom.c | 106 FILE* f = fopen(fileName, "r");
|
/external/webkit/WebCore/platform/network/curl/ |
FormDataStreamCurl.cpp | 66 m_file = fopen(element.m_filename.utf8().data(), "rb");
|
/external/wpa_supplicant/ |
os_win32.c | 173 f = fopen(name, "rb");
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
os_win32.c | 173 f = fopen(name, "rb");
|
/frameworks/base/media/libstagefright/ |
AMRWriter.cpp | 29 : mFile(fopen(filename, "wb")),
|