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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c1198 size_t attr_length, l, line_length; local
1203 attr_length = strlen(attr);
1211 while (attr_length > 0) {
1214 l = attr_length;
1243 if (line_length > attr_length
1277 attr_length -= line_length;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsa.c1197 int attr_length, reg_length; local
1202 attr_length = reg_length;
1205 attr_length = length_start[length_idx];
1209 func(hdr, data_start, tb->lot_attrs[i], attr_length,
1213 attr_length), 8);

Completed in 147 milliseconds