Searched refs:__slbexpand (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfgetstr.c68 __slbexpand(FILE *fp, size_t newsize) function
153 if (__slbexpand(fp, len + OPTIMISTIC))
167 if (__slbexpand(fp, len))
H A Dlocal.h82 extern int __slbexpand(FILE *, size_t);

Completed in 387 milliseconds