Home
last modified time | relevance | path

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

/scripts/dtc/
Ddata.c93 struct data data_copy_file(FILE *f, size_t maxlen) in data_copy_file() argument
97 while (!feof(f) && (d.len < maxlen)) { in data_copy_file()
100 if (maxlen == -1) in data_copy_file()
103 chunksize = maxlen - d.len; in data_copy_file()