Home | History | Annotate | Download | only in coregrind

Lines Matching full:getenv

183    tmpdir = getenv("TMPDIR");
1452 user = getenv("LOGNAME");
1453 if (user == NULL) user = getenv("USER");
1456 host = getenv("HOST");
1457 if (host == NULL) host = getenv("HOSTNAME");