Home
last modified time | relevance | path

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

/freebsd-head/contrib/bc/src/
HDhistory.c254 bc_history_prompt = bc_vm_strdup(prompt); in bc_history_line()
257 else bc_history_prompt = bc_vm_strdup(prompt); in bc_history_line()
1308 if (h->buf.v[0]) dup = bc_vm_strdup(h->buf.v); in bc_history_edit_next()
2086 line = bc_vm_strdup(h->buf.v); in bc_history_line()
HDvm.c549 start = buf = vm->env_args_buffer = bc_vm_strdup(env_args);
867 bc_vm_strdup(const char* str) function
HDvector.c581 slab.s = bc_vm_strdup(str); in bc_slabvec_strdup()
HDlibrary.c1393 str = bc_vm_strdup(vm->out.v); in bcl_string_helper()
HDbc_parse.c412 name = bc_vm_strdup(p->l.str.v); in bc_parse_name()
/freebsd-head/contrib/bc/include/
HDvm.h913 bc_vm_strdup(const char* str);