Home
last modified time | relevance | path

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

/glibc-2.36/locale/programs/
Dlinereader.c491 if (buf2act == buf2max) \
496 buf2[buf2act++] = (ch); \
815 size_t buf2act = 0; in get_string() local
1001 buf2act * sizeof (uint32_t)); in get_string()
1002 lr->token.val.str.lenwc = buf2act; in get_string()