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 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/libc/port/gen/
H A Dmon.c140 #define PROFDIR "PROFDIR" macro
244 if ((s = getenv(PROFDIR)) == NULL) { /* PROFDIR not in environment */ in monitor()