Home
last modified time | relevance | path

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

/src/lib/libc/stdio/
H A Dgetdelim.c65 expandtofit(char ** __restrict linep, size_t len, size_t * __restrict capp) in expandtofit() argument
74 if (len > *capp) { in expandtofit()
82 *capp = newcap; in expandtofit()