Searched refs:EnvironmentVariable (Results 1 – 1 of 1) sorted by relevance
498 const char *EnvironmentVariable; in system_temp_directory() local500 EnvironmentVariable = "TEMP"; in system_temp_directory()502 EnvironmentVariable = "TMPDIR"; in system_temp_directory()504 if (char *RequestedDir = getenv(EnvironmentVariable)) { in system_temp_directory()