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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dtheos.c403 int isv2_3() function
410 return isv2_3() && S_ISLIB((G.pInfo->file_attr >> 8) & 0xFF);
415 return isv2_3() && S_ISDIR((G.pInfo->file_attr >> 8) & 0xFF);
462 #define chmod(a,b) (isv2_0() && chmodv2_0(a,b))||(isv2_3() && chmodv2_3(a,b))
1085 if (isv2_3()) {

Completed in 108 milliseconds