Searched refs:archive (Results 51 - 75 of 1145) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_open_memory.c32 #include "archive.h"
41 static int memory_write_free(struct archive *, void *);
42 static int memory_write_open(struct archive *, void *);
43 static ssize_t memory_write(struct archive *, void *, const void *buff, size_t);
51 archive_write_open_memory(struct archive *a, void *buff, size_t buffSize, size_t *used)
68 memory_write_open(struct archive *a, void *client_data)
88 memory_write(struct archive *a, void *client_data, const void *buff, size_t length)
105 memory_write_free(struct archive *a, void *client_data)
H A Darchive_write_set_passphrase.c37 archive_set_error(&a->archive, ARCHIVE_ERRNO_MISC,
44 archive_set_error(&a->archive, ENOMEM,
53 archive_write_set_passphrase(struct archive *_a, const char *p)
65 archive_write_set_passphrase_callback(struct archive *_a, void *client_data,
88 p = a->passphrase_callback(&a->archive,
H A Darchive_read.c29 * actually needs to read an archive. Optional pieces have been, as
50 #include "archive.h"
60 static int64_t _archive_filter_bytes(struct archive *, int);
61 static int _archive_filter_code(struct archive *, int);
62 static const char *_archive_filter_name(struct archive *, int);
63 static int _archive_filter_count(struct archive *);
64 static int _archive_read_close(struct archive *);
65 static int _archive_read_data_block(struct archive *,
67 static int _archive_read_free(struct archive *);
68 static int _archive_read_next_header(struct archive *,
[all...]
H A Darchive_read_open_memory.c32 #include "archive.h"
35 * Glue to read an archive from a block of memory.
49 static int memory_read_close(struct archive *, void *);
50 static int memory_read_open(struct archive *, void *);
51 static int64_t memory_read_seek(struct archive *, void *, int64_t offset, int whence);
52 static int64_t memory_read_skip(struct archive *, void *, int64_t request);
53 static ssize_t memory_read(struct archive *, void *, const void **buff);
56 archive_read_open_memory(struct archive *a, const void *buff, size_t size)
67 archive_read_open_memory2(struct archive *a, const void *buff,
93 memory_read_open(struct archive *
[all...]
H A Darchive_read_support_format_empty.c28 #include "archive.h"
39 archive_read_support_format_empty(struct archive *_a)
79 a->archive.archive_format = ARCHIVE_FORMAT_EMPTY;
80 a->archive.archive_format_name = "Empty file";
H A Darchive_write_set_format_raw.c49 archive_write_set_format_raw(struct archive *_a)
63 archive_set_error(&a->archive, ENOMEM, "Can't allocate raw data");
77 a->archive.archive_format = ARCHIVE_FORMAT_RAW;
78 a->archive.archive_format_name = "RAW";
88 archive_set_error(&a->archive, ERANGE,
95 archive_set_error(&a->archive, ERANGE,
96 "Raw format only supports one entry per archive");
H A Darchive_write_private.h35 #include "archive.h"
48 struct archive *archive; /* Associated archive. */ member in struct:archive_write_filter
66 void __archive_write_filters_free(struct archive *);
69 struct archive_write_filter *__archive_write_allocate_filter(struct archive *);
76 struct archive archive; member in struct:archive_write
78 /* Dev/ino of the archive being written. */
87 /* Callbacks to open/read/write/close archive strea
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/build-aux/
H A Dar-lib79 # func_at_file at_file operation archive
88 archive=$3
95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
148 archive=$file
194 func_error "archive not found"
200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
211 func_error "archive no
[all...]
/netbsd-current/external/gpl3/binutils/dist/
H A Dar-lib79 # func_at_file at_file operation archive
88 archive=$3
95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
148 archive=$file
194 func_error "archive not found"
200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
211 func_error "archive no
[all...]
/netbsd-current/external/lgpl3/mpc/dist/
H A Dar-lib79 # func_at_file at_file operation archive
88 archive=$3
95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
148 archive=$file
194 func_error "archive not found"
200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
211 func_error "archive no
[all...]
/netbsd-current/external/gpl3/gdb/dist/
H A Dar-lib79 # func_at_file at_file operation archive
88 archive=$3
95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
148 archive=$file
194 func_error "archive not found"
200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
211 func_error "archive no
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/
H A Dar-lib79 # func_at_file at_file operation archive
88 archive=$3
95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
148 archive=$file
194 func_error "archive not found"
200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
211 func_error "archive no
[all...]
/netbsd-current/external/gpl3/gcc/dist/
H A Dar-lib79 # func_at_file at_file operation archive
88 archive=$3
95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
148 archive=$file
194 func_error "archive not found"
200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
211 func_error "archive no
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/
H A Dar-lib79 # func_at_file at_file operation archive
88 archive=$3
95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
148 archive=$file
194 func_error "archive not found"
200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
211 func_error "archive no
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/
H A Dar-lib79 # func_at_file at_file operation archive
88 archive=$3
95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
148 archive=$file
194 func_error "archive not found"
200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
211 func_error "archive no
[all...]
/netbsd-current/external/mit/expat/dist/conftools/
H A Dar-lib79 # func_at_file at_file operation archive
88 archive=$3
95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
148 archive=$file
194 func_error "archive not found"
200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
211 func_error "archive no
[all...]
/netbsd-current/external/lgpl3/mpc/dist/build-aux/
H A Dar-lib79 # func_at_file at_file operation archive
88 archive=$3
95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
148 archive=$file
194 func_error "archive not found"
200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
211 func_error "archive no
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/
H A Dar-lib79 # func_at_file at_file operation archive
88 archive=$3
95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
148 archive=$file
194 func_error "archive not found"
200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
211 func_error "archive no
[all...]
/netbsd-current/external/mpl/bind/dist/
H A Dar-lib79 # func_at_file at_file operation archive
88 archive=$3
95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
118 func_error "you must specify a program, an action and an archive"
126 func_error "you must specify a program, an action and an archive"
148 archive=$file
194 func_error "archive not found"
200 func_at_file "${1#@}" -REMOVE "$archive"
204 $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
211 func_error "archive no
[all...]
/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_read_format_cpio_afio.c43 static unsigned char archive[] = { variable
82 struct archive *a;
85 size = (sizeof(archive) + 5120 -1 / 5120) * 5120;
90 memcpy(p, archive, sizeof(archive));
/netbsd-current/tests/dev/scsipi/
H A DMakefile16 LDADD+= -Wl,--whole-archive -lrumpdev_scsitest -Wl,--no-whole-archive
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-dynamic/
H A Dexport-dynamic-symbol-1.d1 #name: --export-dynamic-symbol foo archive
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-misc/
H A Ddefsym1.d6 # Check that --defsym works on archive.
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-undefined/
H A Dentry-2.d1 #name: --entry foo -u foo archive
H A Dentry-3.d1 #name: -shared --entry foo archive

Completed in 366 milliseconds

1234567891011>>