OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Sep 27 22:09:54 GMT 2025