Home
last modified time | relevance | path

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

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/common/awt/
H A Dfontpath.c201 int *appendDirList; in AddFontsToX11FontPath() local
211 appendDirList = SAFE_SIZE_ARRAY_ALLOC(malloc, fDirP->num, sizeof ( int )); in AddFontsToX11FontPath()
212 if ( appendDirList == NULL ) { in AddFontsToX11FontPath()
244 appendDirList[index] = 0; in AddFontsToX11FontPath()
254 appendDirList[index] = 1; in AddFontsToX11FontPath()
262 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
271 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
285 if ( appendDirList[index] == 1 ) { in AddFontsToX11FontPath()
291 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
309 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/native/common/awt/
H A Dfontpath.c201 int *appendDirList; in AddFontsToX11FontPath() local
211 appendDirList = SAFE_SIZE_ARRAY_ALLOC(malloc, fDirP->num, sizeof ( int )); in AddFontsToX11FontPath()
212 if ( appendDirList == NULL ) { in AddFontsToX11FontPath()
244 appendDirList[index] = 0; in AddFontsToX11FontPath()
254 appendDirList[index] = 1; in AddFontsToX11FontPath()
262 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
271 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
285 if ( appendDirList[index] == 1 ) { in AddFontsToX11FontPath()
291 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
309 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/common/awt/
H A Dfontpath.c201 int *appendDirList; in AddFontsToX11FontPath() local
211 appendDirList = SAFE_SIZE_ARRAY_ALLOC(malloc, fDirP->num, sizeof ( int )); in AddFontsToX11FontPath()
212 if ( appendDirList == NULL ) { in AddFontsToX11FontPath()
244 appendDirList[index] = 0; in AddFontsToX11FontPath()
254 appendDirList[index] = 1; in AddFontsToX11FontPath()
262 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
271 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
285 if ( appendDirList[index] == 1 ) { in AddFontsToX11FontPath()
291 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
309 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c213 int *appendDirList; in AddFontsToX11FontPath() local
223 appendDirList = SAFE_SIZE_ARRAY_ALLOC(malloc, fDirP->num, sizeof ( int )); in AddFontsToX11FontPath()
224 if ( appendDirList == NULL ) { in AddFontsToX11FontPath()
256 appendDirList[index] = 0; in AddFontsToX11FontPath()
266 appendDirList[index] = 1; in AddFontsToX11FontPath()
274 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
283 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
297 if ( appendDirList[index] == 1 ) { in AddFontsToX11FontPath()
303 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
315 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/native/common/awt/
H A Dfontpath.c201 int *appendDirList; in AddFontsToX11FontPath() local
211 appendDirList = SAFE_SIZE_ARRAY_ALLOC(malloc, fDirP->num, sizeof ( int )); in AddFontsToX11FontPath()
212 if ( appendDirList == NULL ) { in AddFontsToX11FontPath()
244 appendDirList[index] = 0; in AddFontsToX11FontPath()
254 appendDirList[index] = 1; in AddFontsToX11FontPath()
262 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
271 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
285 if ( appendDirList[index] == 1 ) { in AddFontsToX11FontPath()
291 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
309 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/unix/native/common/awt/
H A Dfontpath.c148 int *appendDirList; in AddFontsToX11FontPath() local
158 appendDirList = SAFE_SIZE_ARRAY_ALLOC(malloc, fDirP->num, sizeof ( int )); in AddFontsToX11FontPath()
159 if ( appendDirList == NULL ) { in AddFontsToX11FontPath()
191 appendDirList[index] = 0; in AddFontsToX11FontPath()
201 appendDirList[index] = 1; in AddFontsToX11FontPath()
209 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
218 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
232 if ( appendDirList[index] == 1 ) { in AddFontsToX11FontPath()
238 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
256 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/unix/native/common/awt/
H A Dfontpath.c148 int *appendDirList; in AddFontsToX11FontPath() local
158 appendDirList = SAFE_SIZE_ARRAY_ALLOC(malloc, fDirP->num, sizeof ( int )); in AddFontsToX11FontPath()
159 if ( appendDirList == NULL ) { in AddFontsToX11FontPath()
191 appendDirList[index] = 0; in AddFontsToX11FontPath()
201 appendDirList[index] = 1; in AddFontsToX11FontPath()
209 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
218 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
232 if ( appendDirList[index] == 1 ) { in AddFontsToX11FontPath()
238 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
256 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/unix/native/common/awt/
H A Dfontpath.c201 int *appendDirList; in AddFontsToX11FontPath() local
211 appendDirList = SAFE_SIZE_ARRAY_ALLOC(malloc, fDirP->num, sizeof ( int )); in AddFontsToX11FontPath()
212 if ( appendDirList == NULL ) { in AddFontsToX11FontPath()
244 appendDirList[index] = 0; in AddFontsToX11FontPath()
254 appendDirList[index] = 1; in AddFontsToX11FontPath()
262 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
271 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
285 if ( appendDirList[index] == 1 ) { in AddFontsToX11FontPath()
291 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
309 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c213 int *appendDirList; in AddFontsToX11FontPath() local
223 appendDirList = SAFE_SIZE_ARRAY_ALLOC(malloc, fDirP->num, sizeof ( int )); in AddFontsToX11FontPath()
224 if ( appendDirList == NULL ) { in AddFontsToX11FontPath()
256 appendDirList[index] = 0; in AddFontsToX11FontPath()
266 appendDirList[index] = 1; in AddFontsToX11FontPath()
274 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
283 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
297 if ( appendDirList[index] == 1 ) { in AddFontsToX11FontPath()
303 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()
315 free ( ( void *) appendDirList ); in AddFontsToX11FontPath()