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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c522 char **fcdirs = NULL, **x11dirs = NULL, **knowndirs = NULL, *path = NULL; local
556 x11dirs = getX11FontPath();
563 path = mergePaths(fcdirs, x11dirs, knowndirs, noType1);
570 if (x11dirs != NULL) {
571 char **p = x11dirs;
573 free(x11dirs);

Completed in 587 milliseconds