Lines Matching defs:home
2976 char *home = NULL;
2983 home = loader_secure_getenv("HOME", inst);
2984 if (home != NULL) {
2987 size_t default_config_home_len = strlen(home) + sizeof(config_suffix) + 1;
2993 strncpy(default_config_home, home, default_config_home_len);
2998 size_t default_data_home_len = strlen(home) + sizeof(data_suffix) + 1;
3004 strncpy(default_data_home, home, default_data_home_len);
3124 // Only add the home folders if defined
3133 // Only add the home folders if defined
3203 // Only add the home folders if not NULL
3213 // Only add the home folders if not NULL
3326 loader_free_getenv(home, inst);
3349 // "home_location" is an additional directory in the users home directory to look at. It is