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

1234567891011>>

/external/bison/src/
H A Dscan-skel.h22 void scan_skel (FILE *);
25 extern FILE *skel_in;
26 extern FILE *skel_out;
H A Dconflicts.h28 void conflicts_output (FILE *out);
H A Dreduce.h26 void reduce_output (FILE *out);
H A Dfiles.h65 FILE *xfopen (const char *name, const char *mode);
66 void xfclose (FILE *ptr);
H A Dgram.h220 void rule_lhs_print (rule *r, symbol *previous_lhs, FILE *out);
226 void rule_rhs_print (rule *r, FILE *out);
229 void rule_print (rule *r, FILE *out);
246 void ritem_print (FILE *out);
253 void grammar_rules_partial_print (FILE *out, const char *title,
257 void grammar_rules_print (FILE *out);
260 void grammar_dump (FILE *out, const char *title);
/external/bison/lib/
H A Dstdio-safer.h23 FILE *fopen_safer (char const *, char const *);
H A Dbitsetv-print.h25 extern void bitsetv_matrix_dump (FILE *, const char *, bitsetv);
/external/iptables/extensions/
H A D.REJECT-test62 FILE=$KERNEL_DIR/include/linux/netfilter_ipv6/ip6t_REJECT.h
4 [ -f $FILE ] && grep IP6T_ICMP6_NO_ROUTE 2>&1 >/dev/null $FILE && echo REJECT
/external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
H A Dgendef.pl8 if ( ! defined(open(FILE, $file)) ) {
14 while (<FILE>) {
21 close(FILE);
/external/oprofile/libutil/
H A Dop_fileio.h31 FILE * op_try_open_file(char const * name, char const * mode);
41 FILE * op_open_file(char const * name, char const * mode);
61 void op_close_file(FILE * fp);
72 void op_write_file(FILE * fp, void const * buf, size_t size);
84 void op_write_u32(FILE * fp, u32 val);
96 void op_write_u64(FILE * fp, u64 val);
106 void op_write_u8(FILE * fp, u8 val);
123 char * op_get_line(FILE * fp);
/external/stlport/src/
H A D_stdio_file.h23 * representation of struct FILE, from the C stdio library, and
41 inline int _FILE_fd(const FILE *__f) {
42 /* Check if FILE is one of the three standard streams
57 return (int)::_fileno((FILE*)__f);
62 inline int _FILE_fd(const FILE *__f) { return __f->__file; }
66 inline int _FILE_fd(const FILE *__f) { return (int) __f->__pad[2]; }
72 inline int _FILE_fd(const FILE *__f) { return fileno(__CONST_CAST(FILE*, __f)); }
76 inline int _FILE_fd(const FILE *__f) { return __f->_fileno; }
80 inline int _FILE_fd(const FILE *__
[all...]
/external/tcpdump/lbl/
H A Dos-solaris2.h26 int setlinebuf(FILE *);
H A Dos-sunos4.h25 #ifdef FILE
26 int _filbuf(FILE *);
27 int _flsbuf(u_char, FILE *);
28 int fclose(FILE *);
29 int fflush(FILE *);
30 int fgetc(FILE *);
31 int fprintf(FILE *, const char *, ...);
32 int fputc(int, FILE *);
33 int fputs(const char *, FILE *);
34 u_int fread(void *, u_int, u_int, FILE *);
[all...]
/external/v8/src/
H A Ddisassembler.h37 static void Dump(FILE* f, byte* begin, byte* end);
42 static int Decode(FILE* f, byte* begin, byte* end);
45 static void Decode(FILE* f, Code* code);
51 static int Decode(FILE* f, byte* pc, int* char_count);
/external/skia/src/ports/
H A DSkOSFile_stdio.cpp47 size_t curr = ::ftell((FILE*)f); // remember where we are
48 ::fseek((FILE*)f, 0, SEEK_END); // go to the end
49 size_t size = ::ftell((FILE*)f); // record the size
50 ::fseek((FILE*)f, (long)curr, SEEK_SET); // go back to our prev loc
57 ::rewind((FILE*)f);
58 // ::fseek((FILE*)f, 0, SEEK_SET);
67 size_t curr = ::ftell((FILE*)f);
69 SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)f)));
72 // ::fseek((FILE*)
[all...]
/external/clearsilver/util/
H A Dfilter.h70 * buffered FILE*
72 * except each of the pipes is wrapped in a buffered stdio FILE
81 * Output: in -> the stdin FILE of the sub process
82 * out -> the stdout FILE of the sub process
83 * err -> the stderr FILE of the sub process
87 NEOERR *filter_create_fp(const char *cmd, FILE **in, FILE **out, FILE **err,
/external/icu4c/samples/cal/
H A Duprint.h23 /* Print a ustring to the specified FILE* in the default codepage */
24 U_CFUNC void uprint(const UChar *s, FILE *f, UErrorCode *status);
/external/icu4c/samples/date/
H A Duprint.h23 /* Print a ustring to the specified FILE* in the default codepage */
24 U_CFUNC void uprint(const UChar *s, FILE *f, UErrorCode *status);
/external/icu4c/tools/toolutil/
H A Dwritesrc.h29 U_CAPI FILE * U_EXPORT2
40 usrc_writeArray(FILE *f,
51 usrc_writeUTrie2Arrays(FILE *f,
62 usrc_writeUTrie2Struct(FILE *f,
H A Dfilestrm.c34 FILE *file = fopen(filename, mode);
47 FILE* result = _wfopen(filename, mode);
52 FILE *result;
76 fclose((FILE*)fileStream);
82 FILE* temp = fopen(filename, "r");
97 FILE* file = tmpfile();
105 return fread(addr, 1, len, (FILE*)fileStream);
112 return fwrite(addr, 1, len, (FILE*)fileStream);
118 rewind((FILE*)fileStream);
124 int32_t c = fputc(ch, (FILE*)fileStrea
[all...]
/external/tcpdump/
H A Dpcap_dump_ftell.c35 return (ftell((FILE *)p));
/external/webkit/WebKit/android/
H A DAndroidLog.h31 extern FILE* gDomTreeFile;
36 extern FILE* gRenderTreeFile;
/external/libpcap/lbl/
H A Dos-sunos4.h25 #ifdef FILE
26 int _filbuf(FILE *);
27 int _flsbuf(u_char, FILE *);
28 int fclose(FILE *);
29 int fflush(FILE *);
30 int fgetc(FILE *);
31 int fprintf(FILE *, const char *, ...);
32 int fputc(int, FILE *);
33 int fputs(const char *, FILE *);
34 u_int fread(void *, u_int, u_int, FILE *);
[all...]
/external/bluetooth/bluez/test/
H A Dhsplay18 FILE=$1
22 $MPG123 -q -s "$FILE" | $SOX -t raw -r 44100 -c 2 -s -w - -t raw -r 8000 -c 1 -s -w - | $HSTEST play - $BDADDR $CHANNEL
/external/e2fsprogs/lib/e2p/
H A Dpe.c21 void print_fs_errors (FILE * f, unsigned short errors)

Completed in 199 milliseconds

1234567891011>>