Searched refs:shell (Results 1 - 25 of 72) sorted by relevance

123

/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dpluginlib_solaris.c24 SHLIB(shell)
H A Dumask.c35 #include <shell.h>
/osnet-11/usr/src/lib/libshell/common/
H A Dllib-lshell32 #include <shell.h>
/osnet-11/usr/src/grub/grub2/tests/
H A Dgrub_cmd_regexp.in21 v=`echo "$cmd" | @builddir@/grub-shell`
25 v=`echo "$cmd" | @builddir@/grub-shell`
29 v=`echo "$cmd" | @builddir@/grub-shell`
33 v=`echo "$cmd" | @builddir@/grub-shell`
37 v=`echo "$cmd" | @builddir@/grub-shell`
41 v=`echo "$cmd" | @builddir@/grub-shell`
H A Dgrub_script_blockarg.in27 v=`echo "$cmd" | @builddir@/grub-shell`
32 echo "$cmd" | @builddir@/grub-shell >$tmp
37 echo "$cmd" | @builddir@/grub-shell >$tmp
H A Dgrub_script_expansion.in20 disks=`echo ls | @builddir@/grub-shell`
21 other=`echo insmod regexp\; echo \* | @builddir@/grub-shell`
36 other=`echo insmod regexp\; echo '(*)' | @builddir@/grub-shell`
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Ddotsh.pl14 # This routine takes a shell script and 'dots' it into the current perl
23 # 'ShellScript' is the full name of the shell script to be dotted
25 # 'DependentVariable(s)' is an optional list of shell variables in the
27 # dependent upon. These variables MUST be defined using shell syntax.
36 local($tmp,$key,$shell,$command,$args,$vars) = '';
46 $shell = "$1 -c" if ($_ =~ /^\#\!\s*(\S+(\/sh|\/ksh|\/zsh|\/csh))\s*$/);
48 if (!$shell) {
50 $shell = "$ENV{'SHELL'} -c";
53 $shell = "/bin/sh -c";
57 open (_SH_ENV, "$shell \"
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dsuid_exec.c22 * This is a program to execute 'execute only' and suid/sgid shell scripts.
35 * user and group id correctly, and then exec the shell.
89 static char *shell; variable
236 shell = getenv("SHELL");
237 if(shell == 0 || !endsh(shell) || (
238 !in_dir("/bin",shell) &&
239 !in_dir("/usr/bin",shell) &&
240 !in_dir("/usr/lbin",shell) &&
241 !in_dir("/usr/local/bin",shell)))
253 endsh(register const char *shell) argument
271 in_dir(register const char *dir,register const char *shell) argument
[all...]
H A Dpmain.c22 #include <shell.h>
/osnet-11/usr/src/lib/libshell/common/data/
H A Dkeywords.c22 #include <shell.h>
27 * table of reserved words in shell language
H A Dvariables.c25 #include <shell.h>
32 * This is the list of built-in shell variables and default values
/osnet-11/usr/src/lib/libpp/common/
H A Dgentab.sh36 A1) shell=ksh
40 *) shell=bsh
68 do case $shell in
98 1:?*) case $shell in
179 *) case $shell in
207 case $shell in
219 1:?*) case $shell in
/osnet-11/usr/src/grub/grub-0.97/util/
H A Dgrub-md5-crypt.in39 --grub-shell=FILE use FILE as the grub shell
51 --grub-shell=*)
52 grub_shell=`echo "$option" | sed 's/--grub-shell=//'`
90 # Run the grub shell.
H A Dgrub-install.in68 --grub-shell=FILE use FILE as the grub shell
77 --root-directory, and uses the grub shell to install grub into the boot
242 --grub-shell=*)
243 grub_shell=`echo "$option" | sed 's/--grub-shell=//'` ;;
/osnet-11/usr/src/lib/libast/common/string/
H A Dfmtesc.c59 int shell; local
69 shell = 0;
75 shell = 1;
177 if (singlequote || shell)
183 if (shell)
202 else if (!spaced && !escaped && (isspace(c) || ((flags & FMT_SHELL) || shell) && (strchr("\";~&|()<>[]*?", c) || c == '#' && (b == f || isspace(*(b - 1))))))
210 buf += shell + !spaced;
/osnet-11/usr/src/grub/grub2/tests/util/
H A Dgrub-shell-tester.in41 Compares GRUB script output with BASH shell output.
48 $0 compares GRUB script output with BASH shell output and prints their
94 @builddir@/grub-shell --qemu-opts="${qemuopts}" --modules=${modules} ${source} >${outfile1}
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_rexd.c149 audit_rexd_fail(msg, hostname, user, uid, gid, shell, cmd)
155 char *shell; /* login shell of user requesting service */
229 audit_cmd[0] = shell;
268 audit_rexd_success(hostname, user, uid, gid, shell, cmd)
273 char *shell; /* login shell of user requesting service */
306 if (shell == NULL)
307 shell = empty;
347 audit_cmd[0] = shell;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dpwent.t115 my ($name,$passwd,$uid,$gid,$quota,$comment,$gcos,$home,$shell) = @n;
119 ($name,$passwd,$uid,$gid,$quota,$comment,$gcos,$home,$shell) = @n;
129 $shell eq $shell_s;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.t72 print "not " unless $pwent->shell eq $pwent[8];
H A Dpwent.pm63 shell => '$', # pwent[8]
165 $pw_shell = $pwob->shell ( $_[8] );
194 $real_shell = $pw->shell || '/bin/sh';
223 C<class>, C<gecos>, C<dir>, C<shell>, and C<expire>. The C<passwd>,
224 C<gecos>, and C<shell> fields are tainted when running in taint mode.
230 names. Thus, C<< $passwd_obj->shell >> corresponds to $pw_shell
267 capitalized login C<name>. The C<shell> field, if blank, must be
/osnet-11/usr/src/lib/libc/port/gen/
H A Dexecvp.c120 static const char *shell = "sh"; local
160 * the shell can't interpret it as an option
180 newargs[0] = (char *)shell;
/osnet-11/usr/src/lib/libshell/
H A DMakefile51 shell.h
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DNox.pm32 perl -MCPAN::Nox -e shell;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/
H A Dcpan17 # without arguments, starts CPAN shell
25 This script provides a command interface (not a shell) to CPAN.pm.
190 elsif( not $switch and not @ARGV ) { CPAN::shell(); exit 0; }
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dsystem.c131 static const char *shell = "sh"; local
164 * to fail if the shell cannot be executed, but rather cause
237 argv[0] = (char *)shell;

Completed in 92 milliseconds

123