Home
last modified time | relevance | path

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

/trueos/contrib/gcclibs/libcpp/
HDfiles.c39 # define STAT_SIZE_RELIABLE(ST) ((ST).st_fab_rfm != FAB_C_VAR) macro
41 # define STAT_SIZE_RELIABLE(ST) true macro
620 if (regular && total != size && STAT_SIZE_RELIABLE (file->st)) in read_file_guts()