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

/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c1957 char * aux_info_filename = alloca (base_len + strlen (aux_info_suffix) + 1);
1968 strcpy (aux_info_filename, base_source_filename);
1969 strcat (aux_info_filename, aux_info_suffix);
1982 if (access (aux_info_filename, R_OK) == -1)
1989 pname, aux_info_filename);
1998 pname, shortpath (NULL, aux_info_filename),
2023 if (access (aux_info_filename, R_OK) == -1)
2027 pname, shortpath (NULL, aux_info_filename),
2039 if (stat (aux_info_filename, &stat_buf) == -1)
2043 pname, shortpath (NULL, aux_info_filename),
1941 char * aux_info_filename = alloca (base_len + strlen (aux_info_suffix) + 1); local
[all...]

Completed in 49 milliseconds