Home | History | Annotate | Download | only in config

Lines Matching refs:new_param

1751   char *new_param;		  /* New created operands string.  */
1768 new_param = (char *)xcalloc (MAX_INST_LEN, sizeof (char));
1770 strncpy (new_param
1875 strcat (new_param, maskstring);
1876 return new_param;