HomeSort by: relevance | last modified time | path
    Searched refs:mtree (Results 1 - 25 of 85) sorted by relevancy

1 2 3 4

  /src/tools/mtree/
Makefile 3 HOSTPROGNAME= ${_TOOL_PREFIX}mtree
4 HOST_SRCDIR= usr.sbin/mtree
  /src/tests/usr.bin/mtree/
Makefile 4 TESTSDIR= ${TESTSBASE}/usr.bin/mtree
t_sets.sh 34 mtree -e </etc/mtree/set."$set"
41 eval "set_${set}_head() { atf_set descr \"/etc/mtree/set.${set}\"; }"
84 local mtree set defined
94 for mtree in /etc/mtree/set.*; do
95 set=${mtree#/etc/mtree/set.}
  /src/tests/usr.sbin/mtree/
t_mtree.sh 28 # Postprocess mtree output, canonicalising portions that
87 # run mtree and check output
88 ( cd create && mtree -F ${FLAVOR} -c -k type,nlink,link,size,sha256 ) >output.raw \
89 || atf_fail "mtree exit status $?"
96 FLAVOR=mtree create_head
105 FLAVOR=mtree create_body
125 # run mtree and check output
126 ( cd create && mtree -F ${FLAVOR} ) <"$(atf_get_srcdir)/${FLAVOR}_d_create.out" >output \
127 || atf_fail "mtree exit status $?"
133 FLAVOR=mtree check_hea
    [all...]
Makefile 7 TESTSDIR= ${TESTSBASE}/usr.sbin/mtree
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_mtree.c 206 * directory files, like mtree(8) -d option. */
209 * global values. When generating mtree
358 * Indent a line as the mtree utility does so it is readable for people.
361 mtree_indent(struct mtree_writer *mtree)
366 if (mtree->classic) {
367 if (mtree->indent) {
369 pd = mtree->depth * 4;
371 nd = mtree->depth?4:0;
377 s = r = mtree->ebuf.s;
385 archive_strappend_char(&mtree->buf, ' ')
914 struct mtree_writer *mtree= a->format_data; local
957 struct mtree_writer *mtree = a->format_data; local
1107 struct mtree_writer *mtree = a->format_data; local
1142 struct mtree_writer *mtree = a->format_data; local
1243 struct mtree_writer *mtree = a->format_data; local
1259 struct mtree_writer *mtree= a->format_data; local
1276 struct mtree_writer *mtree= a->format_data; local
1295 struct mtree_writer *mtree= a->format_data; local
1315 struct mtree_writer *mtree= a->format_data; local
1427 struct mtree_writer *mtree; local
1479 struct mtree_writer *mtree; local
2074 struct mtree_writer *mtree = (struct mtree_writer *)a->format_data; local
    [all...]
archive_read_support_format_mtree.c 100 struct mtree { struct
126 struct mtree *, struct mtree_entry *, int *);
129 struct mtree *, struct mtree_entry *, int *);
130 static int parse_keyword(struct archive_read *, struct mtree *,
134 static ssize_t readline(struct archive_read *, struct mtree *, char **, ssize_t);
215 struct mtree *mtree; local
217 mtree = (struct mtree *)(a->format->data);
219 /* Allows to read information missing from the mtree from the file system *
271 struct mtree *mtree; local
299 struct mtree *mtree; local
1118 struct mtree *mtree; local
1887 struct mtree *mtree; local
1930 struct mtree *mtree; local
    [all...]
  /src/usr.sbin/mtree/
Makefile 6 PROG= mtree
9 MAN= mtree.8
10 SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c specspec.c \
  /src/usr.bin/xinstall/
Makefile 10 .PATH: ${NETBSDSRCDIR}/usr.sbin/mtree
11 CPPFLAGS+= -I${NETBSDSRCDIR}/usr.sbin/mtree
  /src/distrib/amd64/ramdisks/ramdisk-cgdroot/
Makefile 12 MTREECONF+= ${DISTRIBDIR}/common/mtree.cgdroot
  /src/distrib/amd64/ramdisks/ramdisk-zfsroot/
Makefile 20 MTREECONF+= ${DISTRIBDIR}/common/mtree.zfsroot
  /src/distrib/i386/ramdisks/ramdisk-cgdroot/
Makefile 13 MTREECONF+= ${DISTRIBDIR}/common/mtree.cgdroot
  /src/tests/usr.sbin/
Makefile 11 TESTS_SUBDIRS+= mtree
  /src/distrib/acorn32/ramdisk/
Makefile 15 MTREECONF= ${DISTRIBDIR}/common/mtree.common
  /src/distrib/arc/ramdisk/
Makefile 15 MTREECONF= ${DISTRIBDIR}/common/mtree.common
  /src/distrib/bebox/ramdisk/
Makefile 15 MTREECONF= ${DISTRIBDIR}/common/mtree.common
  /src/distrib/cats/ramdisk/
Makefile 14 MTREECONF= ${DISTRIBDIR}/common/mtree.common
  /src/distrib/cobalt/ramdisk/
Makefile 15 MTREECONF= ${DISTRIBDIR}/common/mtree.common
  /src/distrib/dreamcast/ramdisk/
Makefile 16 MTREECONF= ${DISTRIBDIR}/common/mtree.common
  /src/distrib/emips/instkernel/
Makefile 11 MTREECONF= ${DISTRIBDIR}/common/mtree.dot
  /src/distrib/evbsh3/instkernel/ramdisk/
Makefile 15 MTREECONF= ${DISTRIBDIR}/common/mtree.common
  /src/distrib/ibmnws/netboot/ramdisk/
Makefile 14 MTREECONF= ${DISTRIBDIR}/common/mtree.common
  /src/distrib/luna68k/ramdisk/
Makefile 15 MTREECONF= ${DISTRIBDIR}/common/mtree.common
  /src/distrib/mipsco/instkernel/
Makefile 11 MTREECONF= ${DISTRIBDIR}/common/mtree.dot
  /src/distrib/next68k/ramdisk/
Makefile 19 MTREECONF= ${DISTRIBDIR}/common/mtree.common

Completed in 70 milliseconds

1 2 3 4