Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc5597 static struct stat input_stat; variable
6319 &input_stat); in do_spec_1()
6330 || input_stat.st_dev != st_temp.st_dev in do_spec_1()
6331 || input_stat.st_ino != st_temp.st_ino) in do_spec_1()
H A DChangeLog-20011772 * gcc.c: Add static globals input_stat and input_stat_set.
H A DChangeLog-200417871 * gcc.c (struct stat input_stat): Don't define if
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c4879 static struct stat input_stat; variable
5591 &input_stat); in do_spec_1()
5602 || input_stat.st_dev != st_temp.st_dev in do_spec_1()
5603 || input_stat.st_ino != st_temp.st_ino) in do_spec_1()