Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <errno.h>
#include "zlib.h"
#include <direct.h>
#include <io.h>
#include <utime.h>
Go to the source code of this file.
Macros | |
#define | REGTYPE '0' /* regular file */ |
#define | AREGTYPE '\0' /* regular file */ |
#define | LNKTYPE '1' /* link */ |
#define | SYMTYPE '2' /* reserved */ |
#define | CHRTYPE '3' /* character special */ |
#define | BLKTYPE '4' /* block special */ |
#define | DIRTYPE '5' /* directory */ |
#define | FIFOTYPE '6' /* FIFO special */ |
#define | CONTTYPE '7' /* reserved */ |
#define | GNUTYPE_DUMPDIR 'D' /* file names from dumped directory */ |
#define | GNUTYPE_LONGLINK 'K' /* long link name */ |
#define | GNUTYPE_LONGNAME 'L' /* long file name */ |
#define | GNUTYPE_MULTIVOL 'M' /* continuation of file from another volume */ |
#define | GNUTYPE_NAMES 'N' /* file name that does not fit into main hdr */ |
#define | GNUTYPE_SPARSE 'S' /* sparse file */ |
#define | GNUTYPE_VOLHDR 'V' /* tape/volume header */ |
#define | BLOCKSIZE 512 |
#define | SHORTNAMESIZE 100 |
#define | ISSPECIAL(c) (((c) == '*') || ((c) == '/')) |
Enumerations | |
enum | { TGZ_EXTRACT, TGZ_LIST, TGZ_INVALID } |
Functions | |
char *TGZfname | OF ((const char *)) |
int getoct | OF ((char *, int)) |
char *strtime | OF ((time_t *)) |
int setfiletime | OF ((char *, time_t)) |
void push_attr | OF ((struct attr_item **, char *, int, time_t)) |
void restore_attr | OF ((struct attr_item **)) |
int ExprMatch | OF ((char *, char *)) |
int makedir | OF ((char *)) |
int matchname | OF ((int, int, char **, char *)) |
int tar | OF ((gzFile, int, int, int, char **)) |
void help | OF ((int)) |
int main | OF ((int, char **)) |
char * | TGZfname (const char *arcname) |
void | TGZnotfound (const char *arcname) |
int | getoct (char *p, int width) |
char * | strtime (time_t *t) |
int | setfiletime (char *fname, time_t ftime) |
void | push_attr (struct attr_item **list, char *fname, int mode, time_t time) |
void | restore_attr (struct attr_item **list) |
int | ExprMatch (char *string, char *expr) |
int | makedir (char *newdir) |
int | matchname (int arg, int argc, char **argv, char *fname) |
int | tar (gzFile in, int action, int arg, int argc, char **argv) |
void | help (int exitval) |
void | error (const char *msg) |
int | main (int argc, char **argv) |
Variables | |
char * | prog |
const char * | TGZsuffix [] = { "\0", ".tar", ".tar.gz", ".taz", ".tgz", NULL } |
#define AREGTYPE '\0' /* regular file */ |
#define GNUTYPE_DUMPDIR 'D' /* file names from dumped directory */ |
#define GNUTYPE_MULTIVOL 'M' /* continuation of file from another volume */ |
Definition at line 288 of file untgz.c.
Referenced by ExprMatch().
int ExprMatch | ( | char * | string, |
char * | expr | ||
) |
Definition at line 606 of file untgz.c.
References arg, error(), gzopen(), help(), NULL, prog, tar(), TGZ_EXTRACT, TGZ_LIST, TGZfname(), and TGZnotfound().
int makedir | ( | char * | newdir | ) |
char* strtime OF | ( | (time_t *) | ) |
int setfiletime OF | ( | (char *, time_t) | ) |
void restore_attr OF | ( | (struct attr_item **) | ) |
void restore_attr | ( | struct attr_item ** | list | ) |
int setfiletime | ( | char * | fname, |
time_t | ftime | ||
) |
Definition at line 206 of file untgz.c.
References if(), INVALID_HANDLE_VALUE, and NULL.
Referenced by restore_attr().
char* strtime | ( | time_t * | t | ) |
Definition at line 386 of file untgz.c.
References AREGTYPE, BLOCKSIZE, DIRTYPE, error(), getoct(), GNUTYPE_LONGLINK, GNUTYPE_LONGNAME, gzclose(), gzerror(), gzread(), makedir(), matchname(), NULL, outfile, prog, push_attr(), REGTYPE, restore_attr(), SHORTNAMESIZE, strtime(), TGZ_EXTRACT, TGZ_INVALID, TGZ_LIST, and Z_OK.
Referenced by main().
char* TGZfname | ( | const char * | arcname | ) |
char* prog |
const char* TGZsuffix[] = { "\0", ".tar", ".tar.gz", ".taz", ".tgz", NULL } |
Definition at line 127 of file untgz.c.
Referenced by TGZfname(), and TGZnotfound().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:58.
© Copyright Michele Bosi. All rights reserved.