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

/openjdk7/jdk/src/share/back/
H A DSDE.c164 int compLen; local
177 compLen = pattLen - 1;
178 offset = (int)strlen(classname) - compLen;
188 return strncmp(pattern, start, compLen) == 0;
H A DeventFilter.c250 int compLen; local
263 compLen = pattLen - 1;
264 offset = (int)strlen(classname) - compLen;
274 return strncmp(pattern, start, compLen) == 0;

Completed in 34 milliseconds