Searched refs:v_strdup (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/bsd/nvi/dist/ex/ |
H A D | ex_args.c | 102 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 D | ex_write.c | 239 name = v_strdup(sp, n, nlen - 1); in exwr() 250 if ((q = v_strdup(sp, name, nlen - 1)) != NULL) { in exwr()
|
H A D | ex_file.c | 59 if ((p = v_strdup(sp, np, nlen - 1)) == NULL) in ex_file()
|
H A D | ex_init.c | 302 if ((ecp->if_name = v_strdup(sp, name, strlen(name))) == NULL) in ex_run_str()
|
/netbsd-src/external/bsd/nvi/dist/vi/ |
H A D | v_init.c | 68 v_strdup(sp, ovip->ps, strlen(ovip->ps))) == NULL) in v_screen_copy()
|
/netbsd-src/external/bsd/nvi/dist/common/ |
H A D | util.c | 131 v_strdup(SCR *sp, const char *str, size_t len) in v_strdup() function
|