Home | History | Annotate | Download | only in stdio

Lines Matching refs:FILE

48 #define	std(flags, file) \
49 {0,0,0,flags,file,{0,0},0,__sF+file,__sclose,__sread,__sseek,__swrite, \
50 {(unsigned char *)(__sFext+file), 0},NULL,0,{0,0,0},{0},{0,0},0,0}
51 /* p r w flags file _bf z cookie close read seek write
55 static FILE usual[FOPEN_MAX - 3];
67 FILE __sF[3] = {
78 FILE *p;
80 static FILE empty;
83 data = malloc(sizeof(*g) + ALIGNBYTES + n * sizeof(FILE)
88 p = (FILE *)ALIGN(data + sizeof(*g));
90 (ALIGN(data + sizeof(*g)) + n * sizeof(FILE));
104 * Find a free FILE for fopen et al.
106 FILE *
109 FILE *fp;
140 fp->_file = -1; /* no file */
176 * file. This chicanery is done so that programs that do not use stdio