Searched refs:MY_LIN_S_IFREG (Results 1 – 2 of 2) sorted by relevance
21 #define MY_LIN_S_IFREG 0100000 macro28 #define MY_LIN_S_ISREG(m) (((m) & MY_LIN_S_IFMT) == MY_LIN_S_IFREG)
53 UInt32 v = IsDir(attrib) ? MY_LIN_S_IFDIR : MY_LIN_S_IFREG; in Get_PosixMode_From_WinAttrib()