Searched refs:shells (Results 1 – 19 of 19) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getusershell.c | 80 static char **shells, *strings; variable 104 if (shells != NULL) in endusershell() 105 (void) free((char *)shells); in endusershell() 106 shells = NULL; in endusershell() 127 if (shells != NULL) in initshells() 128 (void) free((char *)shells); in initshells() 129 shells = NULL; in initshells() 152 shells = calloc((size_t)statb.st_size / 3, sizeof (char *)); in initshells() 153 if (shells == NULL) { in initshells() 159 sp = shells; in initshells() [all …]
|
/illumos-gate/usr/src/contrib/ast/lib/package/ |
H A D | ast-ksh.pkg | 7 :CATEGORY: shells 26 added to /etc/shells if not already present. 77 if [ -f /etc/shells ] 79 do if grep $i /etc/shells >/dev/null 2>&1 80 then echo "$i already in /etc/shells" 81 else echo $i >> /etc/shells 82 echo "$i added to /etc/shells" 85 else echo "no /etc/shells file"
|
H A D | ksh.pkg | 5 :CATEGORY: shells
|
H A D | ast-make.pkg | 11 :CATEGORY: devel libs shells
|
H A D | ast-open.pkg | 14 :CATEGORY: devel libs mail shells utils
|
H A D | ast-base.pkg | 12 :CATEGORY: devel libs shells
|
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yppasswdd.dfl | 27 # The following enables a check when a user tries to change shells 29 # shells beginning with the letter 'r' are considered "restricted" 30 # and the users with such shells cannot change their shell. The
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | COMPATIBILITY | 20 shells. You need to use FPATH to make function definitions 73 characters they will only be expanded for interactive shells. 116 this only happened for interactive shells.
|
H A D | DESIGN | 15 shells.
|
H A D | sh.memo | 91 in the design and implementation of shells, 93 The most widely available UNIX system shells are the Bourne shell\*(Rf, 129 There have been several articles comparing the UNIX system shells. 152 provides a more detailed comparison of the three shells, 215 so that scripts written for either of these shells 809 In addition, for login shells, the 2604 For interactive shells, 2956 awareness, by library routines which invoke shells to carry out
|
H A D | RELEASE93 | 417 not propagated to sub-shells.
|
H A D | RELEASE | 660 interactive shells could generate completion messages has been fixed. 1208 interactive shells when the pipefail option is on has been fixed. 2040 for interactive shells. 2288 02-06-10 A bug which occurred for interactive shells in which the builtin 2486 01-05-08 A bug in which job ids would not be freed for interactive shells 2785 current option settings where not propagated to sub-shells.
|
/illumos-gate/usr/src/man/man5/ |
H A D | Makefile | 172 shells.5 \
|
/illumos-gate/usr/src/cmd/nsadmin/ |
H A D | ksh.kshrc | 28 # This file is sourced by interactive ksh93 shells before ${HOME}/.kshrc
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | README | 44 Some useful shells:
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | SUNWcs.man5.inc | 104 file path=usr/share/man/man5/shells.5
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | RELEASE | 289 iffe.sh: some ksh-compatible shells don't do *(pattern) 489 package.sh: fix packageroot() typo that showed up in non ~user shells 673 package.sh: fix `use USER' lookup for shells that support ~USER 678 iffe.sh: fix run *.sh for shells that don't $* across . command 710 01-02-09 iffe.sh: add copy() for shells with the dissappearing here doc bug 727 package.sh: reorder host type logic for lame shells
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 33 * util/mkbimage: Fix XSI-isms (for supporting POSIX-only shells). 289 * util/mkbimage: Fix XSI-isms (for supporting POSIX-only shells).
|
/illumos-gate/usr/src/cmd/sendmail/cf/ |
H A D | README | 3275 /etc/shells before they will be trusted (that is, before
|