Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/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()