Searched defs:__slbexpand (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ | ||
H A D | fgetstr.c | 68 __slbexpand(FILE *fp, size_t newsize) function 153 if (__slbexpand(fp, len + OPTIMISTIC)) 167 if (__slbexpand(fp, len)) |
Completed in 72 milliseconds