Home
last modified time | relevance | path

Searched refs:new_str (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dgetopt.c337 char *new_str = (char *) malloc (top + 1); in exchange() local
338 if (new_str == NULL) in exchange()
342 memset (mempcpy (new_str, __getopt_nonoption_flags, in exchange()
346 __getopt_nonoption_flags = new_str; in exchange()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m32c.c239 char *new_str; in m32c_indirect_operand() local
270 new_str = XNEWVEC (char, ns_len); in m32c_indirect_operand()
271 ns = new_str; in m32c_indirect_operand()
326 md_assemble (new_str); in m32c_indirect_operand()
327 free (new_str); in m32c_indirect_operand()