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

  /external/bison/linux-lib/sys/
stat.h 519 #ifndef S_TYPEISSHM
521 # define S_TYPEISSHM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSHD)
523 # define S_TYPEISSHM(p) 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
stat.h 158 # define S_TYPEISSHM(buf) __S_TYPEISSHM(buf)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 160 # define S_TYPEISSHM(buf) __S_TYPEISSHM(buf)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
stat.h 160 # define S_TYPEISSHM(buf) __S_TYPEISSHM(buf)
  /external/bison/darwin-lib/sys/
stat.h 519 #ifndef S_TYPEISSHM
521 # define S_TYPEISSHM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSHD)
523 # define S_TYPEISSHM(p) 0
    [all...]

Completed in 1390 milliseconds