Searched refs:aux_info_relocated_name (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c1960 char *aux_info_relocated_name;
2177 aux_info_relocated_name = 0;
2183 aux_info_relocated_name = xmalloc (base_len + (p-invocation_filename));
2184 strcpy (aux_info_relocated_name, base_source_filename);
2185 dir_end = strrchr (aux_info_relocated_name, DIR_SEPARATOR);
2190 slash = strrchr (dir_end ? dir_end : aux_info_relocated_name,
2199 dir_end = aux_info_relocated_name;
2201 invocation_filename = aux_info_relocated_name;
2223 free (aux_info_relocated_name);
2272 free (aux_info_relocated_name);
1944 char *aux_info_relocated_name; local
[all...]

Completed in 133 milliseconds