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

/freebsd-12-stable/usr.bin/csplit/
H A Dcsplit.c363 char *ecopy, *ep, *p, *pofs, *re; local
370 if ((pofs = strrchr(ecopy, *expr)) == NULL || pofs[-1] == '\\')
372 *pofs++ = '\0';
374 if (*pofs != '\0') {
376 ofs = strtol(pofs, &ep, 10);
378 errx(1, "%s: bad offset", pofs);

Completed in 127 milliseconds