Home
last modified time | relevance | path

Searched refs:FILE (Results 1 – 25 of 92) sorted by relevance

1234

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h50 typedef __FILE FILE; typedef
148 FILE *__stdin();
149 FILE *__stdout();
150 FILE *__stderr();
201 FILE * _EXFUN(tmpfile, (void));
203 int _EXFUN(fclose, (FILE *));
204 int _EXFUN(fflush, (FILE *));
205 FILE * _EXFUN(freopen, (const char *, const char *, FILE *));
206 void _EXFUN(setbuf, (FILE *, char *));
207 int _EXFUN(setvbuf, (FILE *, char *, int, size_t));
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdio.h49 typedef struct _IO_FILE FILE; typedef
54 __USING_NAMESPACE_STD(FILE)
172 extern FILE *tmpfile (void) __wur;
175 extern FILE *__REDIRECT (tmpfile, (void), tmpfile64) __wur;
182 extern FILE *tmpfile64 (void) __wur;
214 extern int fclose (FILE *__stream);
219 extern int fflush (FILE *__stream);
229 extern int fflush_unlocked (FILE *__stream);
249 extern FILE *fopen (__const char *__restrict __filename,
255 extern FILE *freopen (__const char *__restrict __filename,
[all …]
H A Dstdio_ext.h47 extern size_t __fbufsize (FILE *__fp) __THROW;
52 extern int __freading (FILE *__fp) __THROW;
57 extern int __fwriting (FILE *__fp) __THROW;
62 extern int __freadable (FILE *__fp) __THROW;
65 extern int __fwritable (FILE *__fp) __THROW;
69 extern int __flbf (FILE *__fp) __THROW;
73 extern void __fpurge (FILE *__fp) __THROW;
76 extern size_t __fpending (FILE *__fp) __THROW;
83 extern int __fsetlocking (FILE *__fp, int __type) __THROW;
H A Dargp.h353 FILE *err_stream; /* For errors; initialized to stderr. */
354 FILE *out_stream; /* For information; initialized to stdout. */
432 extern void (*argp_program_version_hook) (FILE *__restrict __stream,
480 FILE *__restrict __stream,
483 FILE *__restrict __stream, unsigned __flags,
497 FILE *__restrict __stream,
500 FILE *__restrict __stream,
H A Dresolv.h262 void fp_nquery (const u_char *, int, FILE *) __THROW;
263 void fp_query (const u_char *, FILE *) __THROW;
340 const u_char * p_cdnname (const u_char *, const u_char *, int, FILE *)
342 const u_char * p_cdname (const u_char *, const u_char *, FILE *) __THROW;
345 const u_char * p_fqname (const u_char *, const u_char *, FILE *) __THROW;
363 void fp_resstat (const res_state, FILE *) __THROW;
364 void res_npquery (const res_state, const u_char *, int, FILE *)
H A Dmntent.h67 extern FILE *setmntent (__const char *__file, __const char *__mode) __THROW;
72 extern struct mntent *getmntent (FILE *__stream) __THROW;
76 extern struct mntent *getmntent_r (FILE *__restrict __stream,
84 extern int addmntent (FILE *__restrict __stream,
88 extern int endmntent (FILE *__stream) __THROW;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstdio2.h86 extern int __fprintf_chk (FILE *__restrict __stream, int __flag,
89 extern int __vfprintf_chk (FILE *__restrict __stream, int __flag,
96 fprintf (FILE *__restrict __stream, __const char *__restrict __fmt, ...) in fprintf()
125 vfprintf (FILE *__restrict __stream, in vfprintf()
234 FILE *__restrict __stream) __wur;
237 FILE *__restrict __stream), fgets) __wur;
240 FILE *__restrict __stream), __fgets_chk)
245 fgets (char *__restrict __s, int __n, FILE *__restrict __stream) in fgets()
260 FILE *__restrict __stream) __wur;
263 size_t __n, FILE *__restrict __stream),
[all …]
H A Dstdio.h54 fgetc_unlocked (FILE *__fp) in fgetc_unlocked()
64 getc_unlocked (FILE *__fp) in getc_unlocked()
89 fputc_unlocked (int __c, FILE *__stream) in fputc_unlocked()
99 putc_unlocked (int __c, FILE *__stream) in putc_unlocked()
116 getline (char **__lineptr, size_t *__n, FILE *__stream) in getline()
126 __NTH (feof_unlocked (FILE *__stream)) in __NTH()
133 __NTH (ferror_unlocked (FILE *__stream)) in __NTH()
150 FILE *__stream = (stream); \
174 FILE *__stream = (stream); \
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dlex.zconf.c185 extern FILE *zconfin, *zconfout;
218 FILE *yy_input_file;
314 void zconfrestart (FILE *input_file );
316 YY_BUFFER_STATE zconf_create_buffer (FILE *file,int size );
324 static void zconf_init_buffer (YY_BUFFER_STATE b,FILE *file );
367 FILE *zconfin = (FILE *) 0, *zconfout = (FILE *) 0;
875 FILE *zconfget_in (void );
877 void zconfset_in (FILE * in_str );
879 FILE *zconfget_out (void );
881 void zconfset_out (FILE * out_str );
[all …]
H A Dlex.zconf.c_shipped185 extern FILE *zconfin, *zconfout;
218 FILE *yy_input_file;
314 void zconfrestart (FILE *input_file );
316 YY_BUFFER_STATE zconf_create_buffer (FILE *file,int size );
324 static void zconf_init_buffer (YY_BUFFER_STATE b,FILE *file );
367 FILE *zconfin = (FILE *) 0, *zconfout = (FILE *) 0;
875 FILE *zconfget_in (void );
877 void zconfset_in (FILE * in_str );
879 FILE *zconfget_out (void );
881 void zconfset_out (FILE * out_str );
[all …]
H A Dlkc.h76 void zconfdump(FILE *out);
78 FILE *zconf_fopen(const char *name);
85 void xfgets(char *str, int size, FILE *in);
96 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) in xfwrite()
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dcleanfile103 if (!open(FILE, '+<', $f)) {
108 binmode FILE;
115 while (read(FILE, $data, 65536) > 0) {
127 seek(FILE, 0, 0);
137 while ( defined($line = <FILE>) ) {
166 seek(FILE, 0, 0);
167 print FILE @lines;
169 if ( !defined($where = tell(FILE)) ||
170 !truncate(FILE, $where) ) {
175 close(FILE);
H A Dcleanpatch103 if (!open(FILE, '+<', $f)) {
108 binmode FILE;
115 while (read(FILE, $data, 65536) > 0) {
127 seek(FILE, 0, 0);
138 while ( defined($line = <FILE>) ) {
247 seek(FILE, 0, 0);
248 print FILE @lines;
250 if ( !defined($where = tell(FILE)) ||
251 !truncate(FILE, $where) ) {
257 close(FILE);
H A Dmarkup_oops.pl205 open(FILE, $cross_compile."objdump -dS $filename |") || die "Cannot start objdump";
206 while (<FILE>) {
212 close(FILE);
238 open(FILE, $cross_compile."objdump -dS --adjust-vma=$vmaoffset --start-address=$decodestart --stop-…
240 while (<FILE>) {
266 close(FILE);
H A Drecordmcount.pl450 open(FILE, ">$mcount_s") || die "can't create $mcount_s\n";
452 print FILE "\t.section $mcount_section,\"a\",$section_type\n";
453 print FILE "\t.align $alignment\n" if (defined($alignment));
456 printf FILE "\t%s %s + %d\n", $type, $ref_func, $cur_offset - $offset;
539 close(FILE);
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsFS.h183 FILE * MsFS_Fopen( const char *filename, const char *mode );
184 int MsFS_Fclose( FILE *stream );
185 size_t MsFS_Fread( void *data, size_t itemsize, size_t nitems, FILE *stream );
186 size_t MsFS_Fwrite( const void *data, size_t itemsize, size_t nitems, FILE *stream );
187 int MsFS_Fftruncate( FILE *stream, MS_U64 length);
188 int MsFS_Fseek( FILE *stream, MS_U64 pos, int whence );
189 void MsFS_Rewind( FILE *stream );
190 MS_U64 MsFS_Ftell( FILE *stream );
191 int MsFS_Fflush(FILE *stream);
/utopia/UTPA2-700.0.x/mxlib/msfs/ecos/
H A DMsFS.c550 FILE * MsFS_Fopen( const char *filename, const char *mode ) in MsFS_Fopen()
602 return (FILE *)ID_OUT_FS(s32Ret); in MsFS_Fopen()
612 int MsFS_Fclose( FILE *stream ) in MsFS_Fclose()
633 size_t MsFS_Fread( void *data, size_t itemsize, size_t nitems, FILE *stream ) in MsFS_Fread()
654 size_t MsFS_Fwrite( const void *data, size_t itemsize, size_t nitems, FILE *stream ) in MsFS_Fwrite()
672 int MsFS_Fftruncate( FILE *stream, MS_U64 length) in MsFS_Fftruncate()
685 int MsFS_Fseek( FILE *stream, MS_U64 pos, int whence ) in MsFS_Fseek()
702 void MsFS_Rewind( FILE *stream ) in MsFS_Rewind()
713 MS_U64 MsFS_Ftell( FILE *stream ) in MsFS_Ftell()
718 int MsFS_Fflush( FILE *stream ) in MsFS_Fflush()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMsFS.h183 FILE * MsFS_Fopen( const char *filename, const char *mode );
184 int MsFS_Fclose( FILE *stream );
185 size_t MsFS_Fread( void *data, size_t itemsize, size_t nitems, FILE *stream );
186 size_t MsFS_Fwrite( const void *data, size_t itemsize, size_t nitems, FILE *stream );
187 int MsFS_Fseek( FILE *stream, MS_U64 pos, int whence );
188 void MsFS_Rewind( FILE *stream );
189 MS_U64 MsFS_Ftell( FILE *stream );
190 int MsFS_Fflush(FILE *stream);
/utopia/UTPA2-700.0.x/mxlib/msfs/linux/
H A DMsFS.c604 FILE * MsFS_Fopen( const char *filename, const char *mode ) in MsFS_Fopen()
607 FILE* a = fopen(filename, mode); in MsFS_Fopen()
628 int MsFS_Fclose( FILE *stream ) in MsFS_Fclose()
648 size_t MsFS_Fread( void *data, size_t itemsize, size_t nitems, FILE *stream ) in MsFS_Fread()
668 size_t MsFS_Fwrite( const void *data, size_t itemsize, size_t nitems, FILE *stream ) in MsFS_Fwrite()
685 int MsFS_Fftruncate( FILE *stream, MS_U64 length) in MsFS_Fftruncate()
699 int MsFS_Fseek( FILE *stream, MS_U64 pos, int whence ) in MsFS_Fseek()
715 void MsFS_Rewind( FILE *stream ) in MsFS_Rewind()
726 MS_U64 MsFS_Ftell( FILE *stream ) in MsFS_Ftell()
737 int MsFS_Fflush(FILE *stream) in MsFS_Fflush()
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dflattree.c117 static void emit_label(FILE *f, const char *prefix, const char *label) in emit_label()
124 static void emit_offset_label(FILE *f, const char *label, int offset) in emit_offset_label()
140 FILE *f = e; in asm_emit_cell()
149 FILE *f = e; in asm_emit_string()
167 FILE *f = e; in asm_emit_align()
174 FILE *f = e; in asm_emit_data()
196 FILE *f = e; in asm_emit_beginnode()
209 FILE *f = e; in asm_emit_endnode()
222 FILE *f = e; in asm_emit_property()
366 void dt_to_blob(FILE *f, struct boot_info *bi, int version) in dt_to_blob()
[all …]
H A Dtreesource.c24 extern FILE *yyin;
47 static void write_prefix(FILE *f, int level) in write_prefix()
62 static void write_propval_string(FILE *f, struct data val) in write_propval_string()
135 static void write_propval_cells(FILE *f, struct data val) in write_propval_cells()
165 static void write_propval_bytes(FILE *f, struct data val) in write_propval_bytes()
193 static void write_propval(FILE *f, struct property *prop) in write_propval()
234 static void write_tree_source_node(FILE *f, struct node *tree, int level) in write_tree_source_node()
264 void dt_to_source(FILE *f, struct boot_info *bi) in dt_to_source()
H A Ddtc-lexer.lex.c_shipped167 extern FILE *yyin, *yyout;
200 FILE *yy_input_file;
296 void yyrestart (FILE *input_file );
298 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
306 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
349 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
641 FILE *yyget_in (void );
643 void yyset_in (FILE * in_str );
645 FILE *yyget_out (void );
647 void yyset_out (FILE * out_str );
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DMuxCommon.c205 fwrite(s->bbuffer, 1, s->bbufend_ptr-s->bbuffer, (FILE*)s->handle); in outbuf_put()
229 fwrite(s->bbuffer, 1, s->bbufend_ptr-s->bbuffer, (FILE*)s->handle); in outbuf_put()
253 fwrite(s->bbuffer, 1, s->bbufend_ptr-s->bbuffer, (FILE*)s->handle); in outbuf_put()
276 fwrite(s->bbuffer, 1, s->bbufend_ptr-s->bbuffer, (FILE*)s->handle); in outbuf_put()
350 fwrite(s->bbuffer, 1, s->write_ptr-s->bbuffer, (FILE*)s->handle); in outbuf_flush()
359 fclose((FILE*)s->handle); in outbuf_close()
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped205 extern FILE *yyin, *yyout;
241 FILE *yy_input_file;
358 void yyrestart (FILE *input_file );
360 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
368 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
416 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
711 FILE *yyget_in (void );
713 void yyset_in (FILE * in_str );
715 FILE *yyget_out (void );
717 void yyset_out (FILE * out_str );
[all …]
H A Dgenksyms.c40 static FILE *debugfile;
69 static void print_list(FILE * f, struct string_list *list);
420 static struct string_list *read_node(FILE *f) in read_node()
466 static void read_reference(FILE *f) in read_reference()
502 static void print_node(FILE * f, struct string_list *list) in print_node()
511 static void print_list(FILE * f, struct string_list *list) in print_list()
760 FILE *dumpfile = NULL, *ref_file = NULL; in main()

1234