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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dftp-opie.c2113 #define STRLEN_1_4(s) (!(s)[1] ? 1 : !(s)[2] ? 2 : !(s)[3] ? 3 : 4) macro
2143 store += STRLEN_1_4 (store);
2146 store += STRLEN_1_4 (store);
2149 store += STRLEN_1_4 (store);
2152 store += STRLEN_1_4 (store);
2155 store += STRLEN_1_4 (store);

Completed in 144 milliseconds