Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_args.c102 if ((*ap = v_strdup(sp, np, nlen)) == NULL) in ex_next()
324 if ((*ap = v_strdup(sp, name, strlen(name))) == NULL) in ex_buildargv()
331 if ((*ap = v_strdup(sp, np, nlen)) == NULL) in ex_buildargv()
H A Dex_write.c239 name = v_strdup(sp, n, nlen - 1); in exwr()
250 if ((q = v_strdup(sp, name, nlen - 1)) != NULL) { in exwr()
H A Dex_file.c59 if ((p = v_strdup(sp, np, nlen - 1)) == NULL) in ex_file()
H A Dex_init.c302 if ((ecp->if_name = v_strdup(sp, name, strlen(name))) == NULL) in ex_run_str()
/netbsd-src/external/bsd/nvi/dist/vi/
H A Dv_init.c68 v_strdup(sp, ovip->ps, strlen(ovip->ps))) == NULL) in v_screen_copy()
/netbsd-src/external/bsd/nvi/dist/common/
H A Dutil.c131 v_strdup(SCR *sp, const char *str, size_t len) in v_strdup() function