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

/netbsd-current/usr.bin/csplit/
H A Dcsplit.c372 char *ecopy, *ep, *p, *pofs, *re; local
379 if ((pofs = strrchr(ecopy, *expr)) == NULL || pofs[-1] == '\\')
381 *pofs++ = '\0';
383 if (*pofs != '\0') {
385 ofs = strtol(pofs, &ep, 10);
387 errx(1, "%s: bad offset", pofs);

Completed in 75 milliseconds