Searched refs:_GLIBCXX_ISREG (Results 1 – 8 of 8) sorted by relevance
60 # define _GLIBCXX_ISREG(x) S_ISREG(x) macro62 # 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()
60 # define _GLIBCXX_ISREG(x) S_ISREG(x) macro62 # define _GLIBCXX_ISREG(x) (((x) & S_IFMT) == S_IFREG) macro355 if (!__err && _GLIBCXX_ISREG(__buffer.st_mode)) in showmanyc()364 if (!__err && _GLIBCXX_ISREG(__buffer.st_mode)) in showmanyc()
60 # define _GLIBCXX_ISREG(x) S_ISREG(x) macro62 # define _GLIBCXX_ISREG(x) (((x) & S_IFMT) == S_IFREG) macro362 if (!__err && _GLIBCXX_ISREG(__buffer.st_mode)) in showmanyc()371 if (!__err && _GLIBCXX_ISREG(__buffer.st_mode)) in showmanyc()
60 # define _GLIBCXX_ISREG(x) S_ISREG(x) macro62 # define _GLIBCXX_ISREG(x) (((x) & S_IFMT) == S_IFREG) macro388 if (!__err && _GLIBCXX_ISREG(__buffer.st_mode)) in showmanyc()397 if (!__err && _GLIBCXX_ISREG(__buffer.st_mode)) in showmanyc()
60 # define _GLIBCXX_ISREG(x) S_ISREG(x) macro62 # define _GLIBCXX_ISREG(x) (((x) & S_IFMT) == S_IFREG) macro420 if (!__err && _GLIBCXX_ISREG(__buffer.st_mode)) in showmanyc()429 if (!__err && _GLIBCXX_ISREG(__buffer.st_mode)) in showmanyc()
Completed in 11 milliseconds