Home | History | Annotate | Download | only in coregrind

Lines Matching refs:wd

573      HChar* wd;
577 wd = VG_(getenv)( envvar );
578 if (wd == NULL)
580 SizeT need = VG_(strlen)(wd) + 1;
582 VG_(strcpy)(startup_wd, wd);