Searched refs:argbuf_copy (Results 1 – 2 of 2) sorted by relevance
4333 const char **argbuf_copy; in do_self_spec() local4341 argbuf_copy = XNEWVEC (const char *, in do_self_spec()4343 argbuf_copy[0] = ""; in do_self_spec()4344 memcpy (argbuf_copy + 1, VEC_address (const_char_p, argbuf), in do_self_spec()4348 argbuf_copy, in do_self_spec()
4994 const char **argbuf_copy; in do_self_spec() local5002 argbuf_copy = XNEWVEC (const char *, in do_self_spec()5004 argbuf_copy[0] = ""; in do_self_spec()5005 memcpy (argbuf_copy + 1, argbuf.address (), in do_self_spec()5009 argbuf_copy, in do_self_spec()5012 free (argbuf_copy); in do_self_spec()