/***********************************************************************
* *
* This software is part of the ast package *
* Copyright (c) 2002-2011 AT&T Intellectual Property *
* and is licensed under the *
* Eclipse Public License, Version 1.0 *
* by AT&T Intellectual Property *
* *
* A copy of the License is available at *
* (with md5 checksum b35adb5213ca9657e911e9befb180842) *
* *
* Information and Software Systems Research *
* AT&T Research *
* Florham Park NJ *
* *
* Glenn Fowler <gsf@research.att.com> *
* David Korn <dgk@research.att.com> *
* *
***********************************************************************/
#pragma prototyped
/*
* aixbig archive format method
*/
#include <ardirlib.h>
#include <tm.h>
typedef struct Header_s
{
} Header_t;
typedef struct Member_s
{
union
{
} _ar_name;
} Member_t;
{
} State_t;
/*
* closef
*/
static int
{
{
}
return 0;
}
/*
* openf
*/
static int
{
long m;
if (n <= sizeof(Header_t))
return -1;
return -1;
return -1;
goto nope;
goto nope;
goto nope;
return 0;
nope:
return -1;
}
/*
* nextf
*/
static Ardirent_t*
{
long n;
unsigned long u;
return 0;
{
return 0;
}
{
else if (n > 0)
return 0;
}
{
return 0;
}
{
{
return 0;
}
}
if (n > 2)
{
{
return 0;
}
{
return 0;
}
}
{
return 0;
}
{
return 0;
}
{
return 0;
}
{
return 0;
}
{
return 0;
}
{
return 0;
}
}
/*
* changef
*/
static int
{
off_t o;
{
return -1;
}
{
return -1;
}
return 0;
}
{
"aixbig",
"aixbig archive",
0,
0,
};