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

/ast/src/cmd/pax/
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);

Completed in 9 milliseconds