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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.c742 gchar *tmp_env = strdup (gtk_modules_env); local
747 while (s = strtok(tmp_env, ":"))
756 if (tmp_env)
758 free (tmp_env);
759 tmp_env = NULL; /* next call to strtok arg1==NULL */

Completed in 36 milliseconds