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

  /src/bin/pax/
file_subs.c 1146 off_t cpcnt = 0L; local in function:set_crc
1170 cpcnt += res;
1179 if (cpcnt != arcn->sb.st_size)
buf_subs.c 527 rd_wrbuf(char *in, int cpcnt)
531 int incnt = cpcnt;
545 if ((res = cpcnt - incnt) > 0)
560 return cpcnt;
785 off_t cpcnt = 0L; local in function:cp_file
837 cpcnt += cnt;
847 } else if (cpcnt != arcn->sb.st_size) {

Completed in 12 milliseconds