Searched refs:this_len (Results 1 – 1 of 1) sorted by relevance
300 size_t this_len = NAMLEN (d); in open_dir_stream() local301 if (actsize + this_len + 2 >= bufsize) in open_dir_stream()304 bufsize += MAX (1024, 2 * this_len); in open_dir_stream()317 *((char *) __mempcpy (buf + actsize, d->d_name, this_len)) in open_dir_stream()319 actsize += this_len + 1; in open_dir_stream()
Completed in 4 milliseconds