Home | History | Annotate | Download | only in coregrind

Lines Matching refs:envvar

580    { HChar  envvar[100];   // large enough
582 VG_(memset)(envvar, 0, sizeof(envvar));
583 VG_(sprintf)(envvar, "VALGRIND_STARTUP_PWD_%d_XYZZY",
585 wd = VG_(getenv)( envvar );