Home
last modified time | relevance | path

Searched refs:input_stat (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c4092 static struct stat input_stat; variable
4562 input_stat_set = stat (input_filename, &input_stat);
4574 || input_stat.st_dev != st_temp.st_dev
4575 || input_stat.st_ino != st_temp.st_ino)
H A DChangeLog.61772 * gcc.c: Add static globals input_stat and input_stat_set.
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c4347 static struct stat input_stat; variable
4868 input_stat_set = stat (input_filename, &input_stat); in do_spec_1()
4879 || input_stat.st_dev != st_temp.st_dev in do_spec_1()
4880 || input_stat.st_ino != st_temp.st_ino) in do_spec_1()