Searched defs:S_ISBLK (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dstat.h23 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/external/bison/linux-lib/sys/
H A Dstat.h398 # undef S_ISBLK macro
411 #ifndef S_ISBLK
413 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
415 # define S_ISBLK(m) 0 macro
/external/bison/darwin-lib/sys/
H A Dstat.h398 # undef S_ISBLK macro
411 #ifndef S_ISBLK
413 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
415 # define S_ISBLK(m) 0 macro

Completed in 371 milliseconds