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

/freebsd-11-stable/contrib/binutils/gas/
H A Dsymbols.c3030 char * concat_string = NULL;
3137 concat_string = NULL;
3141 concat_string = xmalloc (strlen (opstr)
3147 assert (concat_string != NULL);
3150 sprintf (concat_string,
3163 return concat_string;
3025 char * concat_string = NULL; local

Completed in 63 milliseconds