Searched defs:PROFDIR (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsecdb/help/profiles/
H A DMakefile106 PROFDIR = $(HELPDIR)/profiles macro
107 LOCALEDIR = $(PROFDIR)/locale
109 DIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR) $(CDIR)
113 MSGDIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR)
/illumos-gate/usr/src/lib/libbc/csu/common/
H A Dmon.c30 * Environment variable PROFDIR added such that:
31 * If PROFDIR doesn't exist, "mon.out" is produced as before.
32 * If PROFDIR = NULL, no profiling output is produced.
33 * If PROFDIR = string, "string/pid.progname" is produced,
44 #define PROFDIR "PROFDIR" macro
129 "PROFDIR/pid.progname" */
130 /* set name to end of PROFDIR */
159 if ((s = getenv(PROFDIR)) == NULL) /* PROFDIR no
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c43 * Environment variable PROFDIR added such that:
44 * If PROFDIR doesn't exist, "mon.out" is produced as before.
45 * If PROFDIR = NULL, no profiling output is produced.
46 * If PROFDIR = string, "string/pid.progname" is produced,
142 #define PROFDIR "PROFDIR" macro
228 * Next thing - get name to use. If PROFDIR is NULL, let's
246 if ((s = getenv(PROFDIR)) == NULL) { /* PROFDIR not in environment */
248 } else if (*s == '\0') { /* value of PROFDIR i
[all...]

Completed in 64 milliseconds