Searched refs:bytecnti (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/usr.bin/split/
H A Dsplit.c86 intmax_t bytecnti; local
121 if ((bytecnti = strtoimax(optarg, &ep, 10)) <= 0 ||
133 if (bytecnti > OFF_MAX / scale)
135 bytecnt = (off_t)(bytecnti * scale);

Completed in 100 milliseconds