Go to the source code of this file.
Data Structures | |
| struct | __va_list |
| struct | _iobuf |
Defines | |
| #define | _FPOS_T |
| #define | _FPOS_T_ |
| #define | _IOEOF 020 |
| #define | _IOERR 040 |
| #define | _IOFBF 0 |
| #define | _IOLBF 0200 |
| #define | _IONBF 04 |
| #define | _SIZE_T |
| #define | _SIZE_T_ |
| #define | _VA_LIST |
| #define | BUFSIZ 8192 |
| #define | clearerr(p) ((p)->_flag &= ~(_IOERR|_IOEOF)) |
| #define | EOF (-1) |
| #define | feof(p) ((p)->_flag&_IOEOF) |
| #define | ferror(p) ((p)->_flag&_IOERR) |
| #define | FILENAME_MAX 255 |
| #define | FOPEN_MAX 64 |
| #define | getc(p) (--(p)->_cnt < 0 ? _filbuf(p) : (int) *(p)->_ptr++) |
| #define | getchar() getc(stdin) |
| #define | L_tmpnam 21 |
| #define | NULL 0 |
| #define | putc(x, p) |
| #define | putchar(x) putc((x),stdout) |
| #define | SEEK_CUR 1 |
| #define | SEEK_END 2 |
| #define | SEEK_SET 0 |
| #define | stderr (&_iob[2]) |
| #define | stdin (&_iob[0]) |
| #define | stdout (&_iob[1]) |
| #define | TMP_MAX 16384 |
Typedefs | |
| typedef _iobuf | FILE |
| typedef long | fpos_t |
| typedef unsigned long | size_t |
Functions | |
| int | _filbuf (FILE *) |
| int | _flsbuf (unsigned, FILE *) |
| void | clearerr (FILE *) |
| int | fclose (FILE *) |
| int | feof (FILE *) |
| int | ferror (FILE *) |
| int | fflush (FILE *) |
| int | fgetc (FILE *) |
| int | fgetpos (FILE *, fpos_t *) |
| char * | fgets (char *, int, FILE *) |
| FILE * | fopen (const char *, const char *) |
| int | fprintf (FILE *, const char *,...) |
| int | fputc (int, FILE *) |
| int | fputs (const char *, FILE *) |
| size_t | fread (void *, size_t, size_t, FILE *) |
| FILE * | freopen (const char *, const char *, FILE *) |
| int | fscanf (FILE *, const char *,...) |
| int | fseek (FILE *, long int, int) |
| int | fsetpos (FILE *, const fpos_t *) |
| long int | ftell (FILE *) |
| size_t | fwrite (const void *, size_t, size_t, FILE *) |
| int | getc (FILE *) |
| char * | gets (char *) |
| void | perror (const char *) |
| int | printf (const char *,...) |
| int | putc (int, FILE *) |
| int | putchar (int) |
| int | puts (const char *) |
| int | remove (const char *) |
| int | rename (const char *, const char *) |
| void | rewind (FILE *) |
| int | scanf (const char *,...) |
| void | setbuf (FILE *, char *) |
| int | setvbuf (FILE *, char *, int, size_t) |
| int | sprintf (char *, const char *,...) |
| int | sscanf (const char *, const char *,...) |
| FILE * | tmpfile (void) |
| char * | tmpnam (char *) |
| int | ungetc (int, FILE *) |
| int | vfprintf (FILE *, const char *, __va_list) |
| int | vprintf (const char *, __va_list) |
| int | vsprintf (char *, const char *, __va_list) |
Variables | |
| FILE | _iob [] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 6 of file stdio.h. Referenced by FS_ForceFlush(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 107 of file stdio.h. Referenced by fillbuf(), main(), ParseChunk(), ParseFaceL1(), ParseVertexL(), and TRI_LoadPolysets(). |
|
|
Definition at line 108 of file stdio.h. Referenced by term_destination(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Value: (--(p)->_cnt < 0 ? \
_flsbuf((unsigned char) (x), p) : \
(int) (*(p)->_ptr++ = (unsigned char) (x)))
|
|
|
Definition at line 111 of file stdio.h. Referenced by emitasm(), main(), printfile(), putd(), and yylook(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 52 of file stdio.h. Referenced by _assert(), _spawnvp(), _YYnull(), asdl_progend(), callsys(), CGFix_NotificationCallback(), dumpcover(), dumpregs(), dumprule(), dumptree(), emitdata(), error(), genreload(), genspill(), getrule(), GLW_SetMode(), help(), linearize(), Load3DSTriangleList(), main(), main_init(), opt(), OutputDebugString(), parse_switches(), peektokens(), prhideset(), printdecl(), printfile(), printtype(), prune(), ralloc(), reduce(), reprune(), requate(), rewrite(), rm(), rtarget(), setup(), Sys_CheckCD(), Sys_Error(), Sys_IsCDROMDevice(), Sys_ObjectIsCDRomDevice(), Sys_Print(), Sys_Warn(), UI_DisplayDownloadInfo(), usage(), yyerror(), and yywarn(). |
|
|
Definition at line 53 of file stdio.h. Referenced by fillbuf(), main(), main_init(), and Sys_ConsoleInput(). |
|
|
Definition at line 54 of file stdio.h. Referenced by _spawnvp(), asdl_progbeg(), asdl_progend(), emitasm(), main(), main_init(), Pause(), print(), printdag(), printnode(), printtree1(), printtype(), RunThreadsOn(), sigfpe(), Sys_Print(), and Sys_PrintBinVersion(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Referenced by ReadPACKDirectory(). |
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Referenced by jpeg_open_backing_store(). |
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
1.3.9.1