Searched refs:FILE (Results 1 - 25 of 67) sorted by relevance

123

/system/core/include/cutils/
H A Dopen_memstream.h28 FILE* open_memstream(char** bufp, size_t* sizep);
/system/extras/tests/bionic/libc/common/
H A Dbench_stdio.c53 void read_file(FILE* fp, int chunkSize)
61 void write_file(FILE* fp, int chunkSize)
80 FILE* fp = fopen("/dev/zero", "rw");
/system/bluetooth/brfpatch/
H A Dbrfpatch.c54 static void dump_record(FILE *fpo, unsigned short opcode, unsigned char len,
77 static void process_line(FILE *file_out, char *buf, char *buffer) {
171 FILE *file_in = fopen(argv[1], "r");
174 FILE *file_out = fopen(argv[2], "w+");
/system/core/sh/
H A Dshow.c57 static void shtree(union node *, int, char *, FILE*);
58 static void shcmd(union node *, FILE *);
59 static void sharg(union node *, FILE *);
60 static void indent(int, char *, FILE *);
73 shtree(union node *n, int ind, char *pfx, FILE *fp)
124 shcmd(union node *cmd, FILE *fp)
166 sharg(union node *arg, FILE *fp)
250 indent(int amount, char *pfx, FILE *fp)
269 FILE *tracefile;
H A Darith_lex.c145 extern FILE *yyin, *yyout;
183 FILE *yy_input_file;
279 void yyrestart (FILE *input_file );
281 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
289 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
332 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
1351 void yyrestart (FILE * input_file )
1413 YY_BUFFER_STATE yy_create_buffer (FILE * fil
[all...]
H A Dhistedit.c71 static FILE *el_in, *el_out;
76 extern FILE *tracefile;
86 FILE *el_err;
233 FILE *efp;
/system/core/libcutils/
H A Dcpu_info.c31 FILE* file;
H A Dandroid_reboot.c33 FILE *f;
H A Dopen_memstream.c24 * - Works like a file-backed FILE* opened with fopen(name, "w"), but the
225 FILE* open_memstream(char** bufp, size_t* sizep)
227 FILE* fp;
255 FILE* open_memstream(char** bufp, size_t* sizep)
284 FILE *stream;
/system/extras/tests/include/
H A DtestUtil.h49 void testPrint(FILE *stream, const char *fmt, ...);
/system/core/libzipfile/
H A Dtest_zipfile.c6 void dump_zipfile(FILE* to, zipfile_t file);
11 FILE* f;
/system/extras/tests/bionic/libc/
H A Drun-test.sh96 for FILE in `cd $EXEC_ROOT_PATH && ls -d test_*`; do
97 TEST=`echo "$FILE" | sed -e "s!test_\(.*\)_intermediates!\\1!g"`
/system/extras/tests/bionic/libc/other/
H A Dtest_zlib.c45 int def(FILE *source, FILE *dest, int level)
93 int inf(FILE *source)
177 FILE* f;
220 FILE* f = fopen(argv[1], "rb");
221 FILE* out = NULL;
/system/extras/latencytop/
H A Dlatencytop.c51 static struct latency_entry *read_latency_file(FILE *f, struct latency_entry *list);
52 static void erase_latency_file(FILE *f);
175 FILE *f;
233 FILE *f;
308 FILE *f;
321 static void erase_latency_file(FILE *f) {
325 static struct latency_entry *read_latency_file(FILE *f, struct latency_entry *list) {
/system/extras/fatblock/
H A Dfatblock.c83 FILE *file;
106 FILE *file;
/system/core/sh/bltin/
H A Dbltin.h58 #define FILE struct output macro
/system/core/toolbox/
H A Ddf.c47 FILE *f = fopen("/proc/mounts", "r");
H A Dumount.c30 FILE* f;
H A Duptime.c81 FILE* file = fopen("/proc/uptime", "r");
H A Dcat.c53 cook_buf(FILE *fp)
127 FILE *fp;
H A Dnetstat.c92 FILE *fp = fopen(filename, "r");
119 FILE *fp = fopen(filename, "r");
/system/vold/
H A DXwarp.cpp45 FILE *fp;
/system/core/adb/
H A Dadb_auth_client.c52 FILE *f;
123 FILE *f;
/system/core/debuggerd/
H A Dbacktrace.c41 FILE* fp;
70 FILE* fp;
/system/extras/tests/bionic/libstdc++/
H A Dtest_cstdio.cpp156 volatile std::FILE file;

Completed in 1540 milliseconds

123