Home
last modified time | relevance | path

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

12

/dragonfly/etc/
HDshells1 # $FreeBSD: src/etc/shells,v 1.3.2.1 2000/07/10 08:47:17 obrien Exp $
2 # $DragonFly: src/etc/shells,v 1.2 2003/06/17 04:24:45 dillon Exp $
4 # List of acceptable shells for chpass(1).
6 # one of these shells.
HDMakefile35 shells sysctl.conf syslog.conf \
/dragonfly/tools/regression/bin/sh/expansion/
HDplus-minus3.028 # It is also close to the Bourne and Korn shells.
29 # POSIX leaves this undefined, and various other shells treat
/dragonfly/usr.bin/getent/
HDgetent.c74 static int shells(int, char *[]);
95 { "shells", shells, },
532 shells(int argc, char *argv[]) in shells() function
/dragonfly/tools/regression/bin/sh/parser/
HDdollar-quote9.04 # We reject this but many other shells expand to something that looks like
HDheredoc8.014 # This is possibly useful but differs from other shells.
/dragonfly/tools/regression/bin/sh/builtins/
HDbreak3.04 # However, various other shells do not accept it.
HDcase3.06 # but this is not the case in all shells.
/dragonfly/usr.sbin/ypserv/
HDMakefile.yp106 SHELLS = $(YPSRCDIR)/shells
123 TARGETS= servers hosts networks protocols rpc services shells group
462 shells: $(SHELLS)
/dragonfly/tools/regression/bin/sh/execution/
HDkilled2.02 # Most shells print a message when a foreground job is killed by a signal.
/dragonfly/usr.sbin/pw/
HDpw_user.c56 static char *shell_path(char const * path, char *shells[], char *sh);
516 char *shell = shell_path(cnf->shelldir, cnf->shells, arg->val); in pw_user()
965 shell_path(char const * path, char *shells[], char *sh) in shell_path() argument
986 for (i = 0; i < _UC_MAXSHELLS && shells[i] != NULL; i++) { in shell_path()
987 sprintf(shellpath, "%s/%s", p, shells[i]); in shell_path()
1008 return shell_path(cnf->shelldir, cnf->shells, sh ? sh : cnf->shell_default); in pw_shellpolicy()
HDpw.h86 char **shells; /* List of shells */ member
/dragonfly/share/examples/etc/
HDREADME.examples66 shells - list of configurable shells
/dragonfly/etc/rc.d/
HDnsswitch80 shells: files
/dragonfly/share/man/man5/
HDMakefile56 shells.5 \
/dragonfly/share/skel/
HDdot.profile3 # .profile - Bourne Shell startup script for login shells
/dragonfly/contrib/tcsh-6/nls/greek/
HDset165 63 Ο έλεγχος εργασιών δεν είναι διαθέσιμος στα κατώτερα shells
/dragonfly/nrelease/
HDMakefile83 shells/zsh \
89 shells/bash \
304 cp /etc/shells ${ISOROOT}/usr/distfiles/.test > /dev/null 2>&1 \
/dragonfly/usr.sbin/adduser/
HDadduser.sh412 echo -n "Shell ($shells) [`basename $ushell`]: "
866 shells="`valid_shells`"
/dragonfly/contrib/bmake/
HDjob.c314 static Shell shells[] = { variable
419 static Shell *shell = &shells[DEFSHELL_INDEX];
2347 Shell *sh = shells; in FindShellByName()
2348 const Shell *shellsEnd = sh + sizeof shells / sizeof shells[0]; in FindShellByName()
2350 for (sh = shells; sh < shellsEnd; sh++) { in FindShellByName()
/dragonfly/contrib/tcsh-6/nls/spanish/
HDset165 63 No se puede gestionar trabajos en sub-shells
/dragonfly/contrib/tcsh-6/nls/french/
HDset165 63 Pas de gestion des travaux dans les sous-shells
/dragonfly/contrib/file/magic/Magdir/
HDcommands4 # commands: file(1) magic for various shells and interpreters
/dragonfly/games/fortune/datfiles/
HDdragonfly-tips111 in Bourne-derived shells, and
115 in csh-derived shells.
/dragonfly/usr.sbin/cron/doc/
HDCHANGES63 shells, right?) I removed this bogus code. Dave Burgess gets the point.

12