Home
last modified time | relevance | path

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

/coreutils/src/
Dpr.c464 static size_t buff_allocated; variable
1927 buff_allocated = chars_if_truncate; /* Tune this. */ in init_store_cols()
1928 buff_allocated *= use_col_separator + 1; in init_store_cols()
2019 if (buff_current >= buff_allocated) in store_char()
2022 buff = X2REALLOC (buff, &buff_allocated); in store_char()