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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c220 int *appendDirList; local
230 appendDirList = SAFE_SIZE_ARRAY_ALLOC(malloc, fDirP->num, sizeof ( int ));
231 if ( appendDirList == NULL ) {
263 appendDirList[index] = 0;
273 appendDirList[index] = 1;
281 free ( ( void *) appendDirList );
290 free ( ( void *) appendDirList );
304 if ( appendDirList[index] == 1 ) {
310 free ( ( void *) appendDirList );
322 free ( ( void *) appendDirList );
[all...]

Completed in 33 milliseconds