/freebsd/crypto/heimdal/lib/roken/ |
H A D | getusershell.c | 78 static char **curshell, **shells, *strings; variable 100 if (shells != NULL) in endusershell() 101 free(shells); in endusershell() 102 shells = NULL; in endusershell() 127 free(shells); in initshells() 128 shells = NULL; in initshells() 137 shells = calloc(nsh + 1, sizeof(*shells)); in initshells() 138 if(shells == NULL) in initshells() 143 free(shells); in initshells() 144 shells = NULL; in initshells() [all …]
|
/freebsd/etc/ |
H A D | shells | 1 # List of acceptable shells for chpass(1). 3 # one of these shells.
|
/freebsd/bin/sh/tests/expansion/ |
H A D | plus-minus3.0 | 27 # It is also close to the Bourne and Korn shells. 28 # POSIX leaves this undefined, and various other shells treat
|
/freebsd/share/examples/etc/ |
H A D | README.examples | 61 shells - list of configurable shells (see shells(5))
|
/freebsd/usr.sbin/pw/tests/ |
H A D | pw-modified.conf | 36 shells = "sh","csh","tcsh"
|
H A D | pw.conf | 36 shells = "sh","csh","tcsh"
|
/freebsd/lib/libc/net/ |
H A D | nsswitch.conf | 11 shells: files
|
/freebsd/bin/sh/tests/builtins/ |
H A D | break3.0 | 3 # However, various other shells do not accept it.
|
H A D | case3.0 | 5 # but this is not the case in all shells.
|
/freebsd/bin/sh/tests/parser/ |
H A D | dollar-quote9.0 | 3 # We reject this but many other shells expand to something that looks like
|
H A D | heredoc8.0 | 13 # This is possibly useful but differs from other shells.
|
/freebsd/contrib/tcsh/ |
H A D | FAQ | 63 shell before they allow logins. The list of valid login shells is 64 either hardcoded or it is usually in a file called /etc/shells. If it 66 newer version of ftpd. Otherwise add tcsh to the list of shells. (For 68 full path is required. If there is no /etc/shells, and you are creating 69 one, remember to add /bin/csh, /bin/sh, and any other valid shells for 160 Add the pathname to tcsh in /etc/shells and everything should work
|
H A D | dot.tcshrc | 16 # The following commands are only for interactive shells.
|
H A D | NewThings | 41 * $?0 returns false now on interactive shells for csh compatibility. 51 * $0 contains argv[0] on interactive shells.
|
/freebsd/bin/sh/tests/execution/ |
H A D | killed2.0 | 1 # Most shells print a message when a foreground job is killed by a signal.
|
/freebsd/usr.sbin/pw/ |
H A D | pw_user.c | 81 static char *shell_path(char const * path, char *shells[], char *sh); 422 shell_path(char const * path, char *shells[], char *sh) in shell_path() argument 443 for (i = 0; i < _UC_MAXSHELLS && shells[i] != NULL; i++) { in shell_path() 444 snprintf(shellpath, sizeof(shellpath), "%s/%s", p, shells[i]); in shell_path() 460 return shell_path(cnf->shelldir, cnf->shells, cnf->shell_default); in pw_shellpolicy() 1151 if (cmdcnf->shells == NULL) in mix_config() 1152 cmdcnf->shells = cfg->shells; in mix_config() 1722 shell = shell_path(cnf->shelldir, cnf->shells, shell); in pw_user_mod()
|
H A D | pwupd.h | 65 char **shells; /* List of shells */ member
|
/freebsd/usr.bin/getent/ |
H A D | getent.c | 70 static int shells(int, char *[]); 93 { "shells", shells, }, 541 shells(int argc, char *argv[]) in shells() function
|
/freebsd/usr.sbin/ypserv/ |
H A D | Makefile.yp | 113 SHELLS = $(YPSRCDIR)/shells 142 TARGETS= servers hosts networks protocols rpc services shells group 527 shells: $(SHELLS)
|
/freebsd/contrib/tcsh/nls/greek/ |
H A D | set1 | 65 63 Ο έλεγχος εργασιών δεν είναι διαθέσιμος στα κατώτερα shells
|
/freebsd/share/skel/ |
H A D | dot.profile | 2 # .profile - Bourne Shell startup script for login shells
|
/freebsd/share/man/man5/ |
H A D | Makefile | 50 shells.5 \
|
/freebsd/contrib/bmake/ |
H A D | job.c | 319 static Shell shells[] = { variable 424 static Shell *shell = &shells[DEFSHELL_INDEX]; 2311 Shell *sh = shells; in FindShellByName() 2312 const Shell *shellsEnd = sh + sizeof shells / sizeof shells[0]; in FindShellByName() 2314 for (sh = shells; sh < shellsEnd; sh++) { in FindShellByName()
|
/freebsd/usr.sbin/adduser/ |
H A D | adduser.sh | 402 echo -n "Shell ($shells) [${ushell##*/}]: " 972 shells="$(valid_shells)"
|
/freebsd/crypto/heimdal/doc/ |
H A D | misc.texi | 36 says that people with `admin' instances should be given `enabled' shells
|