HomeSort by: relevance | last modified time | path
    Searched defs:wr_archive (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
ar_subs.c 67 static int wr_archive(ARCHD *, int is_app);
530 * wr_archive()
536 wr_archive(ARCHD *arcn, int is_app) function in typeref:typename:int
737 * is positioned in front of the record with the trailer and wr_archive()
881 res = wr_archive(arcn, 1);
884 * wr_archive failed in some way, but before any files were
914 return wr_archive(&archd, 0);
ar_subs.c 67 static int wr_archive(ARCHD *, int is_app);
530 * wr_archive()
536 wr_archive(ARCHD *arcn, int is_app) function in typeref:typename:int
737 * is positioned in front of the record with the trailer and wr_archive()
881 res = wr_archive(arcn, 1);
884 * wr_archive failed in some way, but before any files were
914 return wr_archive(&archd, 0);

Completed in 25 milliseconds