HomeSort by relevance Sort by last modified time
    Searched refs:cpio (Results 1 - 25 of 39) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/cpio/
Makefile 25 PROG= cpio
27 OBJS= cpio.o cpiostat.o utils.o
34 XGETFLAGS += -a -x cpio.xcl
  /onnv/onnv-gate/usr/src/cmd/bnu/
Teardown 54 find . -print | cpio -pdvm ..
uupick 118 # (separate find is necessary because cpio -v doesn't print dir names)
143 cpio -pdmu $tdir < $tmpdir/$$uupick
  /onnv/onnv-gate/usr/src/cmd/mdb/tools/scripts/
mkroot.sh 50 gunzip -c $archive_dir/$archive | cpio $cpio_args "$@"
52 cpio $cpio_args "$@" < $archive_dir/$archive
81 # cpio will just silently ignore them if this happens to be an i386 archive.
  /onnv/onnv-gate/usr/src/tools/scripts/
sdrop.sh 61 hg locate -X deleted_files/ | cpio -pd $tmpdir
67 cpio -pd $tmpdir
mkbfu.sh 74 eval $cpio >$arc$ext
81 print "No cpio block count" > "/dev/stderr"
115 # The extra subshell allows us to wait for cpio to exit completely (rather
117 # file. Otherwise, we'll race with cpio's completion.
118 cpio='( ( cpio -ocB 2>$cpioerr ); true )'
120 cpio="$cpio | $filter"
123 cpio="$cpio | $compressor
    [all...]
build_osnet.sh 38 # compressed cpio archives we deliver to the folks who build the source product.
257 zcat ${EXPORT_CPIO} | cpio -idmucB
269 zcat ${CRYPT_CPIO} | cpio -idmucB
274 zcat ${BINARY_CPIO} | cpio -idmucB
bfudrop.sh 66 cpio_log="$stagedir/cpio.log"
69 # Wrapper over cpio to filter out "NNN blocks" messages.
74 cpio "$@" > "$cpio_log" 2>&1
93 # The cpio table of contents includes directories, and
94 # we just want files. So unpack the cpio file into a
nightly.sh 228 cpio -ocB 2>/dev/null | compress \
265 cpio -idmucvB 2>/dev/null | tee -a $mail_msg_file >> ${LOGFILE}
320 cpio -pd $DEST >>$LOGFILE 2>&1
322 printf "cpio failed for %s\n" "$DEST" |
380 hg locate -I "$open_top" | cpio -pd "$dest" >>$LOGFILE 2>&1
382 printf "cpio failed for %s\n" "$dest" |
392 cpio -pd "$dest/usr/closed") >>$LOGFILE 2>&1
394 printf "cpio failed for %s/usr/closed\n" \
402 cpio -pd "$dest/usr/closed") >>$LOGFILE 2>&1
404 printf "cpio failed for %s/usr/closed/%s\n"
    [all...]
mkacr.sh 28 # in a gzip'ed cpio archive called "conflict_resolution.gz" in the
392 # ps.cpioerr stderr from cpio.
480 find conflict_resolution -print | cpio -ocB 2>$cpioerr |
489 print "No cpio block count" > "/dev/stderr"
  /onnv/onnv-gate/usr/src/cmd/sgs/packages/common/
postinstall 26 ONLDCPIO=/tmp/SUNWonld.cpio.$$
124 cpio -pdm $BASEDIR/$SGSBACKUPDIR < ${SGSBACKUPDIR}.origfiles
128 # Overwrite SGSTOOLS onto existing system. We use CPIO
146 find . -depth -print | cpio -o -O $ONLDCPIO
148 cpio -imdu < $ONLDCPIO
155 find usr -depth -print | cpio -o -O $ONLDCPIO
157 cpio -imdu < $ONLDCPIO
preremove 54 cpio -pdmu $BASEDIR < $BASEDIR/${SGSBACKUPDIR}.origfiles
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgscripts/
i.CompCpio.sh 31 # old-style WOS packages using the utilities cpio and compress. It
35 # reloc.cpio.Z relocatable paths, less old style
36 # root.cpio.Z absolute paths, less old style
37 # reloc.cpio relocatable paths less old style, not compressed
38 # root.cpio absolute paths, less old style, not compressed
51 # do a full cpio for each archive
54 # make a file list, rm executables, do a selective cpio
56 # rm executables, do a full cpio for each archive
68 MAXLIST=550 # This is arbitrary based upon 2.4 cpio
97 Cpio=usr/bin/cpi
    [all...]
  /onnv/onnv-gate/usr/src/cmd/boot/scripts/
root_archive.ksh 41 # are (un)cpio'd as well
224 cpio -ocmPuB < /tmp/gnome.$$ 2>/dev/null | bzip2 > \
225 "$CPIO_DIR/gnome.cpio.bz2"
291 cpio -ocmPuB < /tmp/java_ui.$$ 2>/dev/null | bzip2 > \
292 "$CPIO_DIR/javaui.cpio.bz2"
324 cpio -ocmPuB < /tmp/lp.$$ 2>/dev/null | bzip2 > \
325 "$CPIO_DIR/lpmisc.cpio.bz2"
356 cpio -ocmPuB < /tmp/perl.$$ 2>/dev/null | bzip2 > \
357 "$CPIO_DIR/perl.cpio.bz2"
380 cpio -ocmPuB 2> /dev/null | bzip2 > "$CPIO_DIR/X.cpio.bz2
    [all...]
create_ramdisk.ksh 200 # location in the loop. Nothing is printed, so the pipe and cpio
204 # the cpio at the end to do the copy.
215 done <"$list" | cpio -pdum "$rdmnt" 2>/dev/null
220 cpio -pdum "$rdmnt" 2>/dev/null
224 cpio -pdum "$rdmnt" 2>/dev/null
  /onnv/onnv-gate/usr/src/cmd/fm/scripts/
fmsim.ksh 207 (cd $sysroot && find usr/lib/fm -depth -print | cpio -pdmu $simroot)
212 (cd $sysroot && find ${platdir#/} -depth -print | cpio -pdmu $simroot)
216 (cd $sysroot && find usr/lib/locale/$LANG -depth -print | cpio -pdmu $simroot)
219 (cd $sysroot && list_cmds | cpio -pdmu $simroot)
  /onnv/onnv-gate/usr/src/lib/brand/native/zone/
common.ksh 222 # inherit-pkg-dir patterns into the ipd.{cpio|pax} temporary files for
474 elif [[ $archiver == "cpio" || -z $archiver ]]; then
475 # cpio archived specified OR no archiver specified - use default
476 archiver_command="/usr/bin/cpio"
617 # Unpack cpio archive into zoneroot.
624 get_archive_base "$stage1" "$archive" "cpio -it"
628 vlog "cd \"$ARCHIVE_BASE\" && $stage1 \"$archive\" | cpio $cpioopts"
630 ( cd "$ARCHIVE_BASE" && $stage1 "$archive" | cpio $cpioopts )
713 vlog "cpio $cpioopts \"$ZONEROOT\""
716 cpio $cpioopts "$ZONEROOT"
    [all...]
attach_update.ksh 46 # the gz_cp_list file. Do this by running cpio.
622 echo "***** cpio *****" >>$LOGFILE
623 cpio -pcdmu /a < /tmp/gz_cp_list >>$LOGFILE 2>&1
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
ftpconfig.sh 263 find /usr/share/lib/zoneinfo | cpio -pduL "$home_dir" >/dev/null 2>&1
290 cpio -pduL "$home_dir" >/dev/null 2>&1 <<-EOF
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
find2perl.PL 237 } elsif (/^(n?)cpio\z/) {
242 $out .= tab . "cpio(*$fh, \$name, '$1')";
245 $declaresubs .= "sub cpio;\nsub cflushall ();\n";
248 $init{cpio} = 1;
454 if (exists $init{cpio} || exists $init{tar}) {
474 if (exists $init{cpio}) {
480 sub cpio {
548 cpio($fh, undef, $nc{$fh});
889 =item C<-cpio FILE>
891 Adds current output to old-style cpio-format FILE
    [all...]
  /onnv/onnv-gate/usr/src/cmd/itutools/
updatemedia.ksh 36 readonly CPIO=/bin/cpio
81 for f in $CPIO $GZIP ${ISO:+$MKISOFS} $PATCHADD $ROOT_ARCHIVE
284 # Symlink each patch in a temp dir so a single cpio/gzip can work.
299 # Package up patches as compressed cpio archive.
305 # fd 9 is used later on for filtering out cpio's
319 done | $CPIO -oc 2>&1 >&9 | $GREP -v '^[0-9]* blocks' >&2
344 /bin/cpio -idum < "$tmpfile" || exit
pkg2du.ksh 37 readonly CPIO=/usr/bin/cpio
  /onnv/onnv-gate/usr/src/cmd/file/
magic 75 0 short 070701 cpio archive
76 0 string 070701 ASCII cpio archive
77 0 short 070702 cpio archive - CRC header
78 0 string 070702 ASCII cpio archive - CRC header
79 0 short 070707 cpio archive - CHR (-c) header
80 0 string 070707 ASCII cpio archive - CHR (-c) header
255 0 short 0143561 byte-swapped cpio archive
  /onnv/onnv-gate/usr/src/cmd/
Makefile 99 cpio \
550 cpio \
  /onnv/onnv-gate/usr/src/tools/
README.tools 73 bonwick/faulkner upgrade. Loads a set of cpio archives created
81 new cpio archives onto a live system. Patches binaries to use
243 makes cpio archives out of the proto area suitable for bfu'ing.

Completed in 1319 milliseconds

1 2