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

  /external/ltp/testcases/kernel/io/disktest/
parse.h 36 #define IS_FILE(x) (_S_IFREG & x)
  /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
  /external/expat/xmlwf/
readfilemap.c 57 # define S_IFREG _S_IFREG
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 69 # define S_IFREG _S_IFREG
  /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
  /external/libxml2/
runxmlconf.c 57 if (!(buf.st_mode & _S_IFREG))
testrecurse.c 647 if (!(buf.st_mode & _S_IFREG))
runsuite.c 52 if (!(buf.st_mode & _S_IFREG))
runtest.c 602 if (!(buf.st_mode & _S_IFREG))
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
daShell.c 351 newmode |= _S_IFREG;
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c 36 #define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG)
  /external/python/cpython3/Python/
fileutils.c 565 m |= _S_IFREG;
    [all...]
  /external/bzip2/
bzip2.c 137 # define MY_S_ISREG(x) ((x) & _S_IFREG)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 906 m |= _S_IFREG;
    [all...]
  /external/python/cpython2/Modules/
posixmodule.c 1087 m |= _S_IFREG;
    [all...]

Completed in 213 milliseconds