HomeSort by relevance Sort by last modified time
    Searched refs:__sF (Results 1 - 8 of 8) sorted by null

  /bionic/libc/stdio/
findfp.c 48 {0,0,0,flags,file,{0,0},0,__sF+file,__sclose,__sread,__sseek,__swrite, \
59 FILE __sF[3] = {
64 struct glue __sglue = { &uglue, 3, __sF };
  /bionic/libc/include/
stdio.h 154 extern FILE __sF[];
216 #define stdin (&__sF[0])
217 #define stdout (&__sF[1])
218 #define stderr (&__sF[2])
  /ndk/build/platforms/android-3/arch-arm/usr/include/
stdio.h 154 extern FILE __sF[];
216 #define stdin (&__sF[0])
217 #define stdout (&__sF[1])
218 #define stderr (&__sF[2])
  /ndk/build/platforms/android-4/arch-arm/usr/include/
stdio.h 154 extern FILE __sF[];
216 #define stdin (&__sF[0])
217 #define stdout (&__sF[1])
218 #define stderr (&__sF[2])
  /ndk/build/platforms/android-5/arch-arm/usr/include/
stdio.h 154 extern FILE __sF[];
216 #define stdin (&__sF[0])
217 #define stdout (&__sF[1])
218 #define stderr (&__sF[2])
  /ndk/build/platforms/android-5/arch-x86/usr/include/
stdio.h 154 extern FILE __sF[];
216 #define stdin (&__sF[0])
217 #define stdout (&__sF[1])
218 #define stderr (&__sF[2])
  /ndk/build/platforms/android-8/arch-arm/usr/include/
stdio.h 154 extern FILE __sF[];
216 #define stdin (&__sF[0])
217 #define stdout (&__sF[1])
218 #define stderr (&__sF[2])
  /ndk/build/platforms/android-8/arch-x86/usr/include/
stdio.h 154 extern FILE __sF[];
216 #define stdin (&__sF[0])
217 #define stdout (&__sF[1])
218 #define stderr (&__sF[2])

Completed in 670 milliseconds