Home | History | Annotate | Download | only in lib

Lines Matching refs:istr

2158     picoos_int32 istr = picoos_strlen(str)-1;
2160 while ((istr >= 0) && (isuf >=0) && (str[istr] == suf[isuf])) {
2161 istr--;