Searched refs:Delta_format_t (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/pax/
H A Dpax-delta.c28 static Delta_format_t data = { "94" };
H A Dpax-delta_88.c28 static Delta_format_t data = { "88" };
H A Dpax.h335 } Delta_format_t; typedef in typeref:struct:Delta_format_s
H A Dformat.c290 Delta_format_t* dp;
300 sfprintf(np, "%c%s%c%c%c%s", INFO_SEP, ID, INFO_SEP, ap->delta->compress ? TYPE_COMPRESS : TYPE_DELTA, INFO_SEP, (dp = (Delta_format_t*)ap->delta->format->data) ? dp->variant : "");
H A Dpax-tar.c960 Delta_format_t* dp;
980 if ((dp = (Delta_format_t*)fp->data) && dp->variant)

Completed in 18 milliseconds