Home
last modified time | relevance | path

Searched refs:XATTR_ARCH_VERS (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/head/
H A Darchives.h233 #define XATTR_ARCH_VERS "1.0" macro
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c316 XATTR_ARCH_VERS); in output_xattr_header()
H A Dtlm_restore_writer.c1421 if (strcmp(xhdr->h_version, XATTR_ARCH_VERS) != 0) { in restore_xattr_hdr()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c7668 (void) sprintf(hptr->h_version, "%s", XATTR_ARCH_VERS); in prepare_xattr()
8259 if (strcmp(xattrhead->h_version, XATTR_ARCH_VERS) != 0) { in read_xattr_hdr()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c8643 (void) strcpy(hptr->h_version, XATTR_ARCH_VERS); in prepare_xattr_hdr()
8802 if (strcmp(xattrhead->h_version, XATTR_ARCH_VERS) != 0) { in read_xattr_hdr()