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

  /src/bin/pax/
ar_subs.c 930 int fddest; local in function:copy
1126 if ((fddest = file_creat(arcn, 0)) < 0) {
1137 if (cp_file(arcn, fdsrc, fddest) < 0)
1138 file_cleanup(arcn, fddest);
1140 file_close(arcn, fddest);
ar_subs.c 930 int fddest; local in function:copy
1126 if ((fddest = file_creat(arcn, 0)) < 0) {
1137 if (cp_file(arcn, fdsrc, fddest) < 0)
1138 file_cleanup(arcn, fddest);
1140 file_close(arcn, fddest);
ar_subs.c 930 int fddest; local in function:copy
1126 if ((fddest = file_creat(arcn, 0)) < 0) {
1137 if (cp_file(arcn, fdsrc, fddest) < 0)
1138 file_cleanup(arcn, fddest);
1140 file_close(arcn, fddest);

Completed in 32 milliseconds