Searched refs:v_strdup (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/contrib/nvi/ex/ |
| D | ex_args.c | 96 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()
|
| D | ex_file.c | 54 if ((p = v_strdup(sp, np, nlen - 1)) == NULL) in ex_file()
|
| D | ex_write.c | 234 name = v_strdup(sp, n, nlen - 1); in exwr() 244 if ((n = v_strdup(sp, name, nlen - 1)) != NULL) { in exwr()
|
| D | ex_init.c | 312 if ((ecp->if_name = v_strdup(sp, name, strlen(name))) == NULL) in ex_run_str()
|
| D | ex_argv.c | 329 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/ |
| D | v_init.c | 67 v_strdup(sp, ovip->ps, strlen(ovip->ps))) == NULL) in v_screen_copy()
|
| /freebsd-10-stable/contrib/nvi/common/ |
| D | util.c | 251 v_strdup( in v_strdup() function
|
| D | extern.h | 126 char *v_strdup __P((SCR *, const char *, size_t));
|