HomeSort by relevance Sort by last modified time
    Searched refs:FILE (Results 1 - 25 of 2555) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Preprocessor/
include-directive1.c 1 // RUN: %clang_cc1 -E %s -fno-caret-diagnostics 2>&1 >/dev/null | grep 'file successfully included' | count 3
6 // expand macros to get to file to include
7 #define FILE "file_to_include.h"
8 #include XX FILE
10 #include FILE
  /external/bison/src/
scan-skel.h 5 This file is part of Bison, the GNU Compiler Compiler.
18 along with Bison; see the file COPYING. If not, write to
22 void scan_skel (FILE *);
25 extern FILE *skel_in;
26 extern FILE *skel_out;
  /external/bison/lib/
stdio-safer.h 23 FILE *fopen_safer (char const *, char const *);
bitsetv-print.h 25 extern void bitsetv_matrix_dump (FILE *, const char *, bitsetv);
  /external/clang/test/Modules/Inputs/System/usr/include/
stdio.h 1 typedef struct { int id; } FILE;
2 int fprintf(FILE*restrict, const char* restrict format, ...);
  /external/libvpx/
tools_common.h 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
14 FILE* set_binary_mode(FILE *stream);
  /external/clang/test/CodeGen/
2002-06-25-FWriteInterfaceFailure.c 3 typedef struct _IO_FILE FILE;
4 extern FILE *stderr;
5 int fprintf(FILE * restrict stream, const char * restrict format, ...);
vfprintf.c 3 typedef struct _IO_FILE FILE;
4 int vfprintf(FILE*restrict,const char*restrict, __builtin_va_list);
  /external/clang/test/Analysis/
system-header-simulator.h 3 typedef struct _FILE FILE;
4 extern FILE *stdin;
5 extern FILE *stdout;
6 extern FILE *stderr;
7 // Include a variant of standard streams that occur in the pre-processed file.
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)
    [all...]