Searched defs:onePath (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c212 char *onePath; local
249 onePath = *tempFontPath;
251 compareLength = strlen ( onePath );
252 if ( onePath[compareLength -1] == '/' )
256 if ( strncmp ( onePath, fDirP->name[index], compareLength ) == 0 ) {
296 onePath = origFontPath[origIndex];
297 newFontPath[origIndex] = onePath;
308 onePath = SAFE_SIZE_ARRAY_ALLOC(malloc, strlen (fDirP->name[index]) + 2, sizeof( char ) );
309 if (onePath == NULL) {
314 strcpy ( onePath, fDir
[all...]

Completed in 94 milliseconds