S_IFMT
#define S_IFMT 0170000 /* type of file mask */
# define S_IFMT _S_IFMT
#define S_IFMT 00170000
#define S_IFMT 0xF000 /* type of file */