Home
last modified time | relevance | path

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

/catgets/
A Dopen_catalog.c57 if (__glibc_unlikely (bufact + (n) >= bufmax)) \ in __open_catalog()
60 bufmax += (bufmax < 256 + (n)) ? 256 + (n) : bufmax; \ in __open_catalog()
61 buf = realloc (buf, bufmax); \ in __open_catalog()
74 size_t bufmax = 0; in __open_catalog() local

Completed in 4 milliseconds