Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/stdio/
Dfgetln.c43 __slbexpand(FILE *fp, size_t newsize) in __slbexpand() function
113 if (__slbexpand(fp, len + OPTIMISTIC)) in fgetln()
129 if (__slbexpand(fp, len)) in fgetln()
Dfgetwln.c38 __slbexpand(FILE *fp, size_t newsize) in __slbexpand() function
64 __slbexpand(fp, len + GROW)) { in fgetwln()