Searched
full:fopen (Results
1026 -
1050 of
2610) sorted by null
<<41424344454647484950>>
/external/libnl/lib/ |
handlers.c | 27 * FILE *file = fopen(...);
|
/external/libpng/contrib/gregbook/ |
wpng.c | 209 tmpfile = fopen("/etc/config/system.glGammaVal", "r"); 328 } else if (!(wpng_info.infile = fopen(inname, "rb"))) { 376 if ((wpng_info.outfile = fopen(outname, "rb")) != NULL) { 381 } else if (!(wpng_info.outfile = fopen(outname, "wb"))) {
|
/external/libselinux/src/ |
label_android_property.c | 163 if ((fp = fopen(path, "r")) == NULL)
|
/external/libsepol/src/ |
genusers.c | 46 fp = fopen(path, "r");
|
/external/libvorbis/vq/ |
distribution.c | 51 in=fopen(argv[1],"r");
|
/external/libvpx/libvpx/examples/ |
set_maps.c | 212 if (!(infile = fopen(argv[4], "rb")))
|
twopass_encoder.c | 193 if (!(infile = fopen(infile_arg, "rb")))
|
/external/libvpx/libvpx/test/ |
resize_test.cc | 181 outfile_ = fopen("vp90-2-05-resize.ivf", "wb");
|
/external/lldb/tools/lldb-platform/ |
lldb-platform.cpp | 145 FILE *log_file = fopen(optarg, "w");
|
/external/mdnsresponder/mDNSShared/ |
dnsextd_parser.y | 445 yyin = fopen( file, "r" );
|
/external/mesa3d/src/gallium/drivers/trace/ |
tr_dump.c | 239 stream = fopen(filename, "wt");
|
/external/mesa3d/src/glsl/ |
main.cpp | 70 FILE *fp = fopen(file_name, "rb");
|
/external/oprofile/daemon/ |
init.c | 110 status_file = fopen(op_dump_status, "w");
|
/external/pdfium/core/include/fxcrt/ |
fx_system.h | 155 #define FXSYS_fopen fopen
|
/external/ppp/pppd/plugins/pppoatm/ |
ans.c | 209 if (!(file = fopen(E164_CC_FILE,"r")))
|
text2atm.c | 219 if (!(file = fopen(HOSTS_ATM,"r"))) return TRY_OTHER;
|
/external/qemu/distrib/libselinux/src/ |
label_android_property.c | 163 if ((fp = fopen(path, "r")) == NULL)
|
/external/qemu/distrib/sdl-1.2.15/ |
sdl.m4 | 100 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
|
/external/qemu/distrib/sdl-1.2.15/src/audio/esd/ |
SDL_esdaudio.c | 256 fp = fopen(temp, "r");
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11image.c | 156 FILE *pstat = fopen("/proc/stat", "r");
|
/external/qemu/distrib/sdl-1.2.15/test/ |
acinclude.m4 | 96 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
|
/external/srec/portable/src/ |
PFileWrap.c | 285 result = (PFile *)fopen ( filename, mode );
|
/external/svox/pico/lib/ |
picodbg.c | 305 logFile = fopen(name, "wt");
|
picopal.h | 187 /* 'FOpen' opens the file with name 'filename'. Depending on
|
/external/tinyalsa/ |
tinyplay.c | 94 file = fopen(filename, "rb");
|
Completed in 557 milliseconds
<<41424344454647484950>>