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

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c900 const char **cargv; local
922 cargv = (const char **)calloc(argc, sizeof(char *));
923 if (cargv == NULL) {
924 JNU_ThrowOutOfMemoryError(env, "Unable to allocate cargv");
942 cargv[i] = cs;
946 /* grr, X prototype doesn't declare cargv as const, thought it really is */
947 status = XmbTextListToTextProperty(awt_display, (char **)cargv, argc,
976 if (cargv[i] == empty)
980 JNU_ReleaseStringPlatformChars(env, js, cargv[i]);

Completed in 26 milliseconds