/external/iproute2/ip/ |
ipmroute.c | 56 FILE *fp = fopen("/proc/net/ip_mr_vif", "r"); 81 FILE *fp = fopen("/proc/net/ip_mr_cache", "r");
|
rtmon.c | 150 fp = fopen(file, "w"); 152 perror("Cannot fopen");
|
/external/jpeg/ |
jconfig.doc | 143 /* By default, we open image files with fopen(...,"rb") or fopen(...,"wb").
|
jconfig.h | 144 /* By default, we open image files with fopen(...,"rb") or fopen(...,"wb").
|
/external/openssl/crypto/rc4/ |
rc4.c | 125 in=fopen(infile,"r"); 137 out=fopen(outfile,"w");
|
/external/oprofile/libop/ |
op_cpu_type.c | 95 fp = fopen("/proc/sys/dev/oprofile/cpu_type", "r"); 98 fp = fopen("/dev/oprofile/cpu_type", "r");
|
/external/oprofile/libutil/ |
op_fileio.c | 26 fp = fopen(name, mode); 100 fp = fopen(filename, "r");
|
/external/qemu/distrib/zlib-1.2.3/ |
zutil.h | 111 fopen((name), (mode), "mbc=60", "ctx=stm", "rfm=fix", "mrs=512") 173 # define F_OPEN(name, mode) fopen((name), (mode))
|
/external/zlib/ |
zutil.h | 111 fopen((name), (mode), "mbc=60", "ctx=stm", "rfm=fix", "mrs=512") 173 # define F_OPEN(name, mode) fopen((name), (mode))
|
/frameworks/base/media/tests/omxjpegdecoder/ |
omx_jpeg_decoder.cpp | 44 FILE *pFile = fopen(filename, "w+"); 66 FILE* fp = fopen(filename, "w+");
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_log.c | 37 if (!me->fOut) me->fOut = fopen(me->fOutFile, "wb"); 135 me->fOut = fopen(me->fOutFile, "ab");
|
/system/bluetooth/brfpatch/ |
brfpatch.c | 171 FILE *file_in = fopen(argv[1], "r"); 174 FILE *file_out = fopen(argv[2], "w+");
|
/system/core/toolbox/ |
cat.c | 135 else if ((fp = fopen(*argv, 137 perror("fopen");
|
/system/vold/ |
main.cpp | 89 if ((fp = fopen("/sys/devices/virtual/switch/usb_mass_storage/state", 175 if (!(fp = fopen("/etc/vold.fstab", "r"))) {
|
/external/svox/pico/lib/ |
picopal.c | 294 /* 'fopen' opens the file with name 'filename'. Depending on 315 res = (picopal_File) fopen((char *)filename, (char *)"r"); 318 res = (picopal_File) fopen((char *)filename, (char *)"w"); 321 res = (picopal_File) fopen((char *)filename, (char *)"rb"); 324 res = (picopal_File) fopen((char *)filename, (char *)"wb");
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
conversions.sgml | 55 <function>fopen(3)</function>. 116 <function>fopen(3)</function> — those are "raw" 148 <function>fopen(3)</function>. If conversion fails, ask
|
/external/dropbear/libtommath/etc/ |
pprime.c | 39 out = fopen("pprime.dat", "wb"); 152 primes = fopen("pprime.dat", "rb"); 155 primes = fopen("pprime.dat", "rb");
|
/external/libpng/contrib/pngminus/ |
png2pnm.c | 84 if ((fp_al = fopen (argv[argi], "wb")) == NULL) 106 if ((fp_rd = fopen (argv[argi], "rb")) == NULL) 115 if ((fp_wr = fopen (argv[argi], "wb")) == NULL)
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_file_native.cpp | 141 if ((iFile = fopen(filename, openmode)) == NULL) 161 if (!filename || *filename == '\0') return -1; // Null string not supported in fopen, error out 201 if (!filename || *filename == '\0') return -1; // Null string not supported in fopen, error out
|
/external/quake/quake/src/WinQuake/ |
sys_sun.cpp | 94 f = fopen(path, "rb"); 122 f = fopen(path, "wb"); 178 f = fopen(path, "rb");
|
/external/zlib/contrib/minizip/ |
minizip.c | 122 ftestexist = fopen(filename,"rb"); 152 FILE * fin = fopen(filenameinzip,"rb"); 363 fin = fopen(filenameinzip,"rb");
|
/frameworks/base/cmds/dumpstate/ |
dumpstate.c | 184 FILE *oom_adj = fopen("/proc/self/oom_adj", "w"); 209 FILE *vibrator = fopen("/sys/class/timed_output/vibrator/enable", "w"); 213 FILE *cmdline = fopen("/proc/cmdline", "r");
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/tiwlan_loader/ |
tiwlan_loader.c | 154 if ((f1 = fopen(eeprom_file_name, "r")) == NULL) { 181 if ((f2 = fopen(firmware_file_name, "r")) == NULL ) { 196 if ((f3 = fopen(init_file_name, "r")) == NULL ) {
|
/development/tools/etc1tool/ |
etc1tool.cpp | 149 if ((pIn = fopen(pInput, "rb")) == NULL) { 247 if ((pIn = fopen(pInput, "rb")) == NULL) { 337 if ((pOut = fopen(pOutput, "wb")) == NULL) { 423 if ((pOut = fopen(pOutput, "wb")) == NULL) {
|
/external/blktrace/btt/ |
misc.c | 160 fp = fopen(path, mode);
|