Lines Matching defs:entryptr
5021 char *entryptr;
5027 entryptr = bufstart;
5030 if (entryptr + next_offset < entryptr ||
5031 entryptr + next_offset > end_of_buf ||
5032 entryptr + next_offset + size > end_of_buf) {
5037 entryptr = entryptr + next_offset;
5038 dir_info = (FILE_DIRECTORY_INFO *)entryptr;
5041 len = posix_info_extra_size(entryptr, end_of_buf);
5046 entryptr + len < entryptr ||
5047 entryptr + len > end_of_buf ||
5048 entryptr + len + size > end_of_buf) {
5054 *lastentry = entryptr;