Home
last modified time | relevance | path

Searched refs:hardlink (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/libarchive/tar/
H A Dsubst.c51 unsigned int global:1, print:1, regular:1, symlink:1, hardlink:1; member
130 rule->hardlink = 1; /* Rewrite hardlink targets. */ in add_substitution()
139 rule->hardlink = 1; in add_substitution()
142 rule->hardlink = 0; in add_substitution()
233 if (!rule->hardlink) in apply_substitution()
/freebsd-12.1/contrib/netbsd-tests/usr.sbin/mtree/
H A Dnetbsd6_d_create.out23 a.hardlink.b2 \
50 b.hardlink.1 \
H A Dmtree_d_create.out23 a.hardlink.b2 \
50 b.hardlink.1 \
H A Dt_mtree.sh72 ln create/b/b.file.1 create/b/b.hardlink.1
74 ln create/b/b.file.2 create/a/a.hardlink.b2
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_write_set_format_pax.c555 const char *hardlink; in archive_write_pax_header() local
601 r = get_entry_hardlink(a, entry_original, &hardlink, in archive_write_pax_header()
618 if (hardlink == NULL) { in archive_write_pax_header()
813 if (hardlink == NULL && in archive_write_pax_header()
879 linkpath = hardlink; in archive_write_pax_header()
903 if (hardlink != NULL) { in archive_write_pax_header()
904 r = get_entry_hardlink(a, entry_main, &hardlink, in archive_write_pax_header()
908 linkpath = hardlink; in archive_write_pax_header()
981 if (hardlink != NULL) in archive_write_pax_header()
1276 hardlink != NULL) in archive_write_pax_header()
[all …]
H A Darchive_write_set_format_xar.c219 struct hardlink { struct
2435 struct hardlink *hl; in file_register_hardlink()
2456 hl = (struct hardlink *)__archive_rb_tree_find_node( in file_register_hardlink()
2480 struct hardlink *hl; in file_connect_hardlink_files()
2484 hl = (struct hardlink *)n; in file_connect_hardlink_files()
2505 const struct hardlink *h1 = (const struct hardlink *)n1; in file_hd_cmp_node()
2506 const struct hardlink *h2 = (const struct hardlink *)n2; in file_hd_cmp_node()
2515 const struct hardlink *h = (const struct hardlink *)n; in file_hd_cmp_key()
H A Darchive_write_set_format_iso9660.c300 struct hardlink { struct
5001 struct hardlink *hl; in isofile_register_hardlink()
5022 hl = (struct hardlink *)__archive_rb_tree_find_node( in isofile_register_hardlink()
5046 struct hardlink *hl; in isofile_connect_hardlink_files()
5050 hl = (struct hardlink *)n; in isofile_connect_hardlink_files()
5068 const struct hardlink *h1 = (const struct hardlink *)n1; in isofile_hd_cmp_node()
5069 const struct hardlink *h2 = (const struct hardlink *)n2; in isofile_hd_cmp_node()
5078 const struct hardlink *h = (const struct hardlink *)n; in isofile_hd_cmp_key()
H A Darchive_read_support_format_xar.c198 struct archive_string hardlink; member
643 &(f2->hardlink), &(file->pathname)); in read_toc()
776 if (archive_strlen(&(file->hardlink)) > 0) in xar_read_header()
777 archive_entry_set_hardlink(entry, file->hardlink.s); in xar_read_header()
1812 archive_string_free(&(file->hardlink)); in file_free()
/freebsd-12.1/contrib/libarchive/
H A DNEWS139 Sep 04, 2011: Fix tar -s; follow GNU tar for controlling hardlink/symlink substitutions
290 May 21, 2008: Joerg Sonnenberger: fix bsdtar hardlink handling for newc format
309 May 11, 2008: Joerg Sonnenberger: fix hardlink extraction when
320 * bsdcpio: -p hardlink handling fixes
346 all known hardlink strategies.
363 Feb 09, 2008: New "linkify" resolver to help with newc hardlink writing;
366 Jan 30, 2008: Ignore hardlink size for non-POSIX tar archives.
376 Jan 22, 2008: Extend hardlink restore strategy to work correctly with
/freebsd-12.1/crypto/openssh/
H A DPROTOCOL431 3.5. sftp: Extension request "hardlink@openssh.com"
438 string "hardlink@openssh.com"
/freebsd-12.1/contrib/amd/
H A DBUGS255 semantics are closer to those of a hardlink than to those of lofs, and one
/freebsd-12.1/contrib/mandoc/
H A DNEWS617 * Jason McIntyre for an important bug report (hardlink detection)
/freebsd-12.1/contrib/sendmail/src/
H A DREADME493 will create a copy of the file instead of a hardlink.
/freebsd-12.1/
H A DUPDATING405 hardlink for zfsloader to loader to allow a smooth transition
/freebsd-12.1/contrib/xz/
H A DChangeLog5357 xz: Fix --force on setuid/setgid/sticky and multi-hardlink files.