Searched refs:_GLIBCXX_ISREG (Results 1 – 1 of 1) sorted by relevance
66 # define _GLIBCXX_ISREG(x) S_ISREG(x) macro68 # define _GLIBCXX_ISREG(x) (((x) & S_IFMT) == S_IFREG) macro364 if (!__err && _GLIBCXX_ISREG(__buffer.st_mode)) in showmanyc()373 if (!__err && _GLIBCXX_ISREG(__buffer.st_mode)) in showmanyc()