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

/openjdk7/jdk/src/windows/native/sun/font/
H A Dfontpath.c39 char sysdir[BSIZE]; local
48 GetSystemDirectory(sysdir, BSIZE);
49 end = strrchr(sysdir,'\\');
52 strcat(sysdir, "\\Fonts");
62 strcpy(fontpath,sysdir);
63 if (stricmp(sysdir,windir)) {

Completed in 277 milliseconds