Home
last modified time | relevance | path

Searched refs:shells (Results 1 – 25 of 59) sorted by relevance

123

/freebsd-13.1/crypto/heimdal/lib/roken/
H A Dgetusershell.c100 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()
168 sp = shells; in initshells()
[all …]
/freebsd-13.1/etc/
H A Dshells3 # List of acceptable shells for chpass(1).
5 # one of these shells.
/freebsd-13.1/bin/sh/tests/expansion/
H A Dplus-minus3.028 # It is also close to the Bourne and Korn shells.
29 # POSIX leaves this undefined, and various other shells treat
/freebsd-13.1/share/examples/etc/
H A DREADME.examples65 shells - list of configurable shells (see shells(5))
/freebsd-13.1/usr.sbin/pw/tests/
H A Dpw-modified.conf36 shells = "sh","csh","tcsh"
H A Dpw.conf36 shells = "sh","csh","tcsh"
/freebsd-13.1/lib/libc/net/
H A Dnsswitch.conf12 shells: files
/freebsd-13.1/bin/sh/tests/builtins/
H A Dbreak3.04 # However, various other shells do not accept it.
H A Dcase3.06 # but this is not the case in all shells.
/freebsd-13.1/bin/sh/tests/parser/
H A Ddollar-quote9.04 # We reject this but many other shells expand to something that looks like
H A Dheredoc8.014 # This is possibly useful but differs from other shells.
/freebsd-13.1/bin/sh/tests/execution/
H A Dkilled2.02 # Most shells print a message when a foreground job is killed by a signal.
/freebsd-13.1/contrib/tcsh/
H A DFAQ63 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 Ddot.tcshrc16 # The following commands are only for interactive shells.
H A DNewThings41 * $?0 returns false now on interactive shells for csh compatibility.
51 * $0 contains argv[0] on interactive shells.
/freebsd-13.1/usr.sbin/pw/
H A Dpw_user.c85 static char *shell_path(char const * path, char *shells[], char *sh);
444 shell_path(char const * path, char *shells[], char *sh) in shell_path() argument
465 for (i = 0; i < _UC_MAXSHELLS && shells[i] != NULL; i++) { in shell_path()
466 snprintf(shellpath, sizeof(shellpath), "%s/%s", p, shells[i]); in shell_path()
482 return shell_path(cnf->shelldir, cnf->shells, cnf->shell_default); in pw_shellpolicy()
1158 if (cmdcnf->shells == NULL) in mix_config()
1159 cmdcnf->shells = cfg->shells; in mix_config()
1714 shell = shell_path(cnf->shelldir, cnf->shells, shell); in pw_user_mod()
H A Dpwupd.h68 char **shells; /* List of shells */ member
/freebsd-13.1/usr.bin/getent/
H A Dgetent.c72 static int shells(int, char *[]);
95 { "shells", shells, },
543 shells(int argc, char *argv[]) in shells() function
/freebsd-13.1/contrib/tcsh/nls/greek/
H A Dset165 63 Ο έλεγχος εργασιών δεν είναι διαθέσιμος στα κατώτερα shells
/freebsd-13.1/usr.sbin/ypserv/
H A DMakefile.yp114 SHELLS = $(YPSRCDIR)/shells
143 TARGETS= servers hosts networks protocols rpc services shells group
528 shells: $(SHELLS)
/freebsd-13.1/share/skel/
H A Ddot.profile3 # .profile - Bourne Shell startup script for login shells
/freebsd-13.1/share/man/man5/
H A DMakefile65 shells.5 \
/freebsd-13.1/usr.sbin/adduser/
H A Dadduser.sh414 echo -n "Shell ($shells) [`basename $ushell`]: "
868 shells="`valid_shells`"
/freebsd-13.1/contrib/bmake/
H A Djob.c330 static Shell shells[] = { variable
435 static Shell *shell = &shells[DEFSHELL_INDEX];
2383 Shell *sh = shells; in FindShellByName()
2384 const Shell *shellsEnd = sh + sizeof shells / sizeof shells[0]; in FindShellByName()
2386 for (sh = shells; sh < shellsEnd; sh++) { in FindShellByName()
/freebsd-13.1/crypto/heimdal/doc/
H A Dmisc.texi36 says that people with `admin' instances should be given `enabled' shells

123