Searched refs:shells (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | getusershell.c | 24 static char **shells, *strings; variable 49 if (shells != NULL) in endusershell() 50 free((char *)shells); in endusershell() 51 shells = NULL; in endusershell() 72 if (shells != NULL) in initshells() 73 free((char *)shells); in initshells() 74 shells = NULL; in initshells() 88 shells = (char **)calloc((unsigned)statb.st_size / 3, sizeof (char *)); in initshells() 89 if (shells == NULL) { in initshells() 95 sp = shells; in initshells() [all …]
|
/titanic_44/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 …]
|
/titanic_44/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yppasswdd.dfl | 28 # The following enables a check when a user tries to change shells 30 # shells beginning with the letter 'r' are considered "restricted" 31 # and the users with such shells cannot change their shell. The
|
/titanic_44/usr/src/lib/libshell/common/ |
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. 114 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 | RELEASE | 302 interactive shells when the pipefail option is on has been fixed. 1134 for interactive shells. 1382 02-06-10 A bug which occurred for interactive shells in which the builtin 1580 01-05-08 A bug in which job ids would not be freed for interactive shells 1879 current option settings where not propagated to sub-shells.
|
H A D | RELEASE93 | 417 not propagated to sub-shells.
|
/titanic_44/usr/src/man/man4/ |
H A D | Makefile | 178 shells.4 \
|
/titanic_44/usr/src/cmd/nsadmin/ |
H A D | ksh.kshrc | 28 # This file is sourced by interactive ksh93 shells before ${HOME}/.kshrc
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | README | 44 Some useful shells:
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | SUNWcs.man4.inc | 94 file path=usr/share/man/man4/shells.4
|
/titanic_44/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 1752 people with cbreak shells never even noticed..
|
/titanic_44/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).
|
/titanic_44/usr/src/cmd/sendmail/cf/ |
H A D | README | 3275 /etc/shells before they will be trusted (that is, before
|