Home
last modified time | relevance | path

Searched refs:SHELLS (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/sa/
H A DMakefile58 SHELLS= $(LIBSHELL) macro
60 ALL= $(PROGS) $(SHELLS)
66 SHSRCS= $(SHELLS:%=%.sh)
87 CLOBBERFILES= $(PROGS) $(SHELLS)
132 $(RM) $(SADC_OBJECTS) $(PROGS) $(SHELLS) $(SADP)
/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetusershell.c26 #define SHELLS "/etc/shells" macro
133 if ((fp = fopen(SHELLS, "rF")) == (FILE *)0) in initshells()
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dgetusershell.c16 #define SHELLS "/etc/shells" macro
78 if ((fp = fopen(SHELLS, "r")) == (FILE *)0) in initshells()
/titanic_41/usr/src/cmd/bnu/
H A DMakefile41 SHELLS = $(LIBSHELLS) $(BINSHELLS) macro
136 all: $(TXTFILES) $(PROG) $(SHELLS)