Searched
full:fopen (Results
751 -
775 of
2610) sorted by null
<<31323334353637383940>>
/external/icu/icu4c/source/test/letest/ |
FontObject.cpp | 20 file = fopen(fileName, "rb");
|
/external/icu/icu4c/source/test/perf/leperf/ |
FontObject.cpp | 20 file = fopen(fileName, "rb");
|
/external/icu/icu4c/source/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/libcxx/test/depr/depr.c.headers/ |
stdio_h.pass.cpp | 96 static_assert((std::is_same<decltype(fopen("", "")), FILE*>::value), "");
|
/external/libgsm/ |
ChangeLog | 60 inc/toast.h: read/write fopen modes "rb" and "wb", not just "r"
|
/external/libopus/celt/arm/ |
armcpu.c | 100 cpuinfo = fopen("/proc/cpuinfo", "r");
|
/external/libopus/silk/ |
debug.h | 254 silk_debug_store_fp[ cnt ] = fopen(#FILE_NAME, "wb"); \
|
/external/libpng/contrib/libtests/ |
timepng.c | 183 FILE *ip = fopen(name, "rb");
|
/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/ |
decode_to_md5.c | 98 if (!(outfile = fopen(argv[2], "wb")))
|
decode_with_drops.c | 96 if (!(outfile = fopen(argv[2], "wb")))
|
postproc.c | 80 if (!(outfile = fopen(argv[2], "wb")))
|
simple_decoder.c | 117 if (!(outfile = fopen(argv[2], "wb")))
|
vp8cx_set_ref.c | 157 if (!(infile = fopen(argv[3], "rb")))
|
/external/libvpx/libvpx/test/ |
video_source.h | 50 return fopen(path_to_source.c_str(), "rb");
|
Completed in 547 milliseconds
<<31323334353637383940>>