Home
last modified time | relevance | path

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

/third_party/toybox/toys/posix/
Dfile.c170 unsigned n_namesz, n_descsz, n_type, notesz; local
177 notesz = 3*4 + ((n_namesz+3)&~3) + ((n_descsz+3)&~3);
180 if (notesz > sh_size) goto bad;
197 note += notesz;
198 sh_size -= notesz;