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

/freebsd-10.1-release/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-10.1-release/etc/
H A Dnsswitch.conf11 shells: files
H A DMakefile53 shells \
/freebsd-10.1-release/usr.bin/make/
H A Dshell.c54 * Descriptions for various shells. What the list of builtins should contain
119 * This is the list of all known shells.
121 static struct Shells shells = TAILQ_HEAD_INITIALIZER(shells); variable in typeref:struct:Shells
314 TAILQ_INSERT_TAIL(&shells, sh, link);
321 * Find a matching shell in 'shells' given its final component.
333 TAILQ_FOREACH(sh, &shells, link)
402 * shells, yes? So we find the one s/he wants with the help of
467 TAILQ_INSERT_HEAD(&shells, sh, link);
/freebsd-10.1-release/share/man/man5/
H A DMakefile66 shells.5 \
/freebsd-10.1-release/usr.sbin/pw/
H A Dpw.h86 char *shelldir; /* Where shells are located */
87 char **shells; /* List of shells */ member in struct:userconf
H A Dpw_user.c63 static char *shell_path(char const * path, char *shells[], char *sh);
552 char *shell = shell_path(cnf->shelldir, cnf->shells, arg->val);
1018 shell_path(char const * path, char *shells[], char *sh) argument
1039 for (i = 0; i < _UC_MAXSHELLS && shells[i] != NULL; i++) {
1040 sprintf(shellpath, "%s/%s", p, shells[i]);
1061 return shell_path(cnf->shelldir, cnf->shells, sh ? sh : cnf->shell_default);
/freebsd-10.1-release/contrib/gdb/
H A Ddjunpack.bat4 Rem format, or else stock DOS/Windows shells will refuse to run it.
/freebsd-10.1-release/usr.bin/getent/
H A Dgetent.c70 static int shells(int, char *[]);
92 { "shells", shells, },
538 * shells
541 shells(int argc, char *argv[]) function
/freebsd-10.1-release/usr.sbin/ypserv/
H A DMakefile.yp113 SHELLS = $(YPSRCDIR)/shells
142 TARGETS= servers hosts networks protocols rpc services shells group
490 shells: $(SHELLS)
/freebsd-10.1-release/usr.sbin/adduser/
H A Dadduser.sh100 # Outputs a list of valid shells from /etc/shells. Only the
124 # full path to the shell from the /etc/shells file.
171 # The nologin shell is not listed in /etc/shells.
412 echo -n "Shell ($shells) [`basename $ushell`]: "
843 ETCSHELLS="${ETCSHELLS:-/etc/shells}"
866 shells="`valid_shells`"
/freebsd-10.1-release/contrib/bmake/
H A Djob.c232 * Descriptions for various shells.
236 * select one of the prefedined shells as the default shell.
243 # set defined here, or add additional shells.
261 static Shell shells[] = { variable
268 * sh-compatible shells.
324 static Shell *commandShell = &shells[DEFSHELL_INDEX]; /* this is the shell to
2342 * Find a shell in 'shells' given its name.
2357 for (sh = shells; sh->name != NULL; sh++) {
2484 * If no path was given, the user wants one of the pre-defined shells,
/freebsd-10.1-release/contrib/tcsh/
H A Dcomplete.tcsh107 n@{-s,--shell}@'`cat /etc/shells`'@ n/*/u/
719 if ( -r /etc/shells ) then
720 complete setenv p@1@e@ n@DISPLAY@\$hosts@: n@SHELL@'`cat /etc/shells`'@
/freebsd-10.1-release/contrib/gperf/
H A Dconfigure237 # Try only shells that exist, to save several forks.
353 echo shells that I found on your system. Please install a
/freebsd-10.1-release/contrib/gperf/doc/
H A Dconfigure237 # Try only shells that exist, to save several forks.
353 echo shells that I found on your system. Please install a
/freebsd-10.1-release/contrib/gperf/lib/
H A Dconfigure237 # Try only shells that exist, to save several forks.
353 echo shells that I found on your system. Please install a
/freebsd-10.1-release/contrib/gperf/src/
H A Dconfigure237 # Try only shells that exist, to save several forks.
353 echo shells that I found on your system. Please install a
/freebsd-10.1-release/contrib/groff/
H A Dconfigure312 echo shells that I found on your system. Please install a
1323 # WARNING: Be sure not to use single quotes in there, as some shells,
11482 # Break up conftest.defines because some shells have a limit on the size
11512 # Break up conftest.undefs because some shells have a limit on the size
/freebsd-10.1-release/contrib/libpcap/
H A Dconfigure238 # Try only shells that exist, to save several forks.
354 echo shells that I found on your system. Please install a
1838 # except with old shells:
1875 # except with old shells:
1912 # except with old shells:

Completed in 387 milliseconds