Searched refs:shcnt (Results 1 - 8 of 8) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dshgetc.c5 f->shcnt = f->rend - f->rpos;
6 if (lim && f->shcnt > lim)
14 if ((f->shlim && f->shcnt >= f->shlim) || (c = __uflow(f)) < 0) {
18 if (f->shlim && f->rend - f->rpos > f->shlim - f->shcnt - 1)
19 f->shend = f->rpos + (f->shlim - f->shcnt - 1);
23 f->shcnt += f->rend - f->rpos + 1;
H A Dshgetc.h6 #define shcnt(f) ((f)->shcnt + ((f)->rpos - (f)->rend)) macro
H A Dstdio_impl.h49 off_t shlim, shcnt; member in struct:_IO_FILE
/fuchsia/zircon/third_party/ulib/musl/src/stdlib/
H A Dstrtod.c11 off_t cnt = shcnt(&f);
H A Dstrtol.c22 size_t cnt = shcnt(&f);
H A Dwcstod.c46 size_t cnt = shcnt(&f);
H A Dwcstol.c48 size_t cnt = shcnt(&f);
/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dvfscanf.c89 pos += shcnt(f);
202 pos += shcnt(f);
297 if (!shcnt(f))
299 if (t == 'c' && shcnt(f) != width)
330 if (!shcnt(f))
346 if (!shcnt(f))
363 pos += shcnt(f);

Completed in 45 milliseconds