![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include "Precomp.h"
#include <stdio.h>
#include <string.h>
#include "../../CpuArch.h"
#include "../../7z.h"
#include "../../7zAlloc.h"
#include "../../7zBuf.h"
#include "../../7zCrc.h"
#include "../../7zFile.h"
#include "../../7zVersion.h"
#include <stdlib.h>
#include <time.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <errno.h>
Data Structures | |
struct | _FILETIME |
Macros | |
#define | kInputBufSize ((size_t)1 << 18) |
#define | MY_USE_UTF8 |
#define | MY_UTF8_START(n) |
#define | MY_UTF8_RANGE(n) |
#define | MY_UTF8_HEAD(n, val) |
#define | MY_UTF8_CHAR(n, val) |
#define | MY_FILE_CODE_PAGE_PARAM |
#define | PERIOD_4 (4 * 365 + 1) |
#define | PERIOD_100 (PERIOD_4 * 25 - 1) |
#define | PERIOD_400 (PERIOD_100 * 4 + 1) |
#define | TICKS_PER_SEC 10000000 |
#define | GET_TIME_64(pft) |
#define | SET_FILETIME(ft, v64) |
#define | WINAPI |
#define | TRUE 1 |
#define | MY_ST_TIMESPEC timespec |
Typedefs | |
typedef struct _FILETIME | FILETIME |
Functions | |
int Z7_CDECL | main (int numargs, char *args[]) |
#define GET_TIME_64 | ( | pft | ) |
#define kInputBufSize ((size_t)1 << 18) |
#define MY_FILE_CODE_PAGE_PARAM |
#define MY_ST_TIMESPEC timespec |
#define MY_USE_UTF8 |
#define MY_UTF8_CHAR | ( | n, | |
val ) |
#define MY_UTF8_HEAD | ( | n, | |
val ) |
#define MY_UTF8_RANGE | ( | n | ) |
#define MY_UTF8_START | ( | n | ) |
#define PERIOD_100 (PERIOD_4 * 25 - 1) |
#define PERIOD_4 (4 * 365 + 1) |
#define PERIOD_400 (PERIOD_100 * 4 + 1) |
#define SET_FILETIME | ( | ft, | |
v64 ) |
#define TICKS_PER_SEC 10000000 |
#define TRUE 1 |
#define WINAPI |
typedef struct _FILETIME FILETIME |