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

/netbsd-current/usr.bin/csplit/
H A Dcsplit.c372 char *ecopy, *ep, *p, *pofs, *re; local
375 if ((ecopy = strdup(expr)) == NULL)
378 re = ecopy + 1;
379 if ((pofs = strrchr(ecopy, *expr)) == NULL || pofs[-1] == '\\')
444 free(ecopy);

Completed in 175 milliseconds