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

/ast/src/cmd/pax/
H A Dpax.h708 extern Archive_t* initarchive(const char*, int);
H A Dfile.c1096 initarchive(const char* name, int mode) function
1123 *app = initarchive(NiL, (op & OUT) ? (state.append ? (O_WRONLY|O_CREAT) : (O_WRONLY|O_CREAT|O_TRUNC)) : O_RDONLY);
H A Dpax.c606 ap->delta->base = initarchive(strdup(v), O_RDONLY);
H A Ddelta.c317 bp = ap->delta->base = initarchive("/dev/null", O_RDONLY);

Completed in 17 milliseconds