Home
last modified time | relevance | path

Searched defs:_GLIBCXX_ISREG (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/libstdc++/config/io/
Dbasic_file_stdio.cc66 # define _GLIBCXX_ISREG(x) S_ISREG(x) macro
68 # define _GLIBCXX_ISREG(x) (((x) & S_IFMT) == S_IFREG) macro