Searched refs:_lb (Results 1 – 7 of 7) sorted by relevance
54 if ((size_t)fp->_lb._size >= newsize) in __slbexpand()56 if ((p = realloc(fp->_lb._base, newsize)) == NULL) in __slbexpand()58 fp->_lb._base = p; in __slbexpand()59 fp->_lb._size = newsize; in __slbexpand()121 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p, in fgetln()135 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p, in fgetln()142 ret = (char *)fp->_lb._base; in fgetln()
85 #define HASLB(fp) ((fp)->_lb._base != NULL)87 free((char *)(fp)->_lb._base); \88 (fp)->_lb._base = NULL; \
56 f._lb._base = NULL; in vsscanf()
60 f._lb._base = NULL; in sscanf()
142 fp->_lb._base = NULL; /* no line buffer */ in __sfp()143 fp->_lb._size = 0; in __sfp()
123 fp->_lb._size = 0; in freopen()
120 struct __sbuf _lb; /* buffer for fgetln() */ member