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

/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c2207 const char *aux_info_p;
2218 for (aux_info_p = aux_info_second_line; *aux_info_p; )
2220 if (referenced_file_is_newer (aux_info_p, aux_info_mtime))
2238 while (*aux_info_p != '\n')
2239 aux_info_p++;
2240 aux_info_p++;
2250 for (aux_info_p = aux_info_second_line; *aux_info_p;)
2252 char *unexpanded_line = unexpand_if_needed (aux_info_p);
2191 const char *aux_info_p; local
[all...]

Completed in 59 milliseconds