Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/ftw/
A Dftw.c303 size_t this_len = NAMLEN (d); in open_dir_stream() local
304 if (actsize + this_len + 2 >= bufsize) in open_dir_stream()
307 bufsize += MAX (1024, 2 * this_len); in open_dir_stream()
321 *((char *) __mempcpy (buf + actsize, d->d_name, this_len)) in open_dir_stream()
323 actsize += this_len + 1; in open_dir_stream()

Completed in 4 milliseconds