Searched
full:fopen (Results
1726 -
1750 of
2610) sorted by null
<<61626364656667686970>>
/external/iproute2/misc/ |
ifstat.c | 712 if ((tfp = fopen("/proc/uptime", "r")) != NULL) {
|
/external/ipsec-tools/src/racoon/ |
cftoken.l | 749 yyin = fopen(path, "r");
|
/external/iptables/iptables/ |
iptables-xml.c | 649 in = fopen(argv[optind], "re");
|
/external/jhead/ |
jhead.c | 148 file = fopen(TempFileName, "w"); 180 file = fopen(TempFileName, "r"); 975 CommentFile = fopen(CommentFileName,"r"); [all...] |
/external/libcap-ng/libcap-ng-0.7/src/ |
cap-ng.c | 244 f = fopen(buf, "re");
|
/external/libexif/contrib/examples/ |
write-exif.c | 256 f = fopen(FILE_NAME, "wb");
|
/external/libnl/lib/ |
doc.c | 475 * FILE *file = fopen(...);
|
/external/libnl/lib/route/sch/ |
netem.c | 880 f = fopen(name, "r");
|
/external/libunwind/src/dwarf/ |
Gfind_proc_info-lsb.c | 108 f = fopen (file, "r");
|
/external/libvorbis/lib/ |
psytune.c | 205 of=fopen(buffer,"w");
|
/external/libvpx/libvpx/build/make/ |
obj_int_extract.c | 807 fp = fopen(f, "rb");
|
/external/libvpx/libvpx/examples/ |
vpx_temporal_scalable_patterns.c | 546 if (!(infile = fopen(argv[1], "rb"))) {
|
/external/libvpx/libvpx/vpx_mem/ |
vpx_mem_tracker.c | 338 if ((g_logging.file = fopen((char *)option, "w")))
|
/external/llvm/lib/Target/ |
TargetLibraryInfo.cpp | 152 "fopen",
|
/external/llvm/utils/unittest/googletest/src/ |
gtest-port.cc | 538 FILE* const file = posix::FOpen(filename_.c_str(), "r");
|
/external/ltrace/ |
options.c | 635 options.output = fopen(optarg, "w");
|
/external/ltrace/sysdeps/linux-gnu/ |
proc.c | 91 return fopen(fn, "r");
|
/external/mdnsresponder/mDNSPosix/ |
mDNSUNP.c | 103 if ((fp = fopen(PROC_IFINET6_PATH, "r")) != NULL) {
|
/external/mesa3d/src/gtest/src/ |
gtest-port.cc | 534 FILE* const file = posix::FOpen(filename_.c_str(), "r");
|
/external/opencv/cxcore/src/ |
cxswitcher.cpp | 229 FILE *file = fopen( "/proc/cpuinfo", "r" );
|
/external/openssl/apps/ |
enc.c | 236 infile=fopen(file,"r");
|
/external/pdfium/core/include/thirdparties/freetype/freetype/config/ |
ftoption.h | 209 /* fopen() etc. Enables the use of smaller system libraries on embedded */ [all...] |
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
openjpeg.c | 940 p_file = fopen(fname, mode);
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
fx_zlib_crc32.c | 145 out = fopen("crc32.h", "w");
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
cmssm.c | 598 fp = fopen (fname, "wt");
|
Completed in 681 milliseconds
<<61626364656667686970>>