Home
last modified time | relevance | path

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

/coreutils/src/
Ddigest.c1146 size_t line_chars_allocated; in digest_check() local
1167 line_chars_allocated = 0; in digest_check()
1180 line_length = getline (&line, &line_chars_allocated, checkfile_stream); in digest_check()