Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/internal/
A Dstdio_impl.h23 struct _IO_FILE { struct
24 unsigned flags;
25 unsigned char *rpos, *rend;
27 unsigned char *wend, *wpos;
35 FILE *prev, *next;
36 int fd;
37 int pipe_pid;
39 short dummy3;
44 void* cookie;
45 off_t off;
[all …]

Completed in 5 milliseconds