Searched refs:mtree (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c119 * directory type files. like mtree(8) -d option.
231 mtree_indent(struct mtree_writer *mtree) argument
237 s = r = mtree->ebuf.s;
244 archive_strncat(&mtree->buf, s, r - s);
246 archive_strncat(&mtree->buf, " \\\n", 3);
248 archive_strappend_char(&mtree->buf, ' ');
251 archive_strappend_char(&mtree->buf, ' ');
262 archive_strncat(&mtree->buf, s, x - s);
263 archive_strncat(&mtree->buf, " \\\n", 3);
265 archive_strappend_char(&mtree
374 set_global(struct mtree_writer *mtree, struct archive_entry *entry) argument
500 get_keys(struct mtree_writer *mtree, struct archive_entry *entry) argument
549 struct mtree_writer *mtree= a->format_data; local
647 struct mtree_writer *mtree = a->format_data; local
835 struct mtree_writer *mtree= a->format_data; local
845 struct mtree_writer *mtree= a->format_data; local
893 struct mtree_writer *mtree= a->format_data; local
911 struct mtree_writer *mtree= a->format_data; local
1016 struct mtree_writer *mtree; local
[all...]
H A Darchive_read_support_format_mtree.c85 struct mtree { struct
107 struct mtree *, struct mtree_entry *, int *);
110 struct mtree *, struct mtree_entry *, int *);
111 static int parse_keyword(struct archive_read *, struct mtree *,
115 static ssize_t readline(struct archive_read *, struct mtree *, char **, ssize_t);
139 struct mtree *mtree; local
142 mtree = (struct mtree *)malloc(sizeof(*mtree));
162 struct mtree *mtree; local
321 process_add_entry(struct archive_read *a, struct mtree *mtree, struct mtree_option **global, const char *line, struct mtree_entry **last_entry) argument
387 read_mtree(struct archive_read *a, struct mtree *mtree) argument
456 struct mtree *mtree; local
514 parse_file(struct archive_read *a, struct archive_entry *entry, struct mtree *mtree, struct mtree_entry *mentry, int *use_next) argument
727 parse_line(struct archive_read *a, struct archive_entry *entry, struct mtree *mtree, struct mtree_entry *mp, int *parsed_kws) argument
781 parse_keyword(struct archive_read *a, struct mtree *mtree, struct archive_entry *entry, struct mtree_option *option, int *parsed_kws) argument
981 struct mtree *mtree; local
1024 struct mtree *mtree; local
1238 readline(struct archive_read *a, struct mtree *mtree, char **start, ssize_t limit) argument
[all...]
/freebsd-9.3-release/tools/tools/build_option_survey/
H A Dreduce.sh15 if [ ! -f $1/_.mtree ] ; then
18 if [ ! -f $2/_.mtree ] ; then
22 mtree -k uid,gid,mode,nlink,size,link,type,flags \
23 -f ${1}/_.mtree -f $2/_.mtree > $2/_.mtree.all.txt || true
24 grep '^ ' $2/_.mtree.all.txt > $4/$3.mtree.chg.txt || true
25 grep '^[^ ]' $2/_.mtree.all.txt > $4/$3.mtree
[all...]
H A Doption_survey.sh88 ( cd ${MNT} && mtree -c ) > ${FDIR}/_.mtree
/freebsd-9.3-release/usr.sbin/mtree/
H A DMakefile9 MAN= fmtree.8 mtree.5
10 SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c
18 LINKS= ${BINDIR}/fmtree ${BINDIR}/mtree
19 MLINKS= fmtree.8 mtree.8
24 fmtree.8: mtree.8
/freebsd-9.3-release/usr.sbin/mtree/test/
H A Dtest00.sh13 TMP=/tmp/mtree.$$
21 mtree -c -p ${TMP}/mr | mtree -U -r -p ${TMP}/mt > /dev/null 2>&1
31 mtree -c -p ${TMP}/mr | mtree -U -r -p ${TMP}/mt > /dev/null 2>&1
41 mtree -c -p ${TMP}/mr | mtree -U -r -p ${TMP}/mt > /dev/null 2>&1
50 mtree -c -p ${TMP}/mr > ${TMP}/_
51 if mtree -U -r -p ${TMP}/mt < ${TMP}/_ > /dev/null 2>&1 ; then
H A Dtest03.sh13 TMP=/tmp/mtree.$$
27 mtree -c -K $K -p .. > ${TMP}/_r
28 mtree -c -K $K -p .. > ${TMP}/_r2
39 mtree -c -K $K -p .. > ${TMP}/_t
43 if mtree -f ${TMP}/_r -f ${TMP}/_r2 ; then
50 if mtree -f ${TMP}/_r -f ${TMP}/_t > ${TMP}/_ ; then
H A Dtest01.sh13 TMP=/tmp/mtree.$$
20 mtree -c -p ${TMP}/mr > ${TMP}/_
22 if mtree -U -r -p ${TMP}/mt < ${TMP}/_ > /dev/null 2>&1 ; then
H A Dtest02.sh13 TMP=/tmp/mtree.$$
21 mtree -c -p ${TMP}/mr > ${TMP}/_
23 mtree -U -r -p ${TMP}/mt < ${TMP}/_ > /dev/null
H A Dtest05.sh8 TMP=`mktemp -d /tmp/mtree.XXXXXX`
12 mtree -c -p ${TMP}/mr > ${TMP}/_
14 mtree -p ${TMP}/mr -K optional < ${TMP}/_ > /dev/null
H A Dtest04.sh13 TMP=/tmp/mtree.$$
24 mtree -c -p ${TMP}/mr > ${TMP}/_r
25 mtree -c -p ${TMP}/mt > ${TMP}/_t
27 if mtree -f ${TMP}/_r -f ${TMP}/_t > ${TMP}/_ ; then
38 if mtree -f ${TMP}/_t -f ${TMP}/_r > ${TMP}/_ ; then
/freebsd-9.3-release/contrib/mtree/
H A DMakefile6 PROG= mtree
9 MAN= mtree.8
10 SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c specspec.c \
/freebsd-9.3-release/usr.sbin/nmtree/
H A DMakefile5 .PATH: ${.CURDIR}/../../contrib/mtree
9 SRCS= compare.c crc.c create.c excludes.c getid.c misc.c mtree.c \
24 LINKS= ${BINDIR}/nmtree ${BINDIR}/mtree
25 MLINKS= nmtree.8 mtree.8
30 nmtree.8: mtree.8
/freebsd-9.3-release/etc/rc.d/
H A Dvar44 /usr/sbin/mtree -deU -f /etc/mtree/BSD.var.dist -p /var > /dev/null
49 /usr/sbin/mtree -deU -f /etc/mtree/BSD.sendmail.dist -p / > /dev/null
87 elif [ -x /usr/sbin/mtree ] ; then
90 # We need mtree to populate /var so try mounting /usr.
94 if [ ! -x /usr/sbin/mtree ] ; then
H A Dnamed38 if [ -r /etc/mtree/BIND.chroot.dist ]; then
39 mtree -deU -f /etc/mtree/BIND.chroot.dist \
42 warn "/etc/mtree/BIND.chroot.dist missing,"
/freebsd-9.3-release/usr.bin/xinstall/
H A DMakefile9 .PATH: ${.CURDIR}/../../contrib/mtree
11 CFLAGS+= -I${.CURDIR}/../../contrib/mtree
/freebsd-9.3-release/usr.sbin/makefs/
H A DMakefile9 mtree.c \
21 .PATH: ${.CURDIR}/../../contrib/mtree
22 CFLAGS+=-I${.CURDIR}/../../contrib/mtree
H A Dmtree.c1100 warnx("%u error(s) and %u warning(s) in mtree manifest",
1108 errc(1, error, "Error reading mtree file");
/freebsd-9.3-release/etc/mtree/
H A DMakefile31 FILESDIR= /etc/mtree
/freebsd-9.3-release/tools/tools/tinybsd/
H A Dtinybsd278 mtree -deU -f /etc/mtree/BSD.root.dist -p ${WORKDIR}
279 mtree -deU -f /etc/mtree/BIND.chroot.dist -p ${WORKDIR}
280 mtree -deU -f /etc/mtree/BSD.usr.dist -p ${WORKDIR}/usr
281 mtree -deU -f /etc/mtree/BSD.local.dist -p ${WORKDIR}/usr/local
282 mtree -deU -f /etc/mtree/BS
[all...]
/freebsd-9.3-release/etc/
H A DMakefile281 cd ${.CURDIR}/mtree; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
282 ${MTREE} ${DESTDIR}/etc/mtree
315 MTREE_CMD?= mtree
317 MTREES= mtree/BSD.root.dist / \
318 mtree/BSD.var.dist /var \
319 mtree/BSD.usr.dist /usr \
320 mtree/BSD.include.dist /usr/include
322 MTREES+= mtree/BSD.debug.dist /usr/lib
325 MTREES+= mtree/BIND.include.dist /usr/include
328 MTREES+= mtree/BIN
[all...]
/freebsd-9.3-release/
H A DMakefile.inc120 # LOCAL_MTREE="list of mtree files" to process to allow local directories
423 mtree -deU -f ${.CURDIR}/etc/mtree/BSD.usr.dist \
426 mtree -deU -f ${.CURDIR}/etc/mtree/BSD.groff.dist \
429 mtree -deU -f ${.CURDIR}/etc/mtree/BSD.usr.dist \
431 mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \
436 mtree
[all...]
/freebsd-9.3-release/release/scripts/
H A Dmm-mtree.sh3 # mergemaster mtree database generator
6 # process to generate the /var/db/mergemaster.mtree file relevant to
35 # Assign the location of the mtree database
38 MTREEFILE="${MTREEDB}/mergemaster.mtree"
137 # Delete stuff we do not need to keep the mtree database small,
143 # Build the mtree database in a temporary location.
144 MTREENEW=`mktemp -t mergemaster.mtree`
145 mtree -ci -p ${TEMPROOT} -k size,md5digest > ${MTREENEW} 2>/dev/null
148 echo "*** Saving mtree database for future upgrades"
/freebsd-9.3-release/share/mk/
H A Dbsd.pkg.mk42 check-umask install-mtree pre-su-install \
/freebsd-9.3-release/release/picobsd/build/
H A Dpicobsd25 # mfs.mtree mtree config file
33 # mfs.mtree overrides ${PICO_TREE}/mfs.mtree
642 # First do an mtree pass, then create directory links and device entries,
657 # use type-specific mfs.mtree, default to generic one.
658 a=${MY_TREE}/mfs.mtree
659 [ -f ${a} ] || a=${PICO_TREE}/build/mfs.mtree
660 log "Running mtree using $a..."
661 mtree
[all...]

Completed in 269 milliseconds

12