HomeSort by: relevance | last modified time | path
    Searched defs:profdir (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gmon/
gmon.c 388 char *profdir; local in function:_mcleanup
427 if ((profdir = getenv("PROFDIR")) != NULL) {
428 /* If PROFDIR contains a null value, no profiling
430 if (*profdir == '\0')
434 profdir, getpid(), getprogname()) >= (int)(sizeof buf)) {
435 warnx("%s: internal buffer overflow, PROFDIR too long",
gmon.c 388 char *profdir; local in function:_mcleanup
427 if ((profdir = getenv("PROFDIR")) != NULL) {
428 /* If PROFDIR contains a null value, no profiling
430 if (*profdir == '\0')
434 profdir, getpid(), getprogname()) >= (int)(sizeof buf)) {
435 warnx("%s: internal buffer overflow, PROFDIR too long",

Completed in 22 milliseconds