Home
last modified time | relevance | path

Searched refs:profdir (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/gcc/gcc/config/sparc/
Dgmon-sol2.c179 char *profdir; in _mcleanup() local
187 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()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sparc/
Dgmon-sol2.c178 char *profdir; in _mcleanup() local
186 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()
/openbsd/src/lib/libc/gmon/
Dgmon.c150 char *profdir; in _mcleanup() local
174 if (issetugid() == 0 && (profdir = getenv("PROFDIR")) != NULL) { in _mcleanup()
181 if (*profdir == '\0') { in _mcleanup()
188 s = profdir; in _mcleanup()