Searched refs:S_ISLIB (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dstat.h82 #define S_ISLIB(m) (((m) & S_IFMT) == S_IFLIB) macro
H A Dtheos.c410 return isv2_3() && S_ISLIB((G.pInfo->file_attr >> 8) & 0xFF);
772 } else if (!S_ISLIB(G.statbuf.st_mode) && islib()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A Dstat.h81 #define S_ISLIB(m) (((m) & S_IFMT) == S_IFLIB) macro
H A Dtheos.c217 } else if (S_ISLIB(s.st_mode)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dprocess.c673 (error = S_ISLIB(G.statbuf.st_mode)) != 0 ||

Completed in 195 milliseconds