HomeSort by relevance Sort by last modified time
    Searched defs:_S_IFREG (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 64 #define _S_IFREG 0x8000
138 #define S_IFREG _S_IFREG
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stat.h 101 #define _S_IFREG 0x00008000 ///< regular
127 #define S_IFREG _S_IFREG
137 #define S_ISREG(m) ((m & _S_IFMT) == _S_IFREG) ///< regular file

Completed in 88 milliseconds