Searched refs:this_len (Results 1 – 1 of 1) sorted by relevance
303 size_t this_len = NAMLEN (d); in open_dir_stream() local304 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