| /src/external/mit/xorg/server/drivers/xf86-video-mach64/ |
| Makefile | 14 ${SRCS.cpio} ${SRCS.dga} ${SRCS.exa} #${SRCS.dri} 16 SRCS.cpio= ativga.c ativgaio.c atibank.c atiwonder.c atiwonderio.c
|
| /src/external/bsd/libarchive/dist/cpio/ |
| cpio.h | 15 * The internal state for the "cpio" program. 19 * pointer to this structure is passed to most cpio internal 22 struct cpio { struct 104 int cpio_getopt(struct cpio *cpio);
|
| cpio.c | 67 #include "cpio.h" 92 static int entry_to_archive(struct cpio *, struct archive_entry *); 93 static int file_to_archive(struct cpio *, const char *); 95 static void list_item_verbose(struct cpio *, struct archive_entry *); 97 static const char *lookup_gname(struct cpio *, gid_t gid); 98 static int lookup_gname_helper(struct cpio *, 100 static const char *lookup_uname(struct cpio *, uid_t uid); 101 static int lookup_uname_helper(struct cpio *, 103 static __LA_NORETURN void mode_in(struct cpio *); 104 static __LA_NORETURN void mode_list(struct cpio *); 119 struct cpio *cpio; local 1504 struct cpio *cpio = (struct cpio *)_client_data; local [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_set_format_cpio_binary.c | 58 struct cpio { struct 98 /* Back in the day, the 7th Edition cpio.c had this, to 173 struct cpio *cpio; local 177 "Binary cpio format not supported on this platform"); 188 cpio = calloc(1, sizeof(*cpio)); 189 if (cpio == NULL) { 190 archive_set_error(&a->archive, ENOMEM, "Can't allocate cpio data"); 193 a->format_data = cpio; 238 struct cpio *cpio = (struct cpio *)a->format_data; local 332 struct cpio *cpio; local 381 struct cpio *cpio; local 558 struct cpio *cpio; local 595 struct cpio *cpio; local 607 struct cpio *cpio; local [all...] |
| archive_write_set_format_cpio_newc.c | 61 struct cpio { struct 104 * Set output format to 'cpio' format. 110 struct cpio *cpio; local 119 cpio = calloc(1, sizeof(*cpio)); 120 if (cpio == NULL) { 121 archive_set_error(&a->archive, ENOMEM, "Can't allocate cpio data"); 124 a->format_data = cpio; 125 a->format_name = "cpio"; 141 struct cpio *cpio = (struct cpio *)a->format_data; local 169 struct cpio *cpio; local 220 struct cpio *cpio; local 376 struct cpio *cpio; local 440 struct cpio *cpio; local 451 struct cpio *cpio; local [all...] |
| archive_write_set_format_cpio_odc.c | 60 struct cpio { struct 98 * Set output format to 'cpio' format. 104 struct cpio *cpio; local 113 cpio = calloc(1, sizeof(*cpio)); 114 if (cpio == NULL) { 115 archive_set_error(&a->archive, ENOMEM, "Can't allocate cpio data"); 118 a->format_data = cpio; 119 a->format_name = "cpio"; 135 struct cpio *cpio = (struct cpio *)a->format_data; local 229 struct cpio *cpio; local 278 struct cpio *cpio; local 418 struct cpio *cpio; local 485 struct cpio *cpio; local 497 struct cpio *cpio; local [all...] |
| archive_read_support_format_cpio.c | 174 struct cpio { struct 176 int (*read_header)(struct archive_read *, struct cpio *, 206 static int header_bin_be(struct archive_read *, struct cpio *, 208 static int header_bin_le(struct archive_read *, struct cpio *, 210 static int header_newc(struct archive_read *, struct cpio *, 212 static int header_odc(struct archive_read *, struct cpio *, 214 static int header_afiol(struct archive_read *, struct cpio *, 220 struct cpio *cpio, struct archive_entry *entry); 226 struct cpio *cpio local 262 struct cpio *cpio; local 326 struct cpio *cpio; local 364 struct cpio *cpio; local 463 struct cpio *cpio; local 500 struct cpio *cpio = (struct cpio *)(a->format->data); local 980 struct cpio *cpio; local [all...] |