Home
last modified time | relevance | path

Searched defs:__sFILE (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/stdio/
Dlocal.h61 struct __sFILE { struct
62 unsigned char* _p; /* current position in (some) buffer */
63 int _r; /* read space left for getc() */
64 int _w; /* write space left for putc() */
66 int _flags; /* flags, below; this FILE is free if 0 */
67 int _file; /* fileno, if Unix descriptor, else -1 */
69 short _flags; /* flags, below; this FILE is free if 0 */
70 short _file; /* fileno, if Unix descriptor, else -1 */
72 struct __sbuf _bf; /* the buffer (at least 1 byte, if !NULL) */
73 int _lbfsize; /* 0 or -_bf._size, for inline putc */
[all …]
/bionic/libc/include/bits/
Dstruct_file.h36 struct __sFILE { struct
38 char __private[152];