Searched refs:DELTA (Results 1 - 14 of 14) sorted by relevance

/ast/src/cmd/pax/
H A Dpax-delta.c36 DELTA|DELTAIO|IN|OUT,
H A Dpax-delta_88.c36 DELTA|IN,
H A Dpax-ignore.c34 DELTA|PSEUDO|IN|OUT,
H A Dpax-patch.c34 DELTA|DELTAIO|PSEUDO|IN|OUT,
H A Dpax.c736 if (!(fp = getformat(v, 0)) || !(fp->flags & DELTA))
854 switch (fp->flags & (ARCHIVE|COMPRESS|DELTA))
862 case DELTA:
1452 if (fp->flags & DELTA)
1482 if (fp->flags & DELTA)
H A Dpax.h123 #define DELTA PAX_DELTA /* delta format */ macro
H A Dformat.c243 if (state.operation == (IN|OUT) || !(ap->delta->format->flags & DELTA))
297 sfprintf(np, "DELTA");
463 if (ap->delta && (ap->delta->format->flags & DELTA))
/ast/src/cmd/cs/vcs_src/
H A Dvcs_rscs.h41 #define DELTA (1 << 0) macro
63 int type; /* type of file, i.e., DELTA */
/ast/src/lib/libvdelta/vd01/
H A Dvdio01.c59 if((n = (*READF(io))(DATA(io),SIZE(io),HERE(io),DELTA(io))) > 0)
81 (*WRITEF(io))(DATA(io),n,HERE(io),DELTA(io)) != n)
H A Dvdelhdr01.h213 #define DELTA(io) ((io)->delta) macro
/ast/src/lib/libvdelta/
H A Dvdio.c61 if((n = (*READF(io))(DATA(io),n,HERE(io),DELTA(io))) > 0)
84 (*WRITEF(io))(DATA(io),n,HERE(io),DELTA(io)) != n)
H A Dvdelhdr.h215 #define DELTA(io) ((io)->delta) macro
/ast/src/cmd/3d/
H A Dvcs.c38 #define DELTA (1 << 0) macro
62 int type; /* type of file, i.e., DELTA */
/ast/src/cmd/nmake/
H A DMakerules.mk4660 .DELTA : .BASE.VERIFY .COMMON.SAVE

Completed in 46 milliseconds