Searched defs:__slbexpand (Results 1 - 1 of 1) 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))

Completed in 1999 milliseconds