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

/freebsd-current/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-current/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-current/lib/libc/net/
H A Dnsswitch.conf11 shells: files
/freebsd-current/contrib/bmake/unit-tests/
H A Dcmdline-redirect-stdin.mk22 # probably buffers its input. Most shells use unbuffered stdin, and this
/freebsd-current/share/man/man5/
H A DMakefile51 shells.5 \
/freebsd-current/usr.sbin/pw/
H A Dpwupd.h64 char *shelldir; /* Where shells are located */
65 char **shells; /* List of shells */ member in struct:userconf
H A Dpw_user.c81 static char *shell_path(char const * path, char *shells[], char *sh);
422 shell_path(char const * path, char *shells[], char *sh) argument
443 for (i = 0; i < _UC_MAXSHELLS && shells[i] != NULL; i++) {
444 snprintf(shellpath, sizeof(shellpath), "%s/%s", p, shells[i]);
460 return shell_path(cnf->shelldir, cnf->shells, cnf->shell_default);
1146 if (cmdcnf->shells == NULL)
1147 cmdcnf->shells = cfg->shells;
1717 shell = shell_path(cnf->shelldir, cnf->shells, shell);
/freebsd-current/usr.bin/getent/
H A Dgetent.c70 static int shells(int, char *[]);
93 { "shells", shells, },
538 * shells
541 shells(int argc, char *argv[]) function
/freebsd-current/usr.sbin/ypserv/
H A DMakefile.yp113 SHELLS = $(YPSRCDIR)/shells
142 TARGETS= servers hosts networks protocols rpc services shells group
527 shells: $(SHELLS)
/freebsd-current/contrib/bmake/
H A Djob.c165 * The name of the shell is the basename for the predefined shells, such as
166 * "sh", "csh", "bash". For custom shells, it is the full pathname, and its
196 * The name of the shell. For Bourne and C shells, this is used only
198 * .SHELL target. For user-defined shells, this is the full path of
296 * Descriptions for various shells.
300 * select one of the predefined shells as the default shell.
307 * set defined here, or add additional shells.
325 static Shell shells[] = { variable
332 * sh-compatible shells.
430 static Shell *shell = &shells[DEFSHELL_INDE
[all...]
/freebsd-current/usr.sbin/adduser/
H A Dadduser.sh100 # Outputs a list of valid shells from /etc/shells. Only the
119 # full path to the shell from the /etc/shells file.
402 echo -n "Shell ($shells) [${ushell##*/}]: "
944 ETCSHELLS="${ETCSHELLS:-/etc/shells}"
972 shells="$(valid_shells)"
/freebsd-current/lib/libc/gen/
H A DMakefile.inc5 CONFS+= group master.passwd shells
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1521 native(Result); // Some Unix-like shells use Unix path separator in $TMP.

Completed in 115 milliseconds