Searched refs:shells (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dgetusershell.c61 #define _PATH_SHELLS "/etc/shells"
73 * Local shells should NOT be added here. They should be added in
74 * /etc/shells.
78 static char **curshell, **shells, *strings; variable
82 * Get a list of shells from _PATH_SHELLS, if it exists.
100 if (shells != NULL)
101 free(shells);
102 shells = NULL;
127 free(shells);
128 shells
[all...]
/freebsd-13-stable/lib/libc/net/
H A Dnsswitch.conf12 shells: files
/freebsd-13-stable/usr.sbin/pw/tests/
H A Dpw-modified.conf32 # Colon separated list of directories containing valid shells
35 # Comma separated list of available shells (without paths)
36 shells = "sh","csh","tcsh"
H A Dpw.conf32 # Colon separated list of directories containing valid shells
35 # Comma separated list of available shells (without paths)
36 shells = "sh","csh","tcsh"
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcmdline-redirect-stdin.mk22 # probably buffers its input. Most shells use unbuffered stdin, and this
/freebsd-13-stable/usr.sbin/pw/
H A Dpwupd.h67 char *shelldir; /* Where shells are located */
68 char **shells; /* List of shells */ member in struct:userconf
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) argument
465 for (i = 0; i < _UC_MAXSHELLS && shells[i] != NULL; i++) {
466 snprintf(shellpath, sizeof(shellpath), "%s/%s", p, shells[i]);
482 return shell_path(cnf->shelldir, cnf->shells, cnf->shell_default);
1158 if (cmdcnf->shells == NULL)
1159 cmdcnf->shells = cfg->shells;
1714 shell = shell_path(cnf->shelldir, cnf->shells, shell);
/freebsd-13-stable/share/man/man5/
H A DMakefile65 shells.5 \
/freebsd-13-stable/usr.bin/getent/
H A Dgetent.c72 static int shells(int, char *[]);
95 { "shells", shells, },
540 * shells
543 shells(int argc, char *argv[]) function
/freebsd-13-stable/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-stable/contrib/bmake/
H A Djob.c166 * The name of the shell is the basename for the predefined shells, such as
167 * "sh", "csh", "bash". For custom shells, it is the full pathname, and its
197 * The name of the shell. For Bourne and C shells, this is used only
199 * .SHELL target. For user-defined shells, this is the full path of
301 * Descriptions for various shells.
305 * select one of the predefined shells as the default shell.
312 * set defined here, or add additional shells.
330 static Shell shells[] = { variable
337 * sh-compatible shells.
435 static Shell *shell = &shells[DEFSHELL_INDE
[all...]
/freebsd-13-stable/usr.sbin/adduser/
H A Dadduser.sh102 # Outputs a list of valid shells from /etc/shells. Only the
126 # full path to the shell from the /etc/shells file.
173 # The nologin shell is not listed in /etc/shells.
414 echo -n "Shell ($shells) [`basename $ushell`]: "
845 ETCSHELLS="${ETCSHELLS:-/etc/shells}"
868 shells="`valid_shells`"
/freebsd-13-stable/lib/libc/gen/
H A DMakefile.inc7 CONFS+= group master.passwd shells
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1433 native(Result); // Some Unix-like shells use Unix path separator in $TMP.

Completed in 111 milliseconds