Searched defs:__file_bufio (Results 1 – 1 of 1) sorted by relevance
53 struct __file_bufio { struct54 struct __file_ext xfile;55 const void *ptr;56 uint8_t dir;57 uint8_t bflags;58 __off_t pos; /* FD position */59 char *buf;60 int size; /* sizeof buf */61 int len; /* valid data in buf */62 int off; /* offset of data in buf */[all …]