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

/freebsd-11-stable/contrib/libarchive/tar/
H A Dsubst.c51 unsigned int global:1, print:1, regular:1, symlink:1, hardlink:1; member in struct:subst_rule
130 rule->hardlink = 1; /* Rewrite hardlink targets. */
139 rule->hardlink = 1;
142 rule->hardlink = 0;
233 if (!rule->hardlink)
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_pax.c578 const char *hardlink; local
624 r = get_entry_hardlink(a, entry_original, &hardlink,
629 r = get_entry_hardlink(a, entry_original, &hardlink,
634 "Can't translate linkname '%s' to %s", hardlink,
641 if (hardlink == NULL) {
810 /* Make sure the path separators in pathname, hardlink and symlink
828 if (hardlink == NULL &&
903 linkpath = hardlink;
930 if (hardlink != NULL) {
931 r = get_entry_hardlink(a, entry_main, &hardlink,
[all...]
H A Darchive_write_set_format_xar.c219 struct hardlink { struct
1238 filetype = "hardlink";
2461 * Register entry to get a hardlink target.
2467 struct hardlink *hl;
2473 /* This `file` is a hardlink target. */
2481 /* A hardlink target must be the first position. */
2488 hl = (struct hardlink *)__archive_rb_tree_find_node(
2505 * We have to find out hardlink target entries for entries which
2506 * have a hardlink target name.
2512 struct hardlink *h
[all...]
H A Darchive_write_set_format_iso9660.c300 struct hardlink { struct
4996 * Register a entry to get a hardlink target.
5002 struct hardlink *hl;
5008 /* This `file` is a hardlink target. */
5016 /* A hardlink target must be the first position. */
5023 hl = (struct hardlink *)__archive_rb_tree_find_node(
5040 * We have to find out hardlink target entries for the entries
5041 * which have a hardlink target name.
5047 struct hardlink *hl;
5051 hl = (struct hardlink *)
[all...]
H A Darchive_read_support_format_xar.c198 struct archive_string hardlink; member in struct:xar_file
648 &(f2->hardlink), &(file->pathname));
781 if (archive_strlen(&(file->hardlink)) > 0)
782 archive_entry_set_hardlink(entry, file->hardlink.s);
1821 archive_string_free(&(file->hardlink));
2719 is_string("hardlink", s, len) == 0)
/freebsd-11-stable/contrib/netbsd-tests/usr.sbin/mtree/
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

Completed in 198 milliseconds