v_strdup
v_strdup(sp, orig->re, orig->re_len)) == NULL)
v_strdup(sp, orig->subre, orig->subre_len)) == NULL)
v_strdup(sp, orig->repl, orig->repl_len)) == NULL)
} else if ((p = v_strdup(sp, output, olen)) == NULL) {
else if ((qp->name = v_strdup(sp, name, nlen)) == NULL) {
if ((qp->input = v_strdup(sp, input, ilen)) == NULL) {
} else if ((qp->output = v_strdup(sp, output, olen)) == NULL) {
if ((*ap = v_strdup(sp, name, strlen(name))) == NULL) {
v_strdup(sp, argv[0]->bp, argv[0]->len)) == NULL) {
v_strdup(sp, argv[0]->bp, argv[0]->len)) == NULL)
if ((p = v_strdup(sp,
if ((ecp->cp = v_strdup(sp, str, len)) == NULL)
if ((ecp->if_name = v_strdup(sp, name, strlen(name))) == NULL)
if ((p = v_strdup(sp, cmdp->argv[1]->bp,
if ((p = v_strdup(sp,
CHAR_T *v_strdup(SCR *, const CHAR_T *, size_t);
v_strdup(sp, ovip->ps, strlen(ovip->ps))) == NULL)