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

/osnet-11/usr/src/lib/libsecdb/help/profiles/
H A DMakefile114 PROFDIR = $(HELPDIR)/profiles macro
115 LOCALEDIR = $(PROFDIR)/locale
117 DIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR) $(CDIR)
121 MSGDIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR)
/osnet-11/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 27 milliseconds