Home
last modified time | relevance | path

Searched refs:input_stat_set (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dgcc.c4430 static int input_stat_set; variable
4947 if (input_stat_set == 0) in do_spec_1()
4949 input_stat_set = stat (input_filename, &input_stat); in do_spec_1()
4950 if (input_stat_set >= 0) in do_spec_1()
4951 input_stat_set = 1; in do_spec_1()
4958 if (input_stat_set != 1 in do_spec_1()
6142 input_stat_set = 0; in set_input()
H A DChangeLog-20011772 * gcc.c: Add static globals input_stat and input_stat_set.
1775 (set_input): Reset input_stat_set for each new file.