Home
last modified time | relevance | path

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

/coreutils/src/
Dptx.c507 size_t used_length; /* used length in memory buffer */ in swallow_file_in_memory() local
514 block->start = fread_file (stdin, 0, &used_length); in swallow_file_in_memory()
516 block->start = read_file (file_name, 0, &used_length); in swallow_file_in_memory()
524 block->end = block->start + used_length; in swallow_file_in_memory()