Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c37 # define STAT_SIZE_RELIABLE(ST) ((ST).st_fab_rfm != FAB_C_VAR) macro
39 # define STAT_SIZE_RELIABLE(ST) true macro
758 if (regular && total != size && STAT_SIZE_RELIABLE (file->st)) in read_file_guts()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc37 # define STAT_SIZE_RELIABLE(ST) ((ST).st_fab_rfm != FAB_C_VAR) macro
39 # define STAT_SIZE_RELIABLE(ST) true macro
758 if (pfile && regular && total != size && STAT_SIZE_RELIABLE (file->st)) in read_file_guts()