Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/cmd/mailx/
H A Dpopen.c79 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 Dcmd4.c70 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 Dcmd3.c87 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 Dcollect.c888 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 Dservice-network-ssh.mf27 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 Dnetwork-ssh.mf28 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 Dnetwork-ssh-ssh-key.mf27 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 Dat.c137 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 Dcmds.c883 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 DPROMO.mm7 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 DREADME29 ACCT off Shell accounting.
136 The file sh.1 contains the troff (man) description of this Shell.
H A Dsh.memo11 .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 Dbuiltins.mm24 .OK Shell "Command interpreter" Language UNIX \" keyword
89 .I "POSIX \- Part 2: Shell and Utilities,"
/titanic_41/usr/src/cmd/bnu/
H A Dcu.c206 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 DDependencyCheck.txt123 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 DREADME60 3. Shell procedure sa2 will invoke sar command to generate
/titanic_41/usr/src/cmd/ssh/doc/
H A DCOPYING.Ylonen10 called by a name other than "ssh" or "Secure Shell".
H A DLICENCE17 * called by a name other than "ssh" or "Secure Shell".
/titanic_41/usr/src/cmd/refer/papers/
H A DRv7man81 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell
194 %T PWB/UNIX Shell Tutorial
H A DRbstjissue50 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell
/titanic_41/usr/src/cmd/cmd-inet/etc/
H A Dservices42 ssh 22/tcp # Secure Shell
/titanic_41/usr/src/cmd/sed/
H A DPOSIX5 Part 2: Shell and Utilities
/titanic_41/usr/src/cmd/make/bin/
H A Dmake.rules.file445 # Shell section.
/titanic_41/usr/src/lib/libsecdb/
H A Dauth_attr.txt156 solaris.smf.manage.ssh:::Manage Secure Shell Service States::help=SmfSshStates.html
/titanic_41/usr/src/cmd/lp/model/
H A Dstandard491 # Additional ``parameters'' are passed via Shell environment

12