Home
last modified time | relevance | path

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

1234

/trueos/usr.bin/make/
HDshell.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 …]
HDshell.h60 struct Shell { struct
61 TAILQ_ENTRY(Shell) link; /* link all shell descriptions */
103 TAILQ_HEAD(Shells, Shell); argument
105 extern struct Shell *commandShell;
/trueos/crypto/openssh/contrib/caldera/
HDopenssh.spec39 Summary : OpenSSH free Secure Shell (SSH) implementation.
40 Summary(de) : OpenSSH - freie Implementation der Secure Shell (SSH).
41 Summary(es) : OpenSSH implementaci�n libre de Secure Shell (SSH).
43 Summary(it) : Implementazione gratuita OpenSSH della Secure Shell.
45 Summary(pt_BR) : Implementa��o livre OpenSSH do protocolo Secure Shell (SSH).
70 Summary : OpenSSH Secure Shell protocol server (sshd).
71 Summary(de) : OpenSSH Secure Shell Protocol-Server (sshd).
72 Summary(es) : Servidor del protocolo OpenSSH Secure Shell (sshd).
74 Summary(it) : Server OpenSSH per il protocollo Secure Shell (sshd).
76 Summary(pt_BR) : Servidor do protocolo Secure Shell OpenSSH (sshd).
[all …]
/trueos/cddl/contrib/dtracetoolkit/Shell/
HDReadme1 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
/trueos/contrib/tcsh/nls/german/
HDset138 5 %S: Befehl in Shell eingebaut.\n
12 9 %S ist ein eingebauter Shell-Befehl\n
HDset136 33 Keine Jobkontrolle in dieser Shell
75 72 Nicht in einer Login-Shell
79 76 Kann Login-Shell (noch) nicht anhalten
HDset115 2 Daher keine Job Control in dieser Shell.\n
/trueos/crypto/openssh/
HDFREEBSD-tricks3 # Shell code to remove FreeBSD tags before merging
9 # Shell + Perl code to add FreeBSD tags wherever an OpenBSD or Id tag occurs
HDssh.0896 S. Lehtinen and C. Lonvick, The Secure Shell (SSH) Protocol Assigned
899 T. Ylonen and C. Lonvick, The Secure Shell (SSH) Protocol Architecture,
902 T. Ylonen and C. Lonvick, The Secure Shell (SSH) Authentication Protocol,
905 T. Ylonen and C. Lonvick, The Secure Shell (SSH) Transport Layer
908 T. Ylonen and C. Lonvick, The Secure Shell (SSH) Connection Protocol, RFC
911 J. Schlyter and W. Griffin, Using DNS to Securely Publish Secure Shell
915 Secure Shell Protocol (SSH), RFC 4256, January 2006.
917 J. Galbraith and P. Remaker, The Secure Shell (SSH) Session Channel Break
920 M. Bellare, T. Kohno, and C. Namprempre, The Secure Shell (SSH) Transport
923 B. Harris, Improved Arcfour Modes for the Secure Shell (SSH) Transport
[all …]
/trueos/contrib/bmake/
HDjob.h213 typedef struct Shell { struct
242 } Shell; argument
HDjob.c261 static Shell shells[] = {
324 static Shell *commandShell = &shells[DEFSHELL_INDEX]; /* this is the shell to
385 static Shell *JobMatchShell(const char *);
2352 static Shell *
2355 Shell *sh; in JobMatchShell()
2418 Shell newShell; in Job_ParseShell()
2420 Shell *sh; in Job_ParseShell()
2538 commandShell = bmake_malloc(sizeof(Shell)); in Job_ParseShell()
/trueos/cddl/contrib/dtracetoolkit/Examples/
HDsh_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.
HDsh_syscalls_example.txt3 This is a simple script to count Shell functions, built-ins, external command
5 Code/Shell/func_abc.sh.
HDsh_lines_example.txt4 example program, Code/Shell/func_slow.sh.
/trueos/usr.bin/vi/catalog/
HDru_RU.UTF-8.base279 289 "Shell расширения не поддерживаются пока установлена опция безопасного редактирования"
293 304 "Shell расширение не удалось"
/trueos/usr.bin/tip/tip/
HDcmds.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()
/trueos/crypto/openssh/contrib/suse/
HDrc.config.sshd2 # Start the Secure Shell (SSH) Daemon?
/trueos/release/picobsd/floppy.tree/etc/
HDmaster.passwd8 sshd:*:22:22::0:0:Secure Shell Daemon:/var/empty:/usr/sbin/nologin
/trueos/cddl/contrib/dtracetoolkit/
HDGuide72 Shell/ Scripts for tracing Shell languages
DREADME72 Shell/ Scripts for tracing Shell languages
/trueos/share/skel/
HDdot.profile3 # .profile - Bourne Shell startup script for login shells
/trueos/share/doc/psd/02.implement/
HDref.bib3 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell
/trueos/etc/
HDmaster.passwd13 sshd:*:22:22::0:0:Secure Shell Daemon:/var/empty:/usr/sbin/nologin
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDExprCXX.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 …]
/trueos/usr.sbin/bsdconfig/usermgmt/include/
HDmessages.subr110 msg_select_login_shell="Select Login Shell"
112 msg_shell="Shell"

1234