Searched refs:__slbexpand (Results 1 – 3 of 3) sorted by relevance
49 __slbexpand(FILE *fp, size_t newsize) in __slbexpand() function124 if (__slbexpand(fp, len + OPTIMISTIC)) in fgetln()141 if (__slbexpand(fp, len)) in fgetln()
64 __slbexpand(fp, (len + GROW) * sizeof(wchar_t))) { in fgetwln_l()
65 extern int __slbexpand(FILE *, size_t);