Searched refs:S_TYPEISSEM (Results 1 - 3 of 3) sorted by relevance

/external/bison/lib/
H A Dsys_stat.in.h199 #ifndef S_TYPEISSEM
201 # define S_TYPEISSEM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSEM)
203 # define S_TYPEISSEM(p) 0
/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
/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

Completed in 30 milliseconds