Home | History | Annotate | Download | only in src

Lines Matching refs:d_buf

438 				     ? "" : data1->d_buf + name_offset);
439 const void *desc1 = data1->d_buf + desc_offset;
455 ? "" : data2->d_buf + name_offset);
456 const void *desc2 = data2->d_buf + desc_offset;
524 || (data1->d_buf != NULL || data1->d_size == 0));
526 || (data2->d_buf != NULL || data1->d_size == 0));
531 && memcmp (data1->d_buf, data2->d_buf,
841 const Hash_Word *const hash1 = data1->d_buf; \
842 const Hash_Word *const hash2 = data2->d_buf; \