Searched refs:new_id (Results 1 – 2 of 2) sorted by relevance
283 char new_id [4096]; in evax_shorten_name() local286 strcpy (new_id, base_id); in evax_shorten_name()289 strcpy (new_id, shorten_identifier (new_id)); in evax_shorten_name()294 memmove (&new_id [prefix_dotdot], new_id, strlen (new_id) + 1); in evax_shorten_name()295 strncpy (new_id, prefix, prefix_dotdot); in evax_shorten_name()300 strcat (new_id, suffix); in evax_shorten_name()303 return_id = xmalloc (strlen (new_id) + 1); in evax_shorten_name()304 strcpy (return_id, new_id); in evax_shorten_name()
3641 unsigned int new_id; in d_substitution() local3644 new_id = id * 36 + c - '0'; in d_substitution()3646 new_id = id * 36 + c - 'A' + 10; in d_substitution()3649 if (new_id < id) in d_substitution()3651 id = new_id; in d_substitution()