Searched refs:endnamebuf (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/copyfile-118.1.2/
H A Dcopyfile.c3733 char *attrnamebuf = NULL, *endnamebuf; local
3761 endnamebuf = ((char*)attrnamebuf) + ATTR_MAX_HDR_SIZE;
3803 endnamebuf = attrnamebuf + offset;
3822 endnamebuf = attrnamebuf + offset + (listsize > 0 ? listsize : 0);
3823 if (endnamebuf > (attrnamebuf + ATTR_MAX_HDR_SIZE)) {
3829 sort_xattrname_list(attrnamebuf, endnamebuf - attrnamebuf);
3831 for (nameptr = attrnamebuf; nameptr < endnamebuf; nameptr += namelen)
3850 size_t amt = endnamebuf - (nameptr + namelen);
3852 endnamebuf -= namelen;
3871 size_t amt = endnamebuf
[all...]

Completed in 189 milliseconds