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