Searched refs:_lb (Results 1 – 6 of 6) sorted by relevance
47 if (fp->_lb._size >= newsize) in __slbexpand()49 if ((p = realloc(fp->_lb._base, newsize)) == NULL) in __slbexpand()51 fp->_lb._base = p; in __slbexpand()52 fp->_lb._size = newsize; in __slbexpand()115 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p, in fgetln()129 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p, in fgetln()136 ret = (char *)fp->_lb._base; in fgetln()
57 f._lb._base = NULL; in vsscanf()
83 f._lb._base = NULL; in vswscanf()
94 struct __sbuf _lb; /* buffer for fgetln() */ member230 #define HASLB(fp) ((fp)->_lb._base != NULL)232 free((char *)(fp)->_lb._base); \233 (fp)->_lb._base = NULL; \
169 fp->_lb._base = NULL; /* no line buffer */ in __sfp()170 fp->_lb._size = 0; in __sfp()330 fp->_lb._size = 0; in freopen()
62 f._lb._base = NULL; in wcstod()