Lines Matching refs:bytecnt
54 static off_t bytecnt; /* Byte count to split on. */
115 if (expand_number(optarg, &bytecnt) != 0) {
179 if (pflag && (numlines != 0 || bytecnt != 0 || chunks != 0))
184 else if (bytecnt != 0 || chunks != 0)
187 if (bytecnt != 0 && chunks != 0)
193 if (bytecnt != 0) {
235 if (bcnt + len >= bytecnt) {
236 dist = bytecnt - bcnt;
240 for (C = bfr + dist; len >= bytecnt;
241 len -= bytecnt, C += bytecnt) {
246 if (write(ofd, C, bytecnt) != bytecnt)
339 bytecnt = sb.st_size / chunks;