Searched refs:_lb (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfgetstr.c81 if ((size_t)fp->_lb._size >= newsize)
83 if ((p = realloc(fp->_lb._base, newsize)) == NULL)
85 fp->_lb._base = p;
86 fp->_lb._size = (int)newsize;
155 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p,
169 (void)memcpy((void *)(fp->_lb._base + off), (void *)fp->_p,
177 fp->_lb._base[len] = 0;
179 return ((char *)fp->_lb._base);
H A Dlocal.h106 #define HASLB(fp) ((fp)->_lb._base != NULL)
108 free((char *)(fp)->_lb._base); \
109 (fp)->_lb._base = NULL; \
H A Dsscanf.c84 f._lb._base = NULL;
H A Dvsscanf.c81 f._lb._base = NULL;
H A Dvswscanf.c95 f._lb._base = NULL;
H A Dfindfp.c161 fp->_lb._base = NULL; /* no line buffer */
162 fp->_lb._size = 0;
H A Dfreopen.c146 fp->_lb._size = 0;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h250 struct __sbuf _lb; /* buffer for fgetln() */ member in struct:__sFILE

Completed in 128 milliseconds