Searched refs:_lb (Results 1 – 7 of 7) sorted by relevance
62 if (fp->_lb._size >= newsize) in __slbexpand()64 if ((p = realloc(fp->_lb._base, newsize)) == NULL) in __slbexpand()66 fp->_lb._base = p; in __slbexpand()67 fp->_lb._size = newsize; in __slbexpand()133 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p, in fgetln()147 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p, in fgetln()155 fp->_lb._base[len] = 0; in fgetln()158 return ((char *)fp->_lb._base); in fgetln()
88 #define HASLB(fp) ((fp)->_lb._base != NULL)90 free((char *)(fp)->_lb._base); \91 (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