Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddata.c170 struct data data_copy_file(FILE *f, size_t maxlen) in data_copy_file() argument
174 while (!feof(f) && (d.len < maxlen)) { in data_copy_file()
177 if (maxlen == -1) in data_copy_file()
180 chunksize = maxlen - d.len; in data_copy_file()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstropts.h182 int maxlen; /* Maximum buffer length. */ member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dnubus.h349 int maxlen);