Home
last modified time | relevance | path

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

/aosp12/bionic/libc/stdio/
H A Dlocal.h61 struct __sFILE { struct
63 int _r; /* read space left for getc() */
64 int _w; /* write space left for putc() */
67 int _file; /* fileno, if Unix descriptor, else -1 */
79 void* _cookie; /* cookie passed to io functions */
80 int (*_close)(void*);
81 int (*_read)(void*, char*, int);
82 fpos_t (*_seek)(void*, fpos_t, int);
83 int (*_write)(void*, const char*, int);
86 struct __sbuf _ext;
[all …]
/aosp12/bionic/libc/include/bits/
H A Dstruct_file.h36 struct __sFILE { struct
38 char __private[152];