Searched refs:shlim (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/internal/
H A Dshgetc.c5 f->shlim = lim;
16 if (f->shlim && f->shcnt >= f->shlim || (c=__uflow(f)) < 0) {
20 if (f->shlim && f->rend - f->rpos > f->shlim - f->shcnt - 1)
21 f->shend = f->rpos + (f->shlim - f->shcnt - 1);
H A Dshgetc.h7 #define shlim(f, lim) __shlim((f), (lim)) macro
H A Dintscan.c48 else shlim(f, 0);
59 shlim(f, 0);
H A Dfloatscan.c127 shlim(f, 0);
138 shlim(f, 0);
368 shlim(f, 0);
380 shlim(f, 0);
485 shlim(f, 0);
497 shlim(f, 0);
H A Dstdio_impl.h48 off_t shlim, shcnt; member in struct:_IO_FILE
/seL4-refos-master/libs/libmuslc/src/stdlib/
H A Dstrtod.c13 shlim(&f, 0);
H A Dstrtol.c20 shlim(&f, 0);
H A Dwcstod.c43 shlim(&f, 0);
H A Dwcstol.c45 shlim(&f, 0);
/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dvfscanf.c85 shlim(f, 0);
93 shlim(f, 0);
176 shlim(f, 0);
182 shlim(f, width);

Completed in 36 milliseconds