Lines Matching refs:entryptr
4584 char *entryptr;
4590 entryptr = bufstart;
4593 if (entryptr + next_offset < entryptr ||
4594 entryptr + next_offset > end_of_buf ||
4595 entryptr + next_offset + size > end_of_buf) {
4600 entryptr = entryptr + next_offset;
4601 dir_info = (FILE_DIRECTORY_INFO *)entryptr;
4604 len = posix_info_extra_size(entryptr, end_of_buf);
4609 entryptr + len < entryptr ||
4610 entryptr + len > end_of_buf ||
4611 entryptr + len + size > end_of_buf) {
4617 *lastentry = entryptr;