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

/freebsd-current/usr.bin/split/
H A Dsplit.c355 int pattlen; local
380 pattlen = end - beg + 1;
414 /* maxfiles = pattlen^sufflen, but don't use libm. */
416 if (LONG_MAX / pattlen < maxfiles)
419 maxfiles *= pattlen;
428 fpnt[i] = tfnum % pattlen + beg;
429 tfnum /= pattlen;

Completed in 56 milliseconds