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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A DCUPSfuncs.c146 jstring cServer = NULL; local
151 cServer = JNU_NewStringPlatform(env, "localhost");
153 cServer = JNU_NewStringPlatform(env, server);
156 return cServer;

Completed in 120 milliseconds