Searched refs:DELTA_update (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/pax/
H A Ddelta.c118 if (f->st->st_size >= 12 && (f->delta.op == DELTA_create || f->delta.op == DELTA_update))
220 case DELTA_update:
474 f->delta.op = DELTA_update;
500 f->delta.op = (d && (f->type == X_IFREG || f->type == X_IFDIR)) ? DELTA_update : DELTA_create;
501 message((-2, "delta: %s: file=%s", f->delta.op == DELTA_update ? "update" : "create", f->name));
508 if (f->delta.op == DELTA_update && f->type != X_IFREG && f->st->st_mode == d->mode)
726 case DELTA_update:
H A Dcopy.c250 case DELTA_update:
H A Dpax.h175 #define DELTA_update 'u' /* delta update data op */ macro
H A Dmisc.c530 case DELTA_update:

Completed in 21 milliseconds