Searched defs:S_ISBLK (Results 1 - 2 of 2) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dsys_stat.in.h37 # undef S_ISBLK macro
52 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
54 # define S_ISBLK(m) 0 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dstat.h28 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro

Completed in 88 milliseconds