Home | History | Annotate | Download | only in config

Lines Matching refs:new_id

279       char new_id [4096];
282 strcpy (new_id, base_id);
285 strcpy (new_id, shorten_identifier (new_id));
290 memmove (&new_id [prefix_dotdot], new_id, strlen (new_id) + 1);
291 strncpy (new_id, prefix, prefix_dotdot);
296 strcat (new_id, suffix);
299 return_id = xstrdup (new_id);