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

/freebsd-10.2-release/contrib/gcc/config/sparc/
H A Dgmon-sol2.c179 char *profdir; local
187 if ((profdir = getenv("PROFDIR")) != NULL) {
189 if (*profdir == '\0') {
199 sprintf(buf, "%s/%ld.%s", profdir, (long) getpid(), progname);

Completed in 73 milliseconds