/dragonfly/etc/ |
H A D | shells | 1 # $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 D | Makefile | 35 shells sysctl.conf syslog.conf \
|
/dragonfly/tools/regression/bin/sh/expansion/ |
H A D | plus-minus3.0 | 28 # 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 D | getent.c | 74 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 D | dollar-quote9.0 | 4 # We reject this but many other shells expand to something that looks like
|
H A D | heredoc8.0 | 14 # This is possibly useful but differs from other shells.
|
/dragonfly/tools/regression/bin/sh/builtins/ |
H A D | break3.0 | 4 # However, various other shells do not accept it.
|
H A D | case3.0 | 6 # but this is not the case in all shells.
|
/dragonfly/usr.sbin/ypserv/ |
H A D | Makefile.yp | 106 SHELLS = $(YPSRCDIR)/shells 123 TARGETS= servers hosts networks protocols rpc services shells group 462 shells: $(SHELLS)
|
/dragonfly/tools/regression/bin/sh/execution/ |
H A D | killed2.0 | 2 # Most shells print a message when a foreground job is killed by a signal.
|
/dragonfly/usr.sbin/pw/ |
H A D | pw_user.c | 56 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 D | pw.h | 86 char **shells; /* List of shells */ member
|
/dragonfly/share/examples/etc/ |
H A D | README.examples | 66 shells - list of configurable shells
|
/dragonfly/etc/rc.d/ |
H A D | nsswitch | 80 shells: files
|
/dragonfly/share/skel/ |
H A D | dot.profile | 3 # .profile - Bourne Shell startup script for login shells
|
/dragonfly/share/man/man5/ |
H A D | Makefile | 56 shells.5 \
|
/dragonfly/contrib/tcsh-6/nls/greek/ |
H A D | set1 | 65 63 Ο έλεγχος εργασιών δεν είναι διαθέσιμος στα κατώτερα shells
|
/dragonfly/nrelease/ |
H A D | Makefile | 83 shells/zsh \ 89 shells/bash \ 304 cp /etc/shells ${ISOROOT}/usr/distfiles/.test > /dev/null 2>&1 \
|
/dragonfly/usr.sbin/adduser/ |
H A D | adduser.sh | 412 echo -n "Shell ($shells) [`basename $ushell`]: " 866 shells="`valid_shells`"
|
/dragonfly/contrib/bmake/ |
H A D | job.c | 314 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 D | set1 | 65 63 No se puede gestionar trabajos en sub-shells
|
/dragonfly/contrib/tcsh-6/nls/french/ |
H A D | set1 | 65 63 Pas de gestion des travaux dans les sous-shells
|
/dragonfly/contrib/file/magic/Magdir/ |
H A D | commands | 4 # commands: file(1) magic for various shells and interpreters
|
/dragonfly/games/fortune/datfiles/ |
H A D | dragonfly-tips | 111 in Bourne-derived shells, and 115 in csh-derived shells.
|
/dragonfly/usr.sbin/cron/doc/ |
H A D | CHANGES | 63 shells, right?) I removed this bogus code. Dave Burgess gets the point.
|