Home
last modified time | relevance | path

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

/NextBSD/contrib/libarchive/tar/
HDsubst.c51 unsigned int global:1, print:1, regular:1, symlink:1, hardlink:1; member
129 rule->hardlink = 1; /* Rewrite hardlink targets. */ in add_substitution()
138 rule->hardlink = 1; in add_substitution()
141 rule->hardlink = 0; in add_substitution()
232 if (!rule->hardlink) in apply_substitution()
/NextBSD/contrib/netbsd-tests/usr.sbin/mtree/
HDmtree_d_create.out23 a.hardlink.b2 \
50 b.hardlink.1 \
HDnetbsd6_d_create.out23 a.hardlink.b2 \
50 b.hardlink.1 \
HDt_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
/NextBSD/contrib/libarchive/libarchive/
HDarchive_write_set_format_pax.c472 const char *hardlink; in archive_write_pax_header() local
518 r = get_entry_hardlink(a, entry_original, &hardlink, in archive_write_pax_header()
523 r = get_entry_hardlink(a, entry_original, &hardlink, in archive_write_pax_header()
528 "Can't translate linkname '%s' to %s", hardlink, in archive_write_pax_header()
535 if (hardlink == NULL) { in archive_write_pax_header()
730 if (hardlink == NULL && in archive_write_pax_header()
796 linkpath = hardlink; in archive_write_pax_header()
820 if (hardlink != NULL) { in archive_write_pax_header()
821 r = get_entry_hardlink(a, entry_main, &hardlink, in archive_write_pax_header()
825 linkpath = hardlink; in archive_write_pax_header()
[all …]
HDarchive_write_set_format_xar.c219 struct hardlink { struct
2404 struct hardlink *hl; in file_register_hardlink()
2425 hl = (struct hardlink *)__archive_rb_tree_find_node( in file_register_hardlink()
2449 struct hardlink *hl; in file_connect_hardlink_files()
2453 hl = (struct hardlink *)n; in file_connect_hardlink_files()
2474 const struct hardlink *h1 = (const struct hardlink *)n1; in file_hd_cmp_node()
2475 const struct hardlink *h2 = (const struct hardlink *)n2; in file_hd_cmp_node()
2484 const struct hardlink *h = (const struct hardlink *)n; in file_hd_cmp_key()
HDarchive_write_set_format_iso9660.c300 struct hardlink { struct
4987 struct hardlink *hl; in isofile_register_hardlink()
5008 hl = (struct hardlink *)__archive_rb_tree_find_node( in isofile_register_hardlink()
5032 struct hardlink *hl; in isofile_connect_hardlink_files()
5036 hl = (struct hardlink *)n; in isofile_connect_hardlink_files()
5054 const struct hardlink *h1 = (const struct hardlink *)n1; in isofile_hd_cmp_node()
5055 const struct hardlink *h2 = (const struct hardlink *)n2; in isofile_hd_cmp_node()
5064 const struct hardlink *h = (const struct hardlink *)n; in isofile_hd_cmp_key()
HDarchive_read_support_format_xar.c197 struct archive_string hardlink; member
642 &(f2->hardlink), &(file->pathname)); in read_toc()
769 if (archive_strlen(&(file->hardlink)) > 0) in xar_read_header()
770 archive_entry_set_hardlink(entry, file->hardlink.s); in xar_read_header()
1834 archive_string_free(&(file->hardlink)); in file_free()
/NextBSD/contrib/libarchive/
HDNEWS52 Sep 04, 2011: Fix tar -s; follow GNU tar for controlling hardlink/symlink substitutions
203 May 21, 2008: Joerg Sonnenberger: fix bsdtar hardlink handling for newc format
222 May 11, 2008: Joerg Sonnenberger: fix hardlink extraction when
233 * bsdcpio: -p hardlink handling fixes
259 all known hardlink strategies.
276 Feb 09, 2008: New "linkify" resolver to help with newc hardlink writing;
279 Jan 30, 2008: Ignore hardlink size for non-POSIX tar archives.
289 Jan 22, 2008: Extend hardlink restore strategy to work correctly with
/NextBSD/crypto/openssh/
HDPROTOCOL329 10. sftp: Extension request "hardlink@openssh.com"
336 string "hardlink@openssh.com"
/NextBSD/contrib/amd/
HDBUGS255 semantics are closer to those of a hardlink than to those of lofs, and one
/NextBSD/contrib/mdocml/
HDNEWS104 * Jason McIntyre for an important bug report (hardlink detection)
/NextBSD/contrib/xz/
HDChangeLog4522 xz: Fix --force on setuid/setgid/sticky and multi-hardlink files.