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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dtheos.c443 int isv2_0() function
450 return isv2_0() && S_ISLIB_(G.pInfo->file_attr);
455 return isv2_0() && S_ISDIR_(G.pInfo->file_attr);
462 #define chmod(a,b) (isv2_0() && chmodv2_0(a,b))||(isv2_3() && chmodv2_3(a,b))
1093 else if (isv2_0()) {

Completed in 127 milliseconds