Searched defs:S_ISREG (Results 1 - 3 of 3) sorted by path

/linux-master/include/uapi/linux/
H A Dstat.h22 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/linux-master/tools/include/nolibc/
H A Dtypes.h41 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
/linux-master/tools/include/uapi/linux/
H A Dstat.h22 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro

Completed in 231 milliseconds