| /minix3/external/bsd/libarchive/dist/cpio/ |
| H A D | cpio.c | 104 static int entry_to_archive(struct cpio *, struct archive_entry *); 105 static int file_to_archive(struct cpio *, const char *); 107 static void list_item_verbose(struct cpio *, struct archive_entry *); 109 static const char *lookup_gname(struct cpio *, gid_t gid); 110 static int lookup_gname_helper(struct cpio *, 112 static const char *lookup_uname(struct cpio *, uid_t uid); 113 static int lookup_uname_helper(struct cpio *, 115 static void mode_in(struct cpio *); 116 static void mode_list(struct cpio *); 117 static void mode_out(struct cpio *); [all …]
|
| H A D | cmdline.c | 100 cpio_getopt(struct cpio *cpio) in cpio_getopt() argument 112 cpio->optarg = NULL; in cpio_getopt() 117 ++cpio->argv; in cpio_getopt() 118 --cpio->argc; in cpio_getopt() 127 if (cpio->argv[0] == NULL) in cpio_getopt() 130 if (cpio->argv[0][0] != '-') in cpio_getopt() 133 if (strcmp(cpio->argv[0], "--") == 0) { in cpio_getopt() 134 ++cpio->argv; in cpio_getopt() 135 --cpio->argc; in cpio_getopt() 139 opt_word = *cpio->argv++; in cpio_getopt() [all …]
|
| H A D | cpio.h | 44 struct cpio { struct 107 int cpio_getopt(struct cpio *cpio); argument
|
| /minix3/external/bsd/libarchive/dist/libarchive/ |
| H A D | archive_write_set_format_cpio.c | 55 struct cpio { struct 86 struct cpio *cpio; in archive_write_set_format_cpio() local 92 cpio = (struct cpio *)malloc(sizeof(*cpio)); in archive_write_set_format_cpio() 93 if (cpio == NULL) { in archive_write_set_format_cpio() 97 memset(cpio, 0, sizeof(*cpio)); in archive_write_set_format_cpio() 98 a->format_data = cpio; in archive_write_set_format_cpio() 127 synthesize_ino_value(struct cpio *cpio, struct archive_entry *entry) in synthesize_ino_value() argument 144 return ++cpio->ino_next; in synthesize_ino_value() 149 for (i = 0; i < cpio->ino_list_next; ++i) { in synthesize_ino_value() 150 if (cpio->ino_list[i].old == ino) in synthesize_ino_value() [all …]
|
| H A D | archive_read_support_format_cpio.c | 100 struct cpio { struct 102 int (*read_header)(struct archive_read *, struct cpio *, argument 123 static int header_bin_be(struct archive_read *, struct cpio *, argument 125 static int header_bin_le(struct archive_read *, struct cpio *, 127 static int header_newc(struct archive_read *, struct cpio *, 129 static int header_odc(struct archive_read *, struct cpio *, 134 static void record_hardlink(struct cpio *cpio, struct archive_entry *entry); 140 struct cpio *cpio; in archive_read_support_format_cpio() local 143 cpio = (struct cpio *)malloc(sizeof(*cpio)); in archive_read_support_format_cpio() 144 if (cpio == NULL) { in archive_read_support_format_cpio() [all …]
|
| H A D | archive_write_set_format_cpio_newc.c | 56 struct cpio { struct 88 struct cpio *cpio; in archive_write_set_format_cpio_newc() local 94 cpio = (struct cpio *)malloc(sizeof(*cpio)); in archive_write_set_format_cpio_newc() 95 if (cpio == NULL) { in archive_write_set_format_cpio_newc() 99 memset(cpio, 0, sizeof(*cpio)); in archive_write_set_format_cpio_newc() 100 a->format_data = cpio; in archive_write_set_format_cpio_newc() 118 struct cpio *cpio; in archive_write_newc_header() local 124 cpio = (struct cpio *)a->format_data; in archive_write_newc_header() 187 cpio->entry_bytes_remaining = archive_entry_size(entry); in archive_write_newc_header() 188 cpio->padding = PAD4(cpio->entry_bytes_remaining); in archive_write_newc_header() [all …]
|
| /minix3/external/bsd/libarchive/bin/cpio/ |
| H A D | Makefile | 3 PROG= cpio 4 SRCS= cmdline.c cpio.c 8 .PATH: ${LIBARCHIVEDIR}/cpio 10 CLEANFILES+= cpio.1 12 cpio.1: ${LIBARCHIVEDIR}/cpio/bsdcpio.1 13 ${TOOL_CAT} ${LIBARCHIVEDIR}/cpio/bsdcpio.1 > $@ 15 SYMLINKS+=${BINDIR}/cpio /usr/bin/cpio 17 COPTS.cpio.c += -Wno-format-nonliteral
|
| /minix3/bin/pax/ |
| H A D | Makefile | 14 SRCS+= getid.c spec.c misc.c pack_dev.c cpio.c 26 MAN= pax.1 tar.1 cpio.1 42 LINKS+= ${BINDIR}/pax ${BINDIR}/cpio 43 SYMLINKS+=${BINDIR}/cpio /usr/bin/cpio
|
| /minix3/external/bsd/libarchive/dist/ |
| H A D | README | 12 * cpio: the 'bsdcpio' program is a different interface to 47 * cpio.5, mtree.5, and tar.5 provide detailed information about these 49 modern cpio and tar variants. 68 * POSIX octet-oriented cpio 69 * SVR4 ASCII cpio 70 * POSIX octet-oriented cpio 71 * Binary cpio (big-endian or little-endian) 86 * POSIX octet-oriented cpio 87 * SVR4 "newc" cpio
|
| H A D | NEWS | 22 Jan 17, 2010: Fix error handling for 'echo nonexistent | cpio -o' 118 Jun 19, 2008: bsdcpio: additional long options for better GNU cpio compat 175 ustar, and old cpio archives. Just a little more testing before 201 Jan 22, 2008: Fix bad padding when writing symlinks to newc cpio archives. 202 Jan 22, 2008: Verify bsdcpio_test by getting it to work against GNU cpio 2.9. 209 hardlinks extracted from newc cpio files. (Which store the body 234 Dec 04, 2007: Fix cpio/test/test_write_odc by setting the umask first. 270 Oct 20, 2007: Initial work on new pattern-matching code for cpio; I 275 Oct 05, 2007: New cpio.5 manpage, updates to "History" of bsdcpio.1 and 284 Sep 26, 2007: cpio-odc and cpio-newc archives no longer write bodies [all …]
|
| /minix3/external/mit/xorg/server/drivers/xf86-video-mach64/ |
| H A D | Makefile | 14 ${SRCS.cpio} ${SRCS.dga} ${SRCS.exa} #${SRCS.dri} 16 SRCS.cpio= ativga.c ativgaio.c atibank.c atiwonder.c atiwonderio.c
|
| /minix3/external/bsd/libarchive/bin/ |
| H A D | Makefile | 8 SUBDIR+= cpio tar
|
| /minix3/external/bsd/llvm/dist/llvm/utils/buildit/ |
| H A D | build_llvm | 318 | cpio -pdml $SYM_DIR || exit 1 324 | cpio -pdml $SYM_DIR/src || exit 1
|
| /minix3/external/bsd/file/dist/magic/magdir/ |
| H A D | archive | 6 # cpio, ar, arc, arj, hpack, lha/lharc, rar, squish, uc2, zip, zoo, etc. 20 # cpio archives 22 # Yes, the top two "cpio archive" formats *are* supposed to just be "short". 24 # byte order as the machine running "file" with "cpio archive", and 26 # from the machine running "file" with "byte-swapped cpio archive". 28 # The SVR4 "cpio(4)" hints that there are additional formats, but they 31 0 short 070707 cpio archive 32 !:mime application/x-cpio 33 0 short 0143561 byte-swapped cpio archive 34 !:mime application/x-cpio # encoding: swapped [all …]
|
| /minix3/include/ |
| H A D | Makefile | 11 bitstring.h bm.h cdbw.h complex.h cpio.h ctype.h \
|
| /minix3/external/bsd/flex/dist/ |
| H A D | ABOUT-NLS | 163 cpio | | 347 cpio | | 531 cpio | [] [] [] [] | 715 cpio | | 899 cpio | [] [] [] | 1083 cpio | [] [] [] [] [] [] | 13
|
| H A D | aclocal.m4 | 964 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 993 cpio) 994 am__tar='find "$$tardir" -print | cpio -o -H $1 -L' 995 am__tar_='find "$tardir" -print | cpio -o -H $1 -L' 996 am__untar='cpio -i -H $1 -d'
|
| /minix3/external/bsd/libarchive/lib/libarchive/ |
| H A D | Makefile | 87 cpio.5 \
|
| /minix3/external/bsd/libevent/dist/ |
| H A D | aclocal.m4 | 944 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 973 cpio) 974 am__tar='find "$$tardir" -print | cpio -o -H $1 -L' 975 am__tar_='find "$tardir" -print | cpio -o -H $1 -L' 976 am__untar='cpio -i -H $1 -d'
|
| /minix3/external/bsd/bind/dist/unit/atf-src/ |
| H A D | aclocal.m4 | 944 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 973 cpio) 974 am__tar='find "$$tardir" -print | cpio -o -H $1 -L' 975 am__tar_='find "$tardir" -print | cpio -o -H $1 -L' 976 am__untar='cpio -i -H $1 -d'
|
| /minix3/external/bsd/dhcp/dist/ |
| H A D | aclocal.m4 | 1081 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1149 cpio) 1150 am__tar='find "$$tardir" -print | cpio -o -H $1 -L' 1151 am__tar_='find "$tardir" -print | cpio -o -H $1 -L' 1152 am__untar='cpio -i -H $1 -d'
|
| /minix3/external/bsd/file/dist/ |
| H A D | aclocal.m4 | 1159 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 1227 cpio) 1228 am__tar='find "$$tardir" -print | cpio -o -H $1 -L' 1229 am__tar_='find "$tardir" -print | cpio -o -H $1 -L' 1230 am__untar='cpio -i -H $1 -d'
|
| /minix3/crypto/external/bsd/netpgp/dist/ |
| H A D | aclocal.m4 | 8780 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 8809 cpio) 8810 am__tar='find "$$tardir" -print | cpio -o -H $1 -L' 8811 am__tar_='find "$tardir" -print | cpio -o -H $1 -L' 8812 am__untar='cpio -i -H $1 -d'
|
| /minix3/distrib/sets/lists/minix-man/ |
| H A D | mi | 72 ./usr/man/man1/cpio.1 minix-man 3342 ./usr/man/man5/cpio.5 minix-man
|
| /minix3/share/mk/ |
| H A D | bsd.README | 129 MKBSDTAR If "yes", use the libarchive based cpio and tar instead of
|