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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
findfp.c 66 { NULL, 0, 0, flags, file, { NULL, 0 }, 0, __sF + file, __sclose, \
86 FILE __sF[3] = {
91 struct glue __sglue = { &uglue, 3, __sF };
  /prebuilts/go/darwin-x86/misc/cgo/stdio/
stdio.go 13 // on netbsd, they are defined as &__sF[FILENO]
  /prebuilts/go/linux-x86/misc/cgo/stdio/
stdio.go 13 // on netbsd, they are defined as &__sF[FILENO]
  /bionic/libc/include/
stdio.h 72 extern FILE __sF[] __REMOVED_IN(23);
74 #define stdin (&__sF[0])
75 #define stdout (&__sF[1])
76 #define stderr (&__sF[2])
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 258 extern FILE __sF[];
323 #define stdin (&__sF[0]) /**< FILE reference for the STanDard INput stream. */
324 #define stdout (&__sF[1]) /**< FILE reference for the STanDard OUTput stream. */
325 #define stderr (&__sF[2]) /**< FILE reference for the STanDard ERRor stream. */
    [all...]
  /bionic/libc/stdio/
stdio.cpp 68 {0,0,0,flags,file,{0,0},0,__sF+file,__sclose,__sread,nullptr,__swrite, \
82 // __sF is exported for backwards compatibility. Until M, we didn't have symbols
83 // for stdin/stdout/stderr; they were macros accessing __sF.
84 FILE __sF[3] = {
90 FILE* stdin = &__sF[0];
91 FILE* stdout = &__sF[1];
92 FILE* stderr = &__sF[2];
94 struct glue __sglue = { nullptr, 3, __sF };

Completed in 200 milliseconds