Searched defs:attr_end (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Drunlist.c741 const u8 *attr_end; /* End of attribute. */ local
760 attr_end = (const u8*)attr + le32_to_cpu(attr->length);
761 if (buf < (const u8*)attr || buf > attr_end) {
780 while (buf < attr_end && *buf) {
809 if (buf + b > attr_end)
844 if (buf + b > attr_end)
879 if (buf >= attr_end)
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dntfs.h135 char *attr_cur, *attr_nxt, *attr_end; member in struct:grub_ntfs_attr
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c472 char *attr_end; local
481 attr_end = strstr(attr_type, ";range=");
482 attr_len = attr_end - attr_type;
484 last_entry_s = strchr(attr_end + 7, '-');

Completed in 31 milliseconds