Home
last modified time | relevance | path

Searched refs:saved_string (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dlto-streamer-in.c110 char *saved_string; in canon_file_name() local
113 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()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dlto-streamer-in.c113 char *saved_string; in canon_file_name() local
116 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()