Searched refs:bc_vm_strdup (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/bc/src/
H A Dparse.c70 const char *str = bc_vm_strdup(p->l.str.v);
102 c.val = bc_vm_strdup(string);
H A Dvm.c298 start = buf = vm.env_args_buffer = bc_vm_strdup(env_args);
461 char* bc_vm_strdup(const char *str) { function
H A Dvector.c324 id.name = bc_vm_strdup(name);
H A Dhistory.c814 if (h->buf.v[0]) dup = bc_vm_strdup(h->buf.v);
1338 line = bc_vm_strdup(h->buf.v);
H A Dlibrary.c898 str = bc_vm_strdup(vm.out.v);
H A Dbc_parse.c237 name = bc_vm_strdup(p->l.str.v);
/freebsd-12-stable/contrib/bc/include/
H A Dvm.h442 char* bc_vm_strdup(const char *str);

Completed in 159 milliseconds