Home
last modified time | relevance | path

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

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