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

  /external/bison/linux-lib/sys/
stat.h 511 #ifndef S_TYPEISSEM
513 # define S_TYPEISSEM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSEM)
515 # define S_TYPEISSEM(p) 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
stat.h 157 # define S_TYPEISSEM(buf) __S_TYPEISSEM(buf)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
stat.h 157 # define S_TYPEISSEM(buf) __S_TYPEISSEM(buf)
  /external/bison/darwin-lib/sys/
stat.h 511 #ifndef S_TYPEISSEM
513 # define S_TYPEISSEM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSEM)
515 # define S_TYPEISSEM(p) 0
    [all...]

Completed in 232 milliseconds