Home
last modified time | relevance | path

Searched refs:__slbexpand (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dfgetln.c49 __slbexpand(FILE *fp, size_t newsize) in __slbexpand() function
124 if (__slbexpand(fp, len + OPTIMISTIC)) in fgetln()
141 if (__slbexpand(fp, len)) in fgetln()
H A Dfgetwln.c64 __slbexpand(fp, (len + GROW) * sizeof(wchar_t))) { in fgetwln_l()
H A Dlocal.h65 extern int __slbexpand(FILE *, size_t);