Home | History | Annotate | Download | only in toolutil

Lines Matching full:strncmp

578             if(0!=strncmp(s, prefix, prefixLength) || s[prefixLength]==0) {
839 result=strncmp(name, items[i].name, length);
851 while(i>0 && 0==strncmp(name, items[i-1].name, length)) {