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

/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c2182 char *dir_end;
2185 dir_end = strrchr (aux_info_relocated_name, DIR_SEPARATOR);
2190 slash = strrchr (dir_end ? dir_end : aux_info_relocated_name,
2193 dir_end = slash;
2196 if (dir_end)
2197 dir_end++;
2199 dir_end = aux_info_relocated_name;
2200 strcpy (dir_end, invocation_filename);
2166 char *dir_end; local

Completed in 85 milliseconds