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

/ast/src/cmd/pax/
H A Ddelta.c356 ap->delta->format = getformat(FMT_DELTA, 1);
841 dp = getformat(s, 1);
861 dp = getformat(FMT_DELTA, 1);
891 initdelta(ap, getformat("delta88", 1));
953 ap->delta->format = getformat(FMT_PATCH, 1);
1076 ap->delta->format = getformat(FMT_DELTA, 1);
1078 ip->delta->format = getformat(FMT_DELTA, 1);
1083 ap->delta->format = getformat(FMT_DELTA, 1);
1089 ip->delta->format = getformat(FMT_DELTA, 1);
H A Dpax.c601 ap->delta->format = getformat(FMT_IGNORE, 1);
736 if (!(fp = getformat(v, 0)) || !(fp->flags & DELTA))
831 if (!(fp = getformat(s, 0)) && s == v && s[0] == 't' && !strchr(s, ':') && (fp = getformat(s + 1, 0)))
833 if (ap->format = getformat("tar", 0))
1544 state.format = getformat(FMT_DEFAULT, 1);
H A Dpax-saveset.c92 ap->format = getformat("slt", 1);
H A Dpax.h702 extern Format_t* getformat(char*, int);
H A Dmisc.c90 getformat(register char* name, int must) function

Completed in 18 milliseconds