Home
last modified time | relevance | path

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

12

/dragonfly/etc/
H A Dshells1 # $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.
H A DMakefile35 shells sysctl.conf syslog.conf \
/dragonfly/tools/regression/bin/sh/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
/dragonfly/usr.bin/getent/
H A Dgetent.c74 static int shells(int, char *[]);
95 { "shells", shells, },
532 shells(int argc, char *argv[]) in shells() function
/dragonfly/tools/regression/bin/sh/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.
/dragonfly/tools/regression/bin/sh/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.
/dragonfly/usr.sbin/ypserv/
H A DMakefile.yp106 SHELLS = $(YPSRCDIR)/shells
123 TARGETS= servers hosts networks protocols rpc services shells group
462 shells: $(SHELLS)
/dragonfly/tools/regression/bin/sh/execution/
H A Dkilled2.02 # Most shells print a message when a foreground job is killed by a signal.
/dragonfly/usr.sbin/pw/
H A Dpw_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()
H A Dpw.h86 char **shells; /* List of shells */ member
/dragonfly/share/examples/etc/
H A DREADME.examples66 shells - list of configurable shells
/dragonfly/etc/rc.d/
H A Dnsswitch80 shells: files
/dragonfly/share/skel/
H A Ddot.profile3 # .profile - Bourne Shell startup script for login shells
/dragonfly/share/man/man5/
H A DMakefile56 shells.5 \
/dragonfly/contrib/tcsh-6/nls/greek/
H A Dset165 63 Ο έλεγχος εργασιών δεν είναι διαθέσιμος στα κατώτερα shells
/dragonfly/nrelease/
H A DMakefile83 shells/zsh \
89 shells/bash \
304 cp /etc/shells ${ISOROOT}/usr/distfiles/.test > /dev/null 2>&1 \
/dragonfly/usr.sbin/adduser/
H A Dadduser.sh412 echo -n "Shell ($shells) [`basename $ushell`]: "
866 shells="`valid_shells`"
/dragonfly/contrib/bmake/
H A Djob.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/
H A Dset165 63 No se puede gestionar trabajos en sub-shells
/dragonfly/contrib/tcsh-6/nls/french/
H A Dset165 63 Pas de gestion des travaux dans les sous-shells
/dragonfly/contrib/file/magic/Magdir/
H A Dcommands4 # commands: file(1) magic for various shells and interpreters
/dragonfly/games/fortune/datfiles/
H A Ddragonfly-tips111 in Bourne-derived shells, and
115 in csh-derived shells.
/dragonfly/usr.sbin/cron/doc/
H A DCHANGES63 shells, right?) I removed this bogus code. Dave Burgess gets the point.

12