Home
last modified time | relevance | path

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

/NextBSD/contrib/nvi/ex/
HDex_args.c96 if ((*ap = v_strdup(sp, np, nlen)) == NULL) in ex_next()
319 if ((*ap = v_strdup(sp, name, strlen(name))) == NULL) in ex_buildargv()
325 if ((*ap = v_strdup(sp, np, nlen)) == NULL) in ex_buildargv()
HDex_file.c54 if ((p = v_strdup(sp, np, nlen - 1)) == NULL) in ex_file()
HDex_write.c233 name = v_strdup(sp, n, nlen - 1); in exwr()
243 if ((n = v_strdup(sp, name, nlen - 1)) != NULL) { in exwr()
HDex_init.c312 if ((ecp->if_name = v_strdup(sp, name, strlen(name))) == NULL) in ex_run_str()
HDex_argv.c329 if ((np = v_strdup(sp, np, nlen)) == NULL) in argv_flt_user()
609 if ((name = v_strdup(sp, tp, nlen)) == NULL) { in argv_flt_path()
/NextBSD/contrib/nvi/vi/
HDv_init.c67 v_strdup(sp, ovip->ps, strlen(ovip->ps))) == NULL) in v_screen_copy()
/NextBSD/contrib/nvi/common/
HDutil.c251 v_strdup( in v_strdup() function
HDextern.h126 char *v_strdup(SCR *, const char *, size_t);