Searched refs:__sF (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/stdio/ |
D | findfp.c | 56 {0,0,0,flags,file,{0},0,__sF+file,__sclose,__sread,__sseek,__swrite, \ 67 FILE __sF[3] = { variable 72 FILE* stdin = &__sF[0]; 73 FILE* stdout = &__sF[1]; 74 FILE* stderr = &__sF[2]; 75 struct glue __sglue = { &uglue, 3, __sF }; 183 _FILEEXT_SETUP(__sF+i, __sFext+i); in __sinit()
|
/bionic/libc/include/ |
D | stdio.h | 141 extern FILE __sF[]; 204 #define stdin (&__sF[0]) 205 #define stdout (&__sF[1]) 206 #define stderr (&__sF[2])
|