Searched refs:shend (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dshgetc.c7 f->shend = f->rpos + lim;
9 f->shend = f->rend;
15 f->shend = 0;
19 f->shend = f->rpos + (f->shlim - f->shcnt - 1);
21 f->shend = f->rend;
H A Dshgetc.h8 #define shgetc(f) (((f)->rpos < (f)->shend) ? *(f)->rpos++ : __shgetc(f))
9 #define shunget(f) ((f)->shend ? (void)(f)->rpos-- : (void)0)
H A Dstdio_impl.h48 unsigned char* shend; member in struct:_IO_FILE

Completed in 127 milliseconds