HomeSort by: relevance | last modified time | path
    Searched defs:wrlimit (Results 1 - 2 of 2) 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)) {
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)) {

Completed in 22 milliseconds