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

/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c1362 referenced_file_is_newer (const char *l, time_t aux_info_mtime)
1393 return (fi_p->mtime > aux_info_mtime);
1962 time_t aux_info_mtime;
2059 aux_info_mtime = stat_buf.st_mtime;
2076 if (stat_buf.st_mtime > aux_info_mtime)
2220 if (referenced_file_is_newer (aux_info_p, aux_info_mtime))
1349 referenced_file_is_newer(const char *l, time_t aux_info_mtime) argument
1946 time_t aux_info_mtime; local

Completed in 92 milliseconds