Searched
full:fopen (Results
351 -
375 of
2155) sorted by null
<<11121314151617181920>>
/external/e2fsprogs/lib/blkid/ |
devname.c | 166 if ((f = fopen(path, "r")) == NULL) 283 if ((lvf = fopen(lvm_device, "r")) == NULL) { 372 procpt = fopen(PROC_EVMS_VOLUMES, "r"); 423 proc = fopen(PROC_PARTITIONS, "r");
|
/external/e2fsprogs/lib/ss/ |
test_ss.c | 46 f = fopen(cmd_file, "r");
|
/external/elfutils/tests/ |
arsymtest.c | 56 fp = fopen (argv[2], "w");
|
/external/harfbuzz_ng/src/ |
test.cc | 69 FILE *f = fopen (argv[1], "rb");
|
/external/icu4c/samples/layout/ |
UnicodeReader.cpp | 38 f = fopen(fileName, "rb");
|
/external/iptables/iptables/ |
ip6tables-save.c | 44 procfile = fopen("/proc/net/ip6_tables_names", "re");
|
iptables-save.c | 42 procfile = fopen("/proc/net/ip_tables_names", "re");
|
/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/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/vp8/common/ |
debugmodes.c | 22 FILE *mvs = fopen("mvs.stt", "a");
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_onyxd_if.c | 37 FILE *yuv_file = fopen(name, "ab"); 74 yframe = fopen(filename, "wb"); 82 yframe = fopen(filename, "wb"); 90 yframe = fopen(filename, "wb");
|
/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/sfntly/cpp/src/sfntly/port/ |
file_input_stream.cc | 157 file_ = fopen(file_path, "rb");
|
/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;
|
Completed in 482 milliseconds
<<11121314151617181920>>