Searched refs:_UB (Results 1 – 8 of 8) sorted by relevance
75 if (_UB(fp)._base == fp->_ubuf) { in __submore()81 _UB(fp)._base = p; in __submore()82 _UB(fp)._size = BUFSIZ; in __submore()89 i = _UB(fp)._size; in __submore()90 p = realloc(_UB(fp)._base, (size_t)(i << 1)); in __submore()96 _UB(fp)._base = p; in __submore()97 _UB(fp)._size = i << 1; in __submore()143 if (fp->_r >= _UB(fp)._size && __submore(fp)) { in ungetc()173 _UB(fp)._base = fp->_ubuf; in ungetc()174 _UB(fp)._size = sizeof(fp->_ubuf); in ungetc()
96 #define HASUB(fp) (_UB(fp)._base != NULL)98 if (_UB(fp)._base != (fp)->_ubuf) \99 free((char *)_UB(fp)._base); \100 _UB(fp)._base = NULL; \
159 _UB(fp)._base = NULL; /* no ungetc buffer */ in __sfp()160 _UB(fp)._size = 0; in __sfp()
83 _UB(&f)._base = NULL; in sscanf()
80 _UB(&f)._base = NULL;
48 #define _UB(fp) _EXT(fp)->_ub macro
94 _UB(&f)._base = NULL; in vswscanf()
143 _UB(fp)._size = 0; in freopen()