Home
last modified time | relevance | path

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

/freebsd-13.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-13.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-13.1/contrib/libarchive/libarchive/
H A Darchive_write_set_format_pax.c578 const char *hardlink; in archive_write_pax_header() local
624 r = get_entry_hardlink(a, entry_original, &hardlink, in archive_write_pax_header()
641 if (hardlink == NULL) { in archive_write_pax_header()
828 if (hardlink == NULL && in archive_write_pax_header()
903 linkpath = hardlink; in archive_write_pax_header()
930 if (hardlink != NULL) { in archive_write_pax_header()
931 r = get_entry_hardlink(a, entry_main, &hardlink, in archive_write_pax_header()
937 linkpath = hardlink; in archive_write_pax_header()
1016 if (hardlink != NULL) in archive_write_pax_header()
1318 hardlink != NULL) in archive_write_pax_header()
[all …]
H A Darchive_write_set_format_xar.c219 struct hardlink { struct
2467 struct hardlink *hl; in file_register_hardlink()
2488 hl = (struct hardlink *)__archive_rb_tree_find_node( in file_register_hardlink()
2512 struct hardlink *hl; in file_connect_hardlink_files()
2516 hl = (struct hardlink *)n; in file_connect_hardlink_files()
2537 const struct hardlink *h1 = (const struct hardlink *)n1; in file_hd_cmp_node()
2538 const struct hardlink *h2 = (const struct hardlink *)n2; in file_hd_cmp_node()
2547 const struct hardlink *h = (const struct hardlink *)n; in file_hd_cmp_key()
H A Darchive_write_set_format_iso9660.c300 struct hardlink { struct
5002 struct hardlink *hl; in isofile_register_hardlink()
5023 hl = (struct hardlink *)__archive_rb_tree_find_node( in isofile_register_hardlink()
5047 struct hardlink *hl; in isofile_connect_hardlink_files()
5051 hl = (struct hardlink *)n; in isofile_connect_hardlink_files()
5069 const struct hardlink *h1 = (const struct hardlink *)n1; in isofile_hd_cmp_node()
5070 const struct hardlink *h2 = (const struct hardlink *)n2; in isofile_hd_cmp_node()
5079 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
648 &(f2->hardlink), &(file->pathname)); in read_toc()
781 if (archive_strlen(&(file->hardlink)) > 0) in xar_read_header()
782 archive_entry_set_hardlink(entry, file->hardlink.s); in xar_read_header()
1821 archive_string_free(&(file->hardlink)); in file_free()
/freebsd-13.1/contrib/libarchive/
H A DNEWS171 Sep 04, 2011: Fix tar -s; follow GNU tar for controlling hardlink/symlink substitutions
322 May 21, 2008: Joerg Sonnenberger: fix bsdtar hardlink handling for newc format
341 May 11, 2008: Joerg Sonnenberger: fix hardlink extraction when
352 * bsdcpio: -p hardlink handling fixes
378 all known hardlink strategies.
395 Feb 09, 2008: New "linkify" resolver to help with newc hardlink writing;
398 Jan 30, 2008: Ignore hardlink size for non-POSIX tar archives.
408 Jan 22, 2008: Extend hardlink restore strategy to work correctly with
/freebsd-13.1/crypto/openssh/
H A DPROTOCOL439 3.5. sftp: Extension request "hardlink@openssh.com"
446 string "hardlink@openssh.com"
/freebsd-13.1/contrib/mandoc/
H A DNEWS617 * Jason McIntyre for an important bug report (hardlink detection)
/freebsd-13.1/contrib/sendmail/src/
H A DREADME503 will create a copy of the file instead of a hardlink.
/freebsd-13.1/
H A DUPDATING886 hardlink for zfsloader to loader to allow a smooth transition
/freebsd-13.1/contrib/xz/
H A DChangeLog6689 xz: Fix --force on setuid/setgid/sticky and multi-hardlink files.