Home | History | Annotate | Download | only in python2.7

Lines Matching defs:S_ISREG

404 #ifndef S_ISREG
405 #define S_ISREG(x) (((x) & S_IFMT) == S_IFREG)