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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c222 int err, compareLength; local
251 compareLength = strlen ( onePath );
252 if ( onePath[compareLength -1] == '/' )
253 compareLength--;
256 if ( strncmp ( onePath, fDirP->name[index], compareLength ) == 0 ) {

Completed in 35 milliseconds