Lines Matching refs:entryptr
5197 char *entryptr;
5203 entryptr = bufstart;
5206 if (entryptr + next_offset < entryptr ||
5207 entryptr + next_offset > end_of_buf ||
5208 entryptr + next_offset + size > end_of_buf) {
5213 entryptr = entryptr + next_offset;
5214 dir_info = (FILE_DIRECTORY_INFO *)entryptr;
5217 len = posix_info_extra_size(entryptr, end_of_buf);
5222 entryptr + len < entryptr ||
5223 entryptr + len > end_of_buf ||
5224 entryptr + len + size > end_of_buf) {
5230 *lastentry = entryptr;