| /onnv-gate/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()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| H A D | Shell.pm | 1 package Shell; package 34 $Shell::capture_stderr ||= 0; 161 If you set $Shell::capture_stderr to 1, the module will attempt to 164 If you set $Shell::capture_stderr to -1, the module will discard the
|
| H A D | Shell.t | 12 my $so = Shell->new; 19 $Shell::capture_stderr = 1; 38 $Shell::capture_stderr = 0;
|
| H A D | CPAN.pm | 80 CPAN::Shell->$l(@_); 201 eval { CPAN::Shell->$command(@line) }; 221 local($SIG{__WARN__}) = CPAN::Shell::paintdots_onreload(\$redef); 307 package CPAN::Shell; 309 @CPAN::Shell::ISA = qw(CPAN::Debug); 759 push @CPAN::Shell::ISA, CPAN::WAIT; 1349 package CPAN::Shell; 2078 $obj = CPAN::Shell->expandany($s); 2119 $obj = CPAN::Shell->expandany($s); 2983 CPAN::Shell->local_bundles; [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/ |
| H A D | cpan | 168 CPAN::Shell->autobundle; 176 CPAN::Shell->recompile; 195 die "CPAN.pm cannot $method!\n" unless CPAN::Shell->can( $method ); 199 CPAN::Shell->$method( $arg );
|
| /onnv-gate/usr/src/pkg/manifests/ |
| H A D | service-network-ssh.mf | 27 set name=pkg.description value="Secure Shell protocol Server" 48 legacy pkg=SUNWsshdr desc="Secure Shell protocol Server" \ 50 legacy pkg=SUNWsshdu desc="Secure Shell protocol Server" \
|
| H A D | network-ssh.mf | 28 value="Secure Shell protocol Client and associated Utilities" 51 desc="Secure Shell protocol Client and associated Utilities" \ 54 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" 39 legacy pkg=SUNWsshcu desc="Secure Shell protocol common Utilities" \
|
| /onnv-gate/usr/src/cmd/cron/ |
| H A D | at.c | 137 static char *Shell; variable 409 fprintf(stderr, gettext(WARNSHELL), Shell); in main() 594 Shell = shell = "/bin/csh"; in copy() 596 Shell = shell = "/bin/ksh"; in copy() 599 Shell = shell = "/bin/sh"; in copy() 601 } else if (((Shell = val = getenv("SHELL")) != NULL) && in copy() 610 Shell = shell = "/usr/xpg4/bin/sh"; in copy() 612 Shell = shell = "/bin/sh"; in copy()
|
| /onnv-gate/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()
|
| /onnv-gate/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.
|
| /onnv-gate/usr/src/cmd/java/ |
| H A D | default_java | 28 # Shell syntax.
|
| /onnv-gate/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) {
|
| /onnv-gate/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
|
| /onnv-gate/usr/src/cmd/sa/ |
| H A D | README | 60 3. Shell procedure sa2 will invoke sar command to generate
|
| /onnv-gate/usr/src/cmd/ssh/doc/ |
| H A D | COPYING.Ylonen | 10 called by a name other than "ssh" or "Secure Shell".
|
| /onnv-gate/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
|
| /onnv-gate/usr/src/cmd/cmd-inet/etc/ |
| H A D | services | 39 ssh 22/tcp # Secure Shell
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | configpm | 458 Shell variables from the F<config.sh> file (written by Configure) are
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perl584delta.pod | 113 =item Shell
|