Home
last modified time | relevance | path

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

/glibc-2.36/locale/programs/
Dlinereader.c491 if (buf2act == buf2max) \
493 buf2max *= 2; \
494 buf2 = xrealloc (buf2, buf2max * 4); \
816 size_t buf2max = 56 * sizeof (uint32_t); in get_string() local
821 buf2 = xmalloc (buf2max); in get_string()