#include <minix/config.h>#include <minix/const.h>Go to the source code of this file.
Classes | |
| struct | fsub |
| struct | pattern |
| struct | archd |
| struct | oplist |
Defines | |
| #define | MAXBLK 64512 |
| #define | MAXBLK_POSIX 32256 |
| #define | BLKMULT 512 |
| #define | DEVBLK 8192 |
| #define | FILEBLK 10240 |
| #define | PAXPATHLEN 3072 |
| #define | LIST 0 |
| #define | EXTRACT 1 |
| #define | ARCHIVE 2 |
| #define | APPND 3 |
| #define | COPY 4 |
| #define | DEFOP LIST |
| #define | ISREG 0 |
| #define | ISCHR 1 |
| #define | ISBLK 2 |
| #define | ISTAPE 3 |
| #define | ISPIPE 4 |
| #define | MTCH 0x1 |
| #define | DIR_MTCH 0x2 |
| #define | PAX_DIR 1 |
| #define | PAX_CHR 2 |
| #define | PAX_BLK 3 |
| #define | PAX_REG 4 |
| #define | PAX_SLK 5 |
| #define | PAX_SCK 6 |
| #define | PAX_FIF 7 |
| #define | PAX_HLK 8 |
| #define | PAX_HRG 9 |
| #define | PAX_CTG 10 |
| #define | MIN(a, b) (((a)<(b))?(a):(b)) |
| #define | TODEV(x, y) makedev((x), (y)) |
| #define | HEX 16 |
| #define | OCT 8 |
| #define | _PAX_ 1 |
| #define | _TFILE_BASE "paxXXXXXXXXXX" |
| #define | err(c, str) { perror(str); exit(c); } |
| #define | setpassent(a) setpwent() |
| #define | setgroupent(a) setgrent() |
Typedefs | |
| typedef struct archd | ARCHD |
| typedef struct fsub | FSUB |
| typedef struct oplist | OPLIST |
| typedef struct pattern | PATTERN |
1.5.8