rename archive.h to bb_archive.h. no code changes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2011-09-22 12:45:14 +02:00
parent 45f0a1156d
commit d184a728cf
46 changed files with 45 additions and 45 deletions

View File

@ -28,7 +28,7 @@
//usage: "\n -v Verbose"
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
#include "ar.h"
#if ENABLE_FEATURE_AR_CREATE

View File

@ -5,7 +5,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
enum {
OPT_STDOUT = 1 << 0,

View File

@ -17,7 +17,7 @@
//usage: "\n -f Force"
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
#define CONFIG_BZIP2_FAST 1

View File

@ -12,7 +12,7 @@
*
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
//usage:#define cpio_trivial_usage
//usage: "[-dmvu] [-F FILE]" IF_FEATURE_CPIO_O(" [-H newc]")

View File

@ -57,7 +57,7 @@
#include "libbb.h"
#include <fnmatch.h>
#include "archive.h"
#include "bb_archive.h"
/* note: if you vary hash_prime sizes be aware,
* 1) tweaking these will have a big effect on how much memory this program uses.

View File

@ -19,7 +19,7 @@
//usage: "$ dpkg-deb -X ./busybox_0.48-1_i386.deb /tmp\n"
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
#define DPKG_DEB_OPT_CONTENTS 1
#define DPKG_DEB_OPT_CONTROL 2

View File

@ -55,7 +55,7 @@ aa: 85.1% -- replaced with aa.gz
//usage: "-rw-rw-r-- 1 andersen andersen 554058 Apr 14 17:49 /tmp/busybox.tar.gz\n"
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
/* ===========================================================================

View File

@ -4,7 +4,7 @@
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
void FAST_FUNC data_align(archive_handle_t *archive_handle, unsigned boundary)
{

View File

@ -4,7 +4,7 @@
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
void FAST_FUNC data_extract_all(archive_handle_t *archive_handle)
{

View File

@ -4,7 +4,7 @@
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
enum {
//TAR_FILETYPE,

View File

@ -4,7 +4,7 @@
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
void FAST_FUNC data_extract_to_stdout(archive_handle_t *archive_handle)
{

View File

@ -4,7 +4,7 @@
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
void FAST_FUNC data_skip(archive_handle_t *archive_handle)
{

View File

@ -40,7 +40,7 @@
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
/* Constants for Huffman coding */
#define MAX_GROUPS 6

View File

@ -25,7 +25,7 @@
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
/* Default input buffer size */

View File

@ -9,7 +9,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
#if ENABLE_FEATURE_LZMA_FAST
# define speed_inline ALWAYS_INLINE

View File

@ -10,7 +10,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
#define XZ_FUNC FAST_FUNC
#define XZ_EXTERN static

View File

@ -35,7 +35,7 @@
#include <setjmp.h>
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
typedef struct huft_t {
unsigned char e; /* number of extra bits or operation */

View File

@ -6,7 +6,7 @@
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
/* Accept any non-null name, its not really a filter at all */
char FAST_FUNC filter_accept_all(archive_handle_t *archive_handle)

View File

@ -6,7 +6,7 @@
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
/*
* Accept names that are in the accept list, ignoring reject list.

View File

@ -6,7 +6,7 @@
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
/* Built and used only if ENABLE_DPKG || ENABLE_DPKG_DEB */

View File

@ -6,7 +6,7 @@
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
/*
* Accept names that are in the accept list and not in the reject list

View File

@ -7,7 +7,7 @@
#include <fnmatch.h>
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
/* Find a string in a shell pattern list */
const llist_t* FAST_FUNC find_list_entry(const llist_t *list, const char *filename)

View File

@ -5,7 +5,7 @@
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
#include "ar.h"
static unsigned read_num(const char *str, int base)

View File

@ -5,7 +5,7 @@
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
typedef struct hardlinks_t {
struct hardlinks_t *next;

View File

@ -12,7 +12,7 @@
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
typedef uint32_t aliased_uint32_t FIX_ALIASING;
typedef off_t aliased_off_t FIX_ALIASING;

View File

@ -4,7 +4,7 @@
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
char FAST_FUNC get_header_tar_bz2(archive_handle_t *archive_handle)
{

View File

@ -4,7 +4,7 @@
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
char FAST_FUNC get_header_tar_gz(archive_handle_t *archive_handle)
{

View File

@ -7,7 +7,7 @@
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
char FAST_FUNC get_header_tar_lzma(archive_handle_t *archive_handle)
{

View File

@ -3,7 +3,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
void FAST_FUNC header_list(const file_header_t *file_header)
{

View File

@ -3,7 +3,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
void FAST_FUNC header_skip(const file_header_t *file_header UNUSED_PARAM)
{

View File

@ -4,7 +4,7 @@
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
void FAST_FUNC header_verbose_list(const file_header_t *file_header)
{

View File

@ -4,7 +4,7 @@
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
archive_handle_t* FAST_FUNC init_handle(void)
{

View File

@ -4,7 +4,7 @@
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
/* transformer(), more than meets the eye */
/*

View File

@ -4,7 +4,7 @@
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
void FAST_FUNC seek_by_jump(int fd, off_t amount)
{

View File

@ -4,7 +4,7 @@
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
/* If we are reading through a pipe, or from stdin then we can't lseek,
* we must read and discard the data to skip over it.

View File

@ -4,7 +4,7 @@
*/
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
#include "ar.h"
void FAST_FUNC unpack_ar_archive(archive_handle_t *ar_archive)

View File

@ -51,7 +51,7 @@
//usage: "\n -F Don't store or verify checksum"
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
#include "liblzo_interface.h"
/* lzo-2.03/src/lzo_ptr.h */

View File

@ -20,7 +20,7 @@
//usage: "\n -c List config files"
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
#include "rpm.h"
#define RPM_CHAR_TYPE 1

View File

@ -13,7 +13,7 @@
//usage: "Output a cpio archive of the rpm file"
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
#include "rpm.h"
enum { rpm_fd = STDIN_FILENO };

View File

@ -44,7 +44,7 @@
#include <fnmatch.h>
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
/* FIXME: Stop using this non-standard feature */
#ifndef FNM_LEADING_DIR
# define FNM_LEADING_DIR 0

View File

@ -32,7 +32,7 @@
//usage: "\n -d DIR Extract files into DIR"
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
enum {
#if BB_BIG_ENDIAN

View File

@ -62,7 +62,7 @@ static const char usage_messages[] ALIGN1 = UNPACKED_USAGE;
#if ENABLE_FEATURE_COMPRESS_USAGE
static const char packed_usage[] ALIGN1 = { PACKED_USAGE };
# include "archive.h"
# include "bb_archive.h"
static const char *unpack_usage_messages(void)
{
char *outbuf = NULL;

View File

@ -15,7 +15,7 @@
)
#if ZIPPED
# include "archive.h"
# include "bb_archive.h"
#endif

View File

@ -10,7 +10,7 @@
#include "libbb.h"
#include "bbconfigopts.h"
#if ENABLE_FEATURE_COMPRESS_BBCONFIG
# include "archive.h"
# include "bb_archive.h"
# include "bbconfigopts_bz2.h"
#endif

View File

@ -20,7 +20,7 @@
//config: a memory usage statistic tool.
#include "libbb.h"
#include "archive.h"
#include "bb_archive.h"
struct fileblock {
struct fileblock *next;