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

/openjdk7/jdk/src/solaris/native/java/lang/
H A DUNIXProcess_md.c684 const char **envv; member in struct:_ChildStuff
756 JDK_execvpe(p->argv[0], p->argv, p->envv);
850 c->envv = NULL;
868 /* Convert envBlock into a char ** envv */
870 if ((c->envv = NEW(const char *, envc + 1)) == NULL) goto Catch;
871 initVectorFromBlock(c->envv, penvBlock, envc);
945 free(c->envv);

Completed in 3269 milliseconds