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

/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_gnutar.c86 #define GNUTAR_checksum_offset 148 macro
701 h[GNUTAR_checksum_offset + 6] = '\0'; /* Can't be pre-set in the template. */
702 /* h[GNUTAR_checksum_offset + 7] = ' '; */ /* This is pre-set in the template. */
703 format_octal(checksum, h + GNUTAR_checksum_offset, 6);

Completed in 66 milliseconds