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

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c1054 char * c_res = NULL; local
1073 c_res = XGetDefault((Display*)jlong_to_ptr(display), c_program, c_option);
1082 if (c_res != NULL) {
1084 return JNU_NewStringPlatform(env, c_res);

Completed in 37 milliseconds