Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c4093 static int input_stat_set; variable
4560 if (input_stat_set == 0)
4562 input_stat_set = stat (input_filename, &input_stat);
4563 if (input_stat_set >= 0)
4564 input_stat_set = 1;
4572 if (input_stat_set != 1
5917 input_stat_set = 0;
H A DChangeLog.61772 * gcc.c: Add static globals input_stat and input_stat_set.
1775 (set_input): Reset input_stat_set for each new file.
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c4349 static int input_stat_set; variable
4866 if (input_stat_set == 0) in do_spec_1()
4868 input_stat_set = stat (input_filename, &input_stat); in do_spec_1()
4869 if (input_stat_set >= 0) in do_spec_1()
4870 input_stat_set = 1; in do_spec_1()
4877 if (input_stat_set != 1 in do_spec_1()
6059 input_stat_set = 0; in set_input()