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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_ustar.c71 #define USTAR_checksum_offset 148 macro
434 h[USTAR_checksum_offset + 6] = '\0'; /* Can't be pre-set in the template. */
435 /* h[USTAR_checksum_offset + 7] = ' '; */ /* This is pre-set in the template. */
436 format_octal(checksum, h + USTAR_checksum_offset, 6);

Completed in 57 milliseconds