Lines Matching full:home
576 const char *home = NULL;
581 home = getenv("HOME");
585 * - there is no place to read it from (HOME)
588 if (!home || !*home || !perf_config_global())
591 config = strdup(mkpath(path, sizeof(path), "%s/.perfconfig", home));
593 pr_warning("Not enough memory to process %s/.perfconfig, ignoring it.\n", home);
924 /* default to $HOME/.debug */
926 char *home = getenv("HOME");
928 if (home) {
930 home, DEBUG_CACHE_DIR);