Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/nvi/ex/
Dex_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()
Dex_file.c54 if ((p = v_strdup(sp, np, nlen - 1)) == NULL) in ex_file()
Dex_write.c234 name = v_strdup(sp, n, nlen - 1); in exwr()
244 if ((n = v_strdup(sp, name, nlen - 1)) != NULL) { in exwr()
Dex_init.c312 if ((ecp->if_name = v_strdup(sp, name, strlen(name))) == NULL) in ex_run_str()
Dex_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()
/freebsd-10-stable/contrib/nvi/vi/
Dv_init.c67 v_strdup(sp, ovip->ps, strlen(ovip->ps))) == NULL) in v_screen_copy()
/freebsd-10-stable/contrib/nvi/common/
Dutil.c251 v_strdup( in v_strdup() function
Dextern.h126 char *v_strdup __P((SCR *, const char *, size_t));