Home
last modified time | relevance | path

Searched refs:Shell (Results 1 – 25 of 97) sorted by relevance

1234

/freebsd-10-stable/usr.bin/make/
Dshell.c116 struct Shell *commandShell;
123 void ShellDump(const struct Shell *) __unused;
139 ShellFree(struct Shell *sh) in ShellFree()
162 ShellDump(const struct Shell *sh) in ShellDump()
185 static struct Shell *
189 struct Shell *sh; in ShellParseSpec()
309 struct Shell *sh; in Shell_Init()
328 static struct Shell *
331 struct Shell *sh; in ShellMatch()
392 struct Shell *sh; in Shell_Parse()
[all …]
Dshell.h60 struct Shell { struct
61 TAILQ_ENTRY(Shell) link; /* link all shell descriptions */
103 TAILQ_HEAD(Shells, Shell); argument
105 extern struct Shell *commandShell;
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Shell/
DReadme1 Shell - DTracing Shell Scripting
10 sh - the Bourne Shell. This provider was written by Alan Hargreaves and
14 Since the DTrace Shell providers are under development, there is a chance
/freebsd-10-stable/contrib/tcsh/nls/german/
Dset138 5 %S: Befehl in Shell eingebaut.\n
12 9 %S ist ein eingebauter Shell-Befehl\n
Dset136 33 Keine Jobkontrolle in dieser Shell
75 72 Nicht in einer Login-Shell
79 76 Kann Login-Shell (noch) nicht anhalten
Dset115 2 Daher keine Job Control in dieser Shell.\n
/freebsd-10-stable/contrib/bmake/
Djob.h213 typedef struct Shell { struct
242 } Shell; argument
Djob.c260 static Shell shells[] = {
323 static Shell *commandShell = &shells[DEFSHELL_INDEX]; /* this is the shell to
379 static Shell *JobMatchShell(const char *);
2396 static Shell *
2399 Shell *sh; in JobMatchShell()
2462 Shell newShell; in Job_ParseShell()
2464 Shell *sh; in Job_ParseShell()
2581 commandShell = bmake_malloc(sizeof(Shell)); in Job_ParseShell()
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Examples/
Dsh_stat_example.txt1 Following are examples of running sh_stat.d on Shell scripts.
7 This shows the sh_stat.d script reflecting the Code/Shell/func_slow.sh script.
Dsh_syscalls_example.txt3 This is a simple script to count Shell functions, built-ins, external command
5 Code/Shell/func_abc.sh.
Dsh_lines_example.txt4 example program, Code/Shell/func_slow.sh.
Dsh_cpudist_example.txt5 traces the example program, Code/Shell/func_slow.sh.
/freebsd-10-stable/usr.bin/vi/catalog/
Dru_RU.UTF-8.base279 289 "Shell расширения не поддерживаются пока установлена опция безопасного редактирования"
293 304 "Shell расширение не удалось"
Dzh_CN.UTF-8.base293 304 "Shell 展开失败"
Duk_UA.UTF-8.base278 289 "Shell'івске доповнення не дозволяється при встановленій опції secure edit"
/freebsd-10-stable/usr.bin/tip/tip/
Dcmds.c926 char *cp, *Shell; in expand() local
940 Shell = value(SHELL); in expand()
941 if (Shell == NOSTR) in expand()
942 Shell = _PATH_BSHELL; in expand()
949 execl(Shell, Shell, "-c", cmdbuf, (char *)NULL); in expand()
/freebsd-10-stable/crypto/openssh/contrib/suse/
Drc.config.sshd2 # Start the Secure Shell (SSH) Daemon?
/freebsd-10-stable/release/picobsd/floppy.tree/etc/
Dmaster.passwd8 sshd:*:22:22::0:0:Secure Shell Daemon:/var/empty:/usr/sbin/nologin
/freebsd-10-stable/cddl/contrib/dtracetoolkit/
DREADME72 Shell/ Scripts for tracing Shell languages
DGuide72 Shell/ Scripts for tracing Shell languages
/freebsd-10-stable/share/skel/
Ddot.profile3 # .profile - Bourne Shell startup script for login shells
/freebsd-10-stable/share/doc/psd/02.implement/
Dref.bib3 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DExprCXX.h195 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in CXXNamedCastExpr() argument
196 : ExplicitCastExpr(SC, Shell, PathSize) { } in CXXNamedCastExpr()
1220 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize) in CXXFunctionalCastExpr() argument
1221 : ExplicitCastExpr(CXXFunctionalCastExprClass, Shell, PathSize) { } in CXXFunctionalCastExpr()
1644 explicit CXXScalarValueInitExpr(EmptyShell Shell) in CXXScalarValueInitExpr() argument
1645 : Expr(CXXScalarValueInitExprClass, Shell) { } in CXXScalarValueInitExpr()
1719 explicit CXXNewExpr(EmptyShell Shell) in CXXNewExpr() argument
1720 : Expr(CXXNewExprClass, Shell), SubExprs(0) { } in CXXNewExpr()
1887 explicit CXXDeleteExpr(EmptyShell Shell) in CXXDeleteExpr() argument
1888 : Expr(CXXDeleteExprClass, Shell), OperatorDelete(0), Argument(0) { } in CXXDeleteExpr()
[all …]
/freebsd-10-stable/usr.sbin/bsdconfig/usermgmt/include/
Dmessages.subr110 msg_select_login_shell="Select Login Shell"
112 msg_shell="Shell"
/freebsd-10-stable/etc/
Dmaster.passwd13 sshd:*:22:22::0:0:Secure Shell Daemon:/var/empty:/usr/sbin/nologin

1234