Searched refs:getformat (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/pax/ |
H A D | delta.c | 356 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 D | pax.c | 601 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 D | pax-saveset.c | 92 ap->format = getformat("slt", 1);
|
H A D | pax.h | 702 extern Format_t* getformat(char*, int);
|
H A D | misc.c | 90 getformat(register char* name, int must) function
|
Completed in 18 milliseconds