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

1234567891011>>

/external/clang/test/Preprocessor/
H A Dinclude-directive1.c7 #define FILE "file_to_include.h" macro
8 #include XX FILE
10 #include FILE
/external/clang/test/Modules/Inputs/System/usr/include/
H A Dstdio.h1 typedef struct { int id; } FILE; typedef in typeref:struct:__anon4439
2 int fprintf(FILE*restrict, const char* restrict format, ...);
/external/bison/src/
H A Dscan-skel.h22 void scan_skel (FILE *);
25 extern FILE *skel_in;
26 extern FILE *skel_out;
/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/libvpx/
H A Dtools_common.h14 FILE* set_binary_mode(FILE *stream);
H A Dtools_common.c17 FILE* set_binary_mode(FILE *stream)
/external/clang/test/CodeGen/
H A D2002-06-25-FWriteInterfaceFailure.c3 typedef struct _IO_FILE FILE; typedef in typeref:struct:_IO_FILE
4 extern FILE *stderr;
5 int fprintf(FILE * restrict stream, const char * restrict format, ...);
H A Dvfprintf.c3 typedef struct _IO_FILE FILE; typedef in typeref:struct:_IO_FILE
4 int vfprintf(FILE*restrict,const char*restrict, __builtin_va_list);
/external/compiler-rt/SDKs/linux/usr/include/
H A Dstdio.h23 typedef struct _IO_FILE FILE; typedef in typeref:struct:_IO_FILE
29 extern int fclose(FILE *);
30 extern int fflush(FILE *);
31 extern FILE *fopen(const char * restrict, const char * restrict);
32 extern int fprintf(FILE * restrict, const char * restrict, ...);
33 extern size_t fwrite(const void * restrict, size_t, size_t, FILE * restrict);
/external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
H A Dgendef.pl8 if ( ! defined(open(FILE, $file)) ) {
14 while (<FILE>) {
21 close(FILE);
/external/clang/test/Analysis/
H A Dstream.c4 typedef struct _IO_FILE FILE; typedef in typeref:struct:_IO_FILE
8 extern FILE *fopen(const char *path, const char *mode);
9 extern FILE *tmpfile(void);
10 extern int fclose(FILE *fp);
11 extern size_t fread(void *ptr, size_t size, size_t nmemb, FILE *stream);
12 extern int fseek (FILE *__stream, long int __off, int __whence);
13 extern long int ftell (FILE *__stream);
14 extern void rewind (FILE *__stream);
17 FILE *p = fopen("foo", "r");
24 FILE *
[all...]
H A Dsystem-header-simulator.h3 typedef struct _FILE FILE; typedef in typeref:struct:_FILE
4 extern FILE *stdin;
5 extern FILE *stdout;
6 extern FILE *stderr;
8 extern FILE *__stdinp;
9 extern FILE *__stdoutp;
10 extern FILE *__stderrp;
13 int fscanf(FILE *restrict, const char *restrict, ...);
30 void setbuf(FILE * restrict, char * restrict);
31 int setvbuf(FILE * restric
[all...]
/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/compiler-rt/SDKs/darwin/usr/include/
H A Dstdio.h20 typedef struct __sFILE FILE; typedef in typeref:struct:__sFILE
52 extern FILE *__stderrp;
54 int fclose(FILE *);
55 int fflush(FILE *);
56 FILE *fopen(const char * restrict, const char * restrict) __asm(__FOPEN_NAME);
57 int fprintf(FILE * restrict, const char * restrict, ...);
58 size_t fwrite(const void * restrict, size_t, size_t, FILE * restrict)
/external/compiler-rt/test/Unit/
H A Dtest24 for FILE in $(ls *.c); do
30 if test $FILE = gcc_personality_test.c
36 if test $FILE = trampoline_setup_test.c
43 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe
45 echo "Built $FILE.exe for $ARCH"
47 echo "$FILE failed to compile"
50 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA
52 echo "Testing $FILE for $ARCH"
61 echo "$FILE faile
[all...]
/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/chromium/base/memory/
H A Dscoped_handle.h18 explicit ScopedStdioHandle(FILE* handle)
32 FILE* get() const { return handle_; }
34 FILE* Take() {
35 FILE* temp = handle_;
40 void Set(FILE* newhandle) {
46 FILE* handle_;
/external/compiler-rt/test/timing/
H A Dtime18 echo "$FILE failed to compile"
25 for FILE in $(ls *.c); do
27 echo "Timing $FILE for $ARCH"
29 test $ARCH $FILE libgcc ""
30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
32 test $ARCH $FILE installed $INSTALLED
/external/chromium/base/allocator/
H A Dprep_libc.sh34 for FILE in $OBJFILES
36 echo ${FILE}
37 LIB /NOLOGO /IGNORE:4006,4014,4221 /REMOVE:${LIBCMTSRCPATHVS2005}${FILE} $OUTCMT
38 LIB /NOLOGO /IGNORE:4006,4014,4221 /REMOVE:${LIBCMTSRCPATHVS2008}${FILE} $OUTCMT
/external/clang/test/CodeGen/Inputs/
H A Dstdio.h1 struct FILE;
2 extern int vfprintf(struct FILE *s, const char *format, __builtin_va_list arg);
/external/harfbuzz/src/
H A Dharfbuzz-dump.h36 void HB_Dump_GSUB_Table (HB_GSUB gsub, FILE *stream);
37 void HB_Dump_GPOS_Table (HB_GPOS gpos, FILE *stream);
/external/libmtp/src/
H A Dutil.h26 void data_dump(FILE *f, void *buf, uint32_t nbytes);
27 void data_dump_ascii (FILE *f, void *buf, uint32_t n, uint32_t dump_boundry);
/external/libvorbis/vq/
H A Dbookutil.h3 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
26 extern char *get_line(FILE *in);
27 extern char *setup_line(FILE *in);
28 extern int get_line_value(FILE *in,float *value);
29 extern int get_next_value(FILE *in,float *value);
30 extern int get_next_ivalue(FILE *in,long *ivalue);
32 extern int get_vector(codebook *b,FILE *in,int start,int num,float *a);
33 extern char *find_seek_to(FILE *in,char *s);
36 extern void write_codebook(FILE *out,char *name,const static_codebook *c);
/external/tcpdump/lbl/
H A Dos-solaris2.h26 int setlinebuf(FILE *);

Completed in 1236 milliseconds

1234567891011>>