Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dgetdelim.c26 #define GETDELIM_GROWBY 64 macro
53 if (!(buf = realloc(buf, *n + GETDELIM_GROWBY))) { in getdelim()
57 *n += GETDELIM_GROWBY; in getdelim()

Completed in 3 milliseconds