Searched
full:fopen (Results
551 -
575 of
2179) sorted by null
<<21222324252627282930>>
/external/hyphenation/patches/ |
0001-Ehhance-hyphenation-dictionary-reading-from-characte.patch | 101 - f = fopen (fn, "r");
|
/external/icu4c/samples/layout/ |
FontMap.cpp | 43 file = fopen(fileName, "r");
|
/external/icu4c/test/letest/ |
FontObject.cpp | 20 file = fopen(fileName, "rb");
|
/external/icu4c/tools/toolutil/ |
pkg_icu.cpp | 84 file=fopen(listname, "r");
|
writesrc.c | 49 f=fopen(p, "w");
|
/external/iproute2/netem/ |
maketable.c | 207 if (!(fp = fopen(argv[1], "r"))) {
|
/external/iproute2/tc/ |
tc_core.c | 191 fp = fopen("/proc/net/psched", "r");
|
/external/ipsec-tools/src/racoon/ |
plainrsa-gen.c | 193 fp = fopen(fname, "w");
|
/external/jpeg/ |
cdjpeg.h | 155 #ifdef DONT_USE_B_MODE /* define mode parameters for fopen() */
|
example.c | 111 * VERY IMPORTANT: use "b" option to fopen() if you are on a machine that 114 if ((outfile = fopen(filename, "wb")) == NULL) { 302 * VERY IMPORTANT: use "b" option to fopen() if you are on a machine that 306 if ((infile = fopen(filename, "rb")) == NULL) {
|
jmem-android.c | 134 FILE * fd = fopen(path, "w+");
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
pscap.c | 126 f = fopen(buf, "rte");
|
/external/libgsm/ |
ChangeLog | 60 inc/toast.h: read/write fopen modes "rb" and "wb", not just "r"
|
/external/libvorbis/doc/vorbisfile/ |
initialization.html | 29 application may also open a file itself using <tt>fopen()</tt>, then pass the
|
/external/libvorbis/vq/ |
latticebuild.c | 80 in=fopen(filename,"r");
|
vqgen.c | 100 cells=fopen(buff,"w"); 352 cells=fopen(buff,"w"); 354 assig=fopen(buff,"w"); 356 bias=fopen(buff,"w");
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
c_mac.php | 99 'va_start', 'va_arg', 'va_end', 'offsetof', 'sizeof', 'fopen', 'freopen',
|
verilog.php | 74 '$fclose', '$fdisplay', '$fopen',
|
/external/libvpx/libvpx/nestegg/test/ |
test.c | 98 fp = fopen(argv[1], "rb");
|
/external/libvpx/libvpx/test/ |
video_source.h | 50 return fopen(path_to_source.c_str(), "rb");
|
/external/libvpx/libvpx/vpx_ports/ |
arm_cpudetect.c | 151 fin = fopen("/proc/cpuinfo", "r");
|
/external/libyuv/files/source/ |
cpu_id.cc | 105 FILE* fin = fopen(cpuinfo_name, "r");
|
/external/linux-tools-perf/util/ |
debugfs.c | 63 fp = fopen("/proc/mounts", "r");
|
/external/llvm/lib/Analysis/ |
ProfileDataLoader.cpp | 123 FILE *F = fopen(Filename.c_str(), "rb");
|
ProfileInfoLoader.cpp | 88 FILE *F = fopen(Filename.c_str(), "rb");
|
Completed in 452 milliseconds
<<21222324252627282930>>