HomeSort by relevance Sort by last modified time
    Searched refs:_S_IFMT (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stat.h 96 #define _S_IFMT 0x000FF000 ///< type-of-file mask
109 These bits correspond to the xx portion of _S_IFMT
122 #define S_IFMT _S_IFMT
133 #define S_ISFIFO(m) ((m & _S_IFMT) == _S_IFIFO) ///< fifo
134 #define S_ISCHR(m) ((m & _S_IFMT) == _S_IFCHR) ///< char special
135 #define S_ISDIR(m) ((m & _S_IFMT) == _S_IFDIR) ///< directory
136 #define S_ISBLK(m) ((m & _S_IFMT) == _S_IFBLK) ///< block special
137 #define S_ISREG(m) ((m & _S_IFMT) == _S_IFREG) ///< regular file
138 #define S_ISSOCK(m) ((m & _S_IFMT) == _S_IFSOCK) ///< socket
  /external/expat/xmlwf/
readfilemap.c 60 # define S_IFMT _S_IFMT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 66 # define S_IFMT _S_IFMT
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 60 #define _S_IFMT 0xF000
135 #define S_IFMT _S_IFMT
  /external/e2fsprogs/util/
symlinks.c 29 #define S_ISLNK(mode) (((mode) & (_S_IFMT)) == (_S_IFLNK))
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c 36 #define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG)
  /external/libxml2/
xmlIO.c 58 # elif defined(_S_IFMT)
59 # define S_ISDIR(m) (((m) & _S_IFMT) == S_IFDIR)
    [all...]

Completed in 169 milliseconds