Searched refs:DELTA_nop (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/pax/ |
H A D | pax.h | 173 #define DELTA_nop 'x' /* no delta operation pseudo op */ macro
|
H A D | format.c | 705 message((-1, "archive=%s path=%s name=%s entry=%d.%d size=%I*u uncompressed=%I*u delta=%c%s", ap->name, f->path, f->name, ap->volume, ap->entry, sizeof(f->st->st_size), f->st->st_size, sizeof(f->uncompressed), f->uncompressed, f->delta.op ? f->delta.op : DELTA_nop, s));
|
Completed in 14 milliseconds