Searched
full:fopen (Results
526 -
550 of
2155) sorted by null
<<21222324252627282930>>
/external/chromium_org/third_party/opus/src/silk/ |
debug.h | 259 silk_debug_store_fp[ cnt ] = fopen(#FILE_NAME, "wb"); \
|
/external/chromium_org/third_party/skia/src/effects/ |
SkEmbossMask.cpp | 55 FILE* file = ::fopen("SkEmbossMask_Table.h", "w");
|
/external/chromium_org/third_party/sqlite/src/tool/ |
speedtest16.c | 117 in = fopen(argv[2], "r");
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
nasm-preproc.c | 143 f = fopen(in_filename, "r");
|
/external/chromium_org/third_party/zlib/contrib/minizip/ |
ioapi.c | 97 file = fopen(filename, mode_fopen);
|
/external/chromium_org/v8/src/ |
snapshot-common.cc | 46 FILE* fp = OS::FOpen(name.start(), "r");
|
/external/e2fsprogs/lib/blkid/ |
save.c | 107 file = fopen(filename, "w");
|
/external/grub/util/ |
mbchk.c | 223 fp = fopen (argv[optind], "r");
|
/external/hyphenation/ |
example.c | 114 wtclst = fopen(argv[wtc],"r");
|
/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");
|
Completed in 661 milliseconds
<<21222324252627282930>>