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

  /external/expat/xmlwf/
readfilemap.c 25 #define S_IFREG _S_IFREG
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 80 #define S_IFREG _S_IFREG
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 71 #define S_IFREG _S_IFREG
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 80 #define S_IFREG _S_IFREG
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 71 #define S_IFREG _S_IFREG
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 80 #define S_IFREG _S_IFREG
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 71 #define S_IFREG _S_IFREG
  /external/stlport/src/details/
fstream_stdio.cpp 54 # define S_IFREG _S_IFREG
93 # define _S_IFREG S_IFREG
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp 54 # define S_IFREG _S_IFREG
93 # define _S_IFREG S_IFREG
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.h 105 #define _S_IFREG 0100000 /* regular */
dbus-sysdeps-util-win.c 359 statbuf->mode = _S_IFREG;
    [all...]
  /external/webkit/Source/WebCore/platform/win/
FileSystemWin.cpp 50 return !_wstat64(path.charactersWithNullTermination(), &st) && (st.st_mode & _S_IFMT) == _S_IFREG;
  /external/openssh/
defines.h 143 # define S_ISREG(mode) (((mode) & (_S_IFMT)) == (_S_IFREG))
  /external/bzip2/
bzip2.c 137 # define MY_S_ISREG(x) ((x) & _S_IFREG)
    [all...]

Completed in 2640 milliseconds