| /trueos/usr.bin/make/ |
| HD | shell.c | 116 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 …]
|
| HD | shell.h | 60 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/ |
| HD | openssh.spec | 39 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/ |
| HD | Readme | 1 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/ |
| HD | set13 | 8 5 %S: Befehl in Shell eingebaut.\n 12 9 %S ist ein eingebauter Shell-Befehl\n
|
| HD | set1 | 36 33 Keine Jobkontrolle in dieser Shell 75 72 Nicht in einer Login-Shell 79 76 Kann Login-Shell (noch) nicht anhalten
|
| HD | set11 | 5 2 Daher keine Job Control in dieser Shell.\n
|
| /trueos/crypto/openssh/ |
| HD | FREEBSD-tricks | 3 # Shell code to remove FreeBSD tags before merging 9 # Shell + Perl code to add FreeBSD tags wherever an OpenBSD or Id tag occurs
|
| HD | ssh.0 | 896 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/ |
| HD | job.h | 213 typedef struct Shell { struct 242 } Shell; argument
|
| HD | job.c | 261 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/ |
| HD | sh_stat_example.txt | 1 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.
|
| HD | sh_syscalls_example.txt | 3 This is a simple script to count Shell functions, built-ins, external command 5 Code/Shell/func_abc.sh.
|
| HD | sh_lines_example.txt | 4 example program, Code/Shell/func_slow.sh.
|
| /trueos/usr.bin/vi/catalog/ |
| HD | ru_RU.UTF-8.base | 279 289 "Shell расширения не поддерживаются пока установлена опция безопасного редактирования" 293 304 "Shell расширение не удалось"
|
| /trueos/usr.bin/tip/tip/ |
| HD | cmds.c | 926 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/ |
| HD | rc.config.sshd | 2 # Start the Secure Shell (SSH) Daemon?
|
| /trueos/release/picobsd/floppy.tree/etc/ |
| HD | master.passwd | 8 sshd:*:22:22::0:0:Secure Shell Daemon:/var/empty:/usr/sbin/nologin
|
| /trueos/cddl/contrib/dtracetoolkit/ |
| HD | Guide | 72 Shell/ Scripts for tracing Shell languages
|
| D | README | 72 Shell/ Scripts for tracing Shell languages
|
| /trueos/share/skel/ |
| HD | dot.profile | 3 # .profile - Bourne Shell startup script for login shells
|
| /trueos/share/doc/psd/02.implement/ |
| HD | ref.bib | 3 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell
|
| /trueos/etc/ |
| HD | master.passwd | 13 sshd:*:22:22::0:0:Secure Shell Daemon:/var/empty:/usr/sbin/nologin
|
| /trueos/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | ExprCXX.h | 195 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/ |
| HD | messages.subr | 110 msg_select_login_shell="Select Login Shell" 112 msg_shell="Shell"
|