Searched defs:S_TYPEISSEM (Results 1 - 2 of 2) sorted by relevance

/external/bison/linux-lib/sys/
H A Dstat.h511 #ifndef S_TYPEISSEM
513 # define S_TYPEISSEM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSEM) macro
515 # define S_TYPEISSEM(p) 0 macro
/external/bison/darwin-lib/sys/
H A Dstat.h511 #ifndef S_TYPEISSEM
513 # define S_TYPEISSEM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSEM) macro
515 # define S_TYPEISSEM(p) 0 macro

Completed in 53 milliseconds