Searched refs:saved_string (Results 1 – 2 of 2) sorted by relevance
110 char *saved_string; in canon_file_name() local113 saved_string = (char *) xmalloc (len + 1); in canon_file_name()115 memcpy (saved_string, string, len + 1); in canon_file_name()116 new_slot->s = saved_string; in canon_file_name()119 return saved_string; in canon_file_name()
113 char *saved_string; in canon_file_name() local116 saved_string = (char *) xmalloc (len + 1); in canon_file_name()118 memcpy (saved_string, string, len + 1); in canon_file_name()119 new_slot->s = saved_string; in canon_file_name()122 return saved_string; in canon_file_name()