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

  /src/bin/pax/
buf_subs.c 82 off_t wrlimit; /* # of bytes written per archive vol */ variable in typeref:typename:off_t
940 * NOTE: If the wrlimit is smaller than wrcnt, we will always write
943 if ((wrlimit > 0) && (wrcnt > wrlimit)) {
extern.h 102 extern off_t wrlimit;
options.c 508 if ((wrlimit = str_offt(optarg)) <= 0) {
512 if (wrlimit % BLKMULT) {

Completed in 14 milliseconds