Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsecdb/help/profiles/
H A DMakefile108 PROFDIR = $(HELPDIR)/profiles macro
109 LOCALEDIR = $(PROFDIR)/locale
111 DIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR) $(CDIR)
115 MSGDIRS = $(HELPDIR) $(PROFDIR) $(LOCALEDIR)
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c140 #define PROFDIR "PROFDIR" macro
244 if ((s = getenv(PROFDIR)) == NULL) { /* PROFDIR not in environment */ in monitor()