Home
last modified time | relevance | path

Searched refs:_cpp_get_file_stat (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h699 extern struct stat *_cpp_get_file_stat (_cpp_file *);
H A Dfiles.c1542 _cpp_get_file_stat (_cpp_file *file) in _cpp_get_file_stat() function
H A Dmacro.c566 struct stat *st = _cpp_get_file_stat (file); in _cpp_builtin_macro_text()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h732 extern struct stat *_cpp_get_file_stat (_cpp_file *);
H A Dfiles.cc1682 _cpp_get_file_stat (_cpp_file *file) in _cpp_get_file_stat() function
H A Dmacro.cc575 struct stat *st = _cpp_get_file_stat (file); in _cpp_builtin_macro_text()
H A DChangeLog6373 * files.c (_cpp_get_file_stat): New function.
6376 * internal.h (_cpp_get_file_stat): Prototype.