HomeSort by: relevance | last modified time | path
    Searched refs:hardlink (Results 1 - 10 of 10) sorted by relevancy

  /src/tests/fs/vfs/
t_link.c 59 hardlink(const atf_tc_t *tc, const char *mp, uid_t u1, uid_t u2, function
108 hardlink(tc, mp, 1, 1, false, true);
114 hardlink(tc, mp, 1, 1, true, true);
120 hardlink(tc, mp, 1, 2, false, true);
126 hardlink(tc, mp, 1, 2, true, false);
132 hardlink(tc, mp, 1, 0, false, true);
138 hardlink(tc, mp, 1, 0, true, true);
141 ATF_TC_FSAPPLY(hardlink_sameuser, "hardlink same user allowed");
142 ATF_TC_FSAPPLY(hardlink_sameuser_sysctl, "hardlink same user sysctl allowed");
143 ATF_TC_FSAPPLY(hardlink_otheruser, "hardlink other user allowed")
    [all...]
  /src/external/bsd/libarchive/dist/tar/
subst.c 34 unsigned int global:1, print:1, regular:1, symlink:1, hardlink:1, from_begin:1; member in struct:subst_rule
113 rule->hardlink = 1; /* Rewrite hardlink targets. */
127 rule->hardlink = 1;
130 rule->hardlink = 0;
223 if (!rule->hardlink)
  /src/external/gpl2/xcvs/dist/src/
Makefile.am 50 hardlink.c \
95 hardlink.h \
  /src/external/gpl2/xcvs/bin/xcvs/
Makefile 16 find_names.c hardlink.c hash.c history.c ignore.c import.c \
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_pax.c 588 const char *hardlink; local
644 r = get_entry_hardlink(a, entry_original, &hardlink,
649 r = get_entry_hardlink(a, entry_original, &hardlink,
654 "Can't translate linkname '%s' to %s", hardlink,
661 if (hardlink == NULL) {
830 /* Make sure the path separators in pathname, hardlink and symlink
848 if (hardlink == NULL &&
923 linkpath = hardlink;
950 if (hardlink != NULL) {
951 r = get_entry_hardlink(a, entry_main, &hardlink,
    [all...]
archive_write_set_format_xar.c 242 struct hardlink { struct
1279 filetype = "hardlink";
2502 * Register entry to get a hardlink target.
2508 struct hardlink *hl;
2514 /* This `file` is a hardlink target. */
2522 /* A hardlink target must be the first position. */
2529 hl = (struct hardlink *)__archive_rb_tree_find_node(
2546 * We have to find out hardlink target entries for entries which
2547 * have a hardlink target name.
2553 struct hardlink *hl
    [all...]
archive_write_set_format_iso9660.c 300 struct hardlink { struct
4997 * Register a entry to get a hardlink target.
5003 struct hardlink *hl;
5009 /* This `file` is a hardlink target. */
5017 /* A hardlink target must be the first position. */
5024 hl = (struct hardlink *)__archive_rb_tree_find_node(
5041 * We have to find out hardlink target entries for the entries
5042 * which have a hardlink target name.
5048 struct hardlink *hl;
5052 hl = (struct hardlink *)n
    [all...]
archive_read_support_format_xar.c 202 struct archive_string hardlink; member in struct:xar_file
658 &(f2->hardlink), &(file->pathname));
791 if (archive_strlen(&(file->hardlink)) > 0)
792 archive_entry_set_hardlink(entry, file->hardlink.s);
1824 archive_string_free(&(file->hardlink));
2731 is_string("hardlink", s, len) == 0)
  /src/tests/usr.sbin/mtree/
t_mtree.sh 72 ln create/b/b.file.1 create/b/b.hardlink.1
74 ln create/b/b.file.2 create/a/a.hardlink.b2
  /src/usr.bin/rdist/
server.c 74 static void hardlink(char *);
156 hardlink(cp);
993 hardlink(char *cmd) function
1005 error("hardlink: options not delimited\n");
1012 error("hardlink: oldname name not delimited\n");

Completed in 24 milliseconds