/titanic_41/usr/src/cmd/mailx/ |
H A D | popen.c | 79 char *Shell, *value(char *); in npopen() local 81 if ((Shell = value("SHELL")) == NULL || *Shell=='\0') in npopen() 83 Shell = "/bin/sh"; in npopen() 85 Shell = "/usr/bin/sh"; in npopen() 100 (void) execlp(Shell, Shell, "-c", cmd, (char *)0); in npopen() 101 perror(Shell); in npopen()
|
H A D | cmd4.c | 70 char *Shell; in dopipe() local 116 if ((Shell = value("SHELL")) == NOSTR || *Shell=='\0') in dopipe() 117 Shell = SHELL; in dopipe() 118 execlp(Shell, Shell, "-c", cmd, 0); in dopipe() 119 perror(Shell); in dopipe()
|
H A D | cmd3.c | 87 char *Shell; in shell1() local 93 if ((Shell = value("SHELL")) == NOSTR || *Shell=='\0') in shell1() 94 Shell = SHELL; in shell1() 104 execlp(Shell, Shell, "-c", cmd, (char *)0); in shell1() 105 perror(Shell); in shell1() 132 char *Shell; in dosh() local 134 if ((Shell = value("SHELL")) == NOSTR || *Shell=='\0') in dosh() 135 Shell = SHELL; in dosh() 145 execlp(Shell, Shell, (char *)0); in dosh() 146 perror(Shell); in dosh()
|
H A D | collect.c | 888 char *Shell; in mesedit() local 898 if ((Shell = value("SHELL")) == NULL || *Shell=='\0') in mesedit() 899 Shell = SHELL; in mesedit() 900 execlp(Shell, Shell, "-c", ecmd, NULL); in mesedit() 1002 char *Shell; in mespipe() local 1020 if ((Shell = value("SHELL")) == NULL || *Shell=='\0') in mespipe() 1021 Shell = SHELL; in mespipe() 1039 execlp(Shell, Shell, "-c", cmd, (char *)0); in mespipe() 1040 perror(Shell); in mespipe()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | service-network-ssh.mf | 27 set name=pkg.description value="Secure Shell protocol Server" 54 legacy pkg=SUNWsshdr desc="Secure Shell protocol Server" \ 56 legacy pkg=SUNWsshdu desc="Secure Shell protocol Server" \
|
H A D | network-ssh.mf | 28 value="Secure Shell protocol Client and associated Utilities" 62 desc="Secure Shell protocol Client and associated Utilities" \ 65 desc="Secure Shell protocol Client and associated Utilities" \
|
H A D | network-ssh-ssh-key.mf | 27 set name=pkg.description value="Secure Shell protocol common Utilities" 44 legacy pkg=SUNWsshcu desc="Secure Shell protocol common Utilities" \
|
/titanic_41/usr/src/cmd/cron/ |
H A D | at.c | 137 static char *Shell; variable 409 fprintf(stderr, gettext(WARNSHELL), Shell); in main() 591 Shell = shell = "/bin/csh"; in copy() 593 Shell = shell = "/bin/ksh"; in copy() 596 Shell = shell = "/bin/sh"; in copy() 598 } else if (((Shell = val = getenv("SHELL")) != NULL) && in copy() 606 Shell = shell = _PATH_BSHELL; in copy()
|
/titanic_41/usr/src/cmd/tip/ |
H A D | cmds.c | 883 char *cp, *Shell; in expand() local 895 Shell = value(SHELL); in expand() 896 if (Shell == NOSTR) in expand() 897 Shell = "/bin/sh"; in expand() 903 (void) execl(Shell, Shell, "-c", cmdbuf, 0); in expand()
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | PROMO.mm | 7 which is upward compatible with "sh" (the Bourne Shell), 8 and is intended to conform to the IEEE P1003.2/ISO 9945.2 Shell and 87 Shell Functions and Aliases: Two mechanisms - functions and 138 "Compatibility with the Bourne Shell" and a manual page and a
|
H A D | README | 29 ACCT off Shell accounting. 136 The file sh.1 contains the troff (man) description of this Shell.
|
H A D | sh.memo | 11 .OK Shell "Command interpreter" Language UNIX \" keyword 26 Shell," 33 .I "POSIX \- Part 2: Shell and Utilities," 96 .IR "An Introduction to the UNIX Shell" , 105 .IR "An Introduction to the C Shell" , 120 The C Shell is available with all Berkeley Software Distribution (BSD) UNIX systems and on many oth… 133 .IR "The Korn Shell: An Emerging Standard" , 141 .IR "Proficiency and Power are Yours With the Korn Shell" , 197 .IR "WKSH - Korn Shell with X-Windows Support", 1198 .H 2 "Shell Parameters and Variables" [all …]
|
H A D | builtins.mm | 24 .OK Shell "Command interpreter" Language UNIX \" keyword 89 .I "POSIX \- Part 2: Shell and Utilities,"
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | cu.c | 206 Shell; /* pid for escape process */ variable 907 Shell = fk; 963 Shell = 0; 1592 if ( Shell > 0 ) 1593 while ((obit = wait(&status)) != Shell) {
|
/titanic_41/usr/src/tools/depcheck/ |
H A D | DependencyCheck.txt | 123 C. Shell scripts 125 Shell scripts are parsed to remove comments and break the script into tokens
|
/titanic_41/usr/src/cmd/sa/ |
H A D | README | 60 3. Shell procedure sa2 will invoke sar command to generate
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | COPYING.Ylonen | 10 called by a name other than "ssh" or "Secure Shell".
|
H A D | LICENCE | 17 * called by a name other than "ssh" or "Secure Shell".
|
/titanic_41/usr/src/cmd/refer/papers/ |
H A D | Rv7man | 81 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell 194 %T PWB/UNIX Shell Tutorial
|
H A D | Rbstjissue | 50 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell
|
/titanic_41/usr/src/cmd/cmd-inet/etc/ |
H A D | services | 42 ssh 22/tcp # Secure Shell
|
/titanic_41/usr/src/cmd/sed/ |
H A D | POSIX | 5 Part 2: Shell and Utilities
|
/titanic_41/usr/src/cmd/make/bin/ |
H A D | make.rules.file | 445 # Shell section.
|
/titanic_41/usr/src/lib/libsecdb/ |
H A D | auth_attr.txt | 156 solaris.smf.manage.ssh:::Manage Secure Shell Service States::help=SmfSshStates.html
|
/titanic_41/usr/src/cmd/lp/model/ |
H A D | standard | 491 # Additional ``parameters'' are passed via Shell environment
|