options.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define NM_TAR   "tar"
#define NM_CPIO   "cpio"
#define NM_PAX   "pax"
#define NONE   "none"
#define AF   0x00000001
#define BF   0x00000002
#define CF   0x00000004
#define DF   0x00000008
#define FF   0x00000010
#define IF   0x00000020
#define KF   0x00000040
#define LF   0x00000080
#define NF   0x00000100
#define OF   0x00000200
#define PF   0x00000400
#define RF   0x00000800
#define SF   0x00001000
#define TF   0x00002000
#define UF   0x00004000
#define VF   0x00008000
#define WF   0x00010000
#define XF   0x00020000
#define CBF   0x00040000
#define CDF   0x00080000
#define CEF   0x00100000
#define CGF   0x00200000
#define CHF   0x00400000
#define CLF   0x00800000
#define CPF   0x01000000
#define CTF   0x02000000
#define CUF   0x04000000
#define CXF   0x08000000
#define CYF   0x10000000
#define CZF   0x20000000
#define FLGCH   "abcdfiklnoprstuvwxBDEGHLPTUXYZ"
#define ISLIST(x)   (((x) & (RF|WF)) == 0)
#define ISEXTRACT(x)   (((x) & (RF|WF)) == RF)
#define ISARCHIVE(x)   (((x) & (AF|RF|WF)) == WF)
#define ISAPPND(x)   (((x) & (AF|RF|WF)) == (AF|WF))
#define ISCOPY(x)   (((x) & (RF|WF)) == (RF|WF))
#define ISWRITE(x)   (((x) & (RF|WF)) == WF)
#define BDEXTR   (AF|BF|LF|TF|WF|XF|CBF|CHF|CLF|CPF|CXF)
#define BDARCH   (CF|KF|LF|NF|PF|RF|CDF|CEF|CYF|CZF)
#define BDCOPY   (AF|BF|FF|OF|XF|CBF|CEF)
#define BDLIST   (AF|BF|IF|KF|LF|OF|PF|RF|TF|UF|WF|XF|CBF|CDF|CHF|CLF|CPF|CXF|CYF|CZF)


Define Documentation

#define AF   0x00000001
 

Definition at line 55 of file options.h.

Referenced by pax_options().

#define BDARCH   (CF|KF|LF|NF|PF|RF|CDF|CEF|CYF|CZF)
 

Definition at line 108 of file options.h.

#define BDCOPY   (AF|BF|FF|OF|XF|CBF|CEF)
 

Definition at line 109 of file options.h.

#define BDEXTR   (AF|BF|LF|TF|WF|XF|CBF|CHF|CLF|CPF|CXF)
 

Definition at line 107 of file options.h.

#define BDLIST   (AF|BF|IF|KF|LF|OF|PF|RF|TF|UF|WF|XF|CBF|CDF|CHF|CLF|CPF|CXF|CYF|CZF)
 

Definition at line 110 of file options.h.

#define BF   0x00000002
 

Definition at line 56 of file options.h.

Referenced by pax_options().

#define CBF   0x00040000
 

Definition at line 73 of file options.h.

Referenced by pax_options().

#define CDF   0x00080000
 

Definition at line 74 of file options.h.

Referenced by pax_options().

#define CEF   0x00100000
 

Definition at line 75 of file options.h.

Referenced by pax_options().

#define CF   0x00000004
 

Definition at line 57 of file options.h.

Referenced by pax_options().

#define CGF   0x00200000
 

Definition at line 76 of file options.h.

Referenced by pax_options().

#define CHF   0x00400000
 

Definition at line 77 of file options.h.

Referenced by pax_options().

#define CLF   0x00800000
 

Definition at line 78 of file options.h.

Referenced by pax_options().

#define CPF   0x01000000
 

Definition at line 79 of file options.h.

Referenced by pax_options().

#define CTF   0x02000000
 

Definition at line 80 of file options.h.

Referenced by pax_options().

#define CUF   0x04000000
 

Definition at line 81 of file options.h.

Referenced by pax_options().

#define CXF   0x08000000
 

Definition at line 82 of file options.h.

Referenced by pax_options().

#define CYF   0x10000000
 

Definition at line 83 of file options.h.

Referenced by pax_options().

#define CZF   0x20000000
 

Definition at line 84 of file options.h.

Referenced by pax_options().

#define DF   0x00000008
 

Definition at line 58 of file options.h.

Referenced by pax_options().

#define FF   0x00000010
 

Definition at line 59 of file options.h.

#define FLGCH   "abcdfiklnoprstuvwxBDEGHLPTUXYZ"
 

Definition at line 90 of file options.h.

#define IF   0x00000020
 

Definition at line 60 of file options.h.

#define ISAPPND x   )     (((x) & (AF|RF|WF)) == (AF|WF))
 

Definition at line 99 of file options.h.

#define ISARCHIVE x   )     (((x) & (AF|RF|WF)) == WF)
 

Definition at line 98 of file options.h.

#define ISCOPY x   )     (((x) & (RF|WF)) == (RF|WF))
 

Definition at line 100 of file options.h.

#define ISEXTRACT x   )     (((x) & (RF|WF)) == RF)
 

Definition at line 97 of file options.h.

#define ISLIST x   )     (((x) & (RF|WF)) == 0)
 

Definition at line 96 of file options.h.

#define ISWRITE x   )     (((x) & (RF|WF)) == WF)
 

Definition at line 101 of file options.h.

Referenced by expr_operator().

#define KF   0x00000040
 

Definition at line 61 of file options.h.

Referenced by pax_options().

#define LF   0x00000080
 

Definition at line 62 of file options.h.

#define NF   0x00000100
 

Definition at line 63 of file options.h.

Referenced by Field(), init(), mkfld(), mkrec(), pax_options(), and r_mkfld().

#define NM_CPIO   "cpio"
 

Definition at line 42 of file options.h.

Referenced by ar_close(), and options().

#define NM_PAX   "pax"
 

Definition at line 43 of file options.h.

Referenced by options(), set_ids(), and set_lids().

#define NM_TAR   "tar"
 

Definition at line 41 of file options.h.

Referenced by ar_close(), ar_next(), and options().

#define NONE   "none"
 

Definition at line 50 of file options.h.

#define OF   0x00000200
 

Definition at line 64 of file options.h.

Referenced by pax_options().

#define PF   0x00000400
 

Definition at line 65 of file options.h.

Referenced by pax_options().

#define RF   0x00000800
 

Definition at line 66 of file options.h.

Referenced by pax_options().

#define SF   0x00001000
 

Definition at line 67 of file options.h.

Referenced by pax_options().

#define TF   0x00002000
 

Definition at line 68 of file options.h.

Referenced by pax_options().

#define UF   0x00004000
 

Definition at line 69 of file options.h.

Referenced by pax_options().

#define VF   0x00008000
 

Definition at line 70 of file options.h.

Referenced by pax_options().

#define WF   0x00010000
 

Definition at line 71 of file options.h.

Referenced by pax_options().

#define XF   0x00020000
 

Definition at line 72 of file options.h.

Referenced by pax_options().


Generated on Fri Apr 14 22:59:01 2006 for minix by  doxygen 1.4.6