Searched refs:home_env (Results 1 – 3 of 3) sorted by relevance
468 char *home_env = 0; in profile_open_file() local480 home_env = getenv("HOME"); in profile_open_file()482 if (home_env == NULL) { in profile_open_file()491 home_env = pw->pw_dir; in profile_open_file()496 home_env = pw->pw_dir; in profile_open_file()500 if (home_env) in profile_open_file()501 len += strlen(home_env); in profile_open_file()508 if (home_env) { in profile_open_file()509 strcpy(expanded_filename, home_env); in profile_open_file()
53 const char* home_env = getenv("HOME"); in InitializeDefaultClientConfig() local54 if (home_env) { in InitializeDefaultClientConfig()55 config_file = home_env; in InitializeDefaultClientConfig()
80 const char* home_env = getenv("HOME"); in GetDefaultClientConfig() local81 if (home_env) { in GetDefaultClientConfig()82 config_file = home_env; in GetDefaultClientConfig()