Searched refs:profdir (Results 1 – 3 of 3) sorted by relevance
179 char *profdir; in _mcleanup() local187 if ((profdir = getenv("PROFDIR")) != NULL) { in _mcleanup()189 if (*profdir == '\0') { in _mcleanup()199 sprintf(buf, "%s/%ld.%s", profdir, (long) getpid(), progname); in _mcleanup()
178 char *profdir; in _mcleanup() local186 if ((profdir = getenv("PROFDIR")) != NULL) { in _mcleanup()188 if (*profdir == '\0') { in _mcleanup()198 sprintf(buf, "%s/%ld.%s", profdir, (long) getpid(), progname); in _mcleanup()
150 char *profdir; in _mcleanup() local174 if (issetugid() == 0 && (profdir = getenv("PROFDIR")) != NULL) { in _mcleanup()181 if (*profdir == '\0') { in _mcleanup()188 s = profdir; in _mcleanup()