Lines Matching refs:base
133 char *base, *p;
141 base = getenv("JITDUMPDIR");
142 if (!base)
143 base = getenv("HOME");
144 if (!base)
145 base = ".";
149 ret = snprintf(jit_path, PATH_MAX, "%s/.debug/", base);
153 " HOME variables", base);
164 ret = snprintf(jit_path, PATH_MAX, "%s/.debug/jit", base);
168 " JITDUMPDIR, and HOME variables", base);
179 ret = snprintf(jit_path, PATH_MAX, "%s/.debug/jit/%s.XXXXXXXX", base, str);
184 base, str);