Searched refs:shell (Results 26 - 50 of 72) sorted by relevance

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DShell.pm121 Shell - run shell commands transparently within perl
171 There seemed to be a problem where all arguments to a shell command were
196 and shell representation.
H A DCPAN.pm69 install make readme recompile shell test clean
88 #-> sub CPAN::shell ;
89 sub shell { subroutine
149 cpan shell -- CPAN exploration and modules installation (v%s%s)
210 # shell, but on the second command I see no
226 goto &shell;
489 # Called by shell, not in batch mode. In batch mode I see no risk in
491 # continually checked at runtime. In shell mode I suspect it is
492 # unintentional to open more than one shell at a time
1376 o conf [opt] set and query options q quit the cpan shell
[all...]
/osnet-11/usr/src/lib/nsswitch/ad/common/
H A Dgetpwnam.c58 const char *homedir, const char *shell)
70 argp->key.name, "x", uid, gid, gecos, homedir, shell) + 1;
75 name, domain, "x", uid, gid, gecos, homedir, shell) + 1;
93 argp->key.name, "x", uid, gid, gecos, homedir, shell);
96 name, domain, "x", uid, gid, gecos, homedir, shell);
255 /* Get gecos, homedirectory and shell information if available */
55 update_buffer(ad_backend_ptr be, nss_XbyY_args_t *argp, const char *name, const char *domain, uid_t uid, gid_t gid, const char *gecos, const char *homedir, const char *shell) argument
/osnet-11/usr/src/lib/libast/common/comp/
H A Dconf.sh46 shell=`eval 'x=123&&integer n=\${#x}\${x#1?}&&((n==330/(10)))&&echo ksh' 2>/dev/null`
218 *.h) case $shell in
873 case $shell in
1344 case $shell in
1379 case $shell in
1404 '0|'*) case $shell in
1411 case $shell in
1435 case $shell in
1467 case $shell in
1563 do case $shell i
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dshcomp.c25 * shell script to shell binary converter
32 "[+NAME?shcomp - compile a shell script]"
33 "[+DESCRIPTION?Unless \b-D\b is specified, \bshcomp\b takes a shell script, "
43 "standard output. If \ainfile\a is also omitted, the shell script "
61 #include <shell.h>
H A Dparse.c22 * UNIX shell
28 * This is the parser for a shell language
34 #include <shell.h>
317 * entry to shell parser
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dpopen.c110 static const char *shell = "sh"; local
202 argvec[0] = (char *)shell;
/osnet-11/usr/src/lib/brand/labeled/zone/
H A Dcommon.ksh339 read name pw uid gid descr home shell; do
343 printf "$fmtval" shell astring $shell
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Win95.pm29 Most of these make up for limitations in the Win9x command shell.
H A DMM_Any.pm656 shell quoting and escapes.
690 This will quote $text so it is interpreted literally in the shell.
708 this is the max size of a shell command line.
736 shell commands
H A DMM_Win32.pm126 The Win9x shell does not expand globs and I'll play it safe and assume
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL8 # generate. Metaconfig only looks for shell variables, so you
9 # have to mention them as if they were shell variables, not
736 quoted from interpretation by the shell using a backslash (just as with
743 quoted from interpretation by the shell using a backslash (just as with
780 quoted to avoid interpretation by the shell (just as with using
866 quoted from interpretation by the shell using a backslash (just as with
874 quoted from interpretation by the shell using a backslash (just as with
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DBasename.pm106 programmer compatibility with the Unix shell command basename(1).
116 value conforms to the behavior of the Unix shell command dirname(1). This
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Denum.c21 #include <shell.h>
56 "[+?\b\f?\f\b is built-in to the shell as a declaration command so that "
75 "used as input to the shell to recreate the current type of "
H A Dpoll_solaris.c22 #include <shell.h>
/osnet-11/usr/src/lib/libshell/common/data/
H A Dbuiltins.c22 #include <shell.h>
174 "contain a \b.\b that you assign a value in the current shell "
176 "[b?The shell writes a message to standard error as soon it detects that "
178 "[e?A simple command that has an non-zero exit status will cause the shell "
191 "[m?When enabled, the shell runs background jobs in a separate process "
195 "[n?The shell reads commands and checks for syntax errors, but does "
200 "that can be reinput to the shell to restore the settings. "
222 "[+ignoreeof?Prevents an interactive shell from exiting on "
264 "values when the shell was invoked. The \b-p\b option is on "
268 "[r?restricted. Enables restricted shell
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c233 char *name, *pass, *class, *gecos, *dir, *shell; local
245 name = pass = class = gecos = dir = shell = NULL;
354 shell = NULL;
355 if (getfield(&shell, 0, &p, fieldsep) == NULL) {
367 pw->pw_shell = shell;
388 if (shell != NULL) free(shell);
/osnet-11/usr/src/lib/libsqlite/
H A Dmain.mk92 $(TOP)/src/shell.c \
157 sqlite$(EXE): $(TOP)/src/shell.c libsqlite.a sqlite.h
158 $(TCCX) $(READLINE_FLAGS) -o sqlite$(EXE) $(TOP)/src/shell.c \
/osnet-11/usr/src/lib/libc/port/threads/
H A Dspawn.c387 static const char *shell = "sh"; local
405 * We may need to invoke the shell with a slightly modified
471 * the shell can't interpret it as an option
486 newargs[0] = (char *)shell;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.pm181 shell). NB: these semantics are significantly different from the
/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Dnssbase.py374 p = Popen(cmd, shell=True, bufsize=0, close_fds=True, \
654 p = Popen(umntcmd, shell=True, bufsize=0, close_fds=True, \
669 p = Popen(mntcmd, shell=True, bufsize=0, close_fds=True, \
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c3058 ** USERSHELLOK -- tell if a user's shell is ok for unrestricted use
3062 ** shell -- the user's shell from /etc/passwd
3066 ** false -- if the shell is restricted.
3085 "/bin/sh", /* standard shell */
3090 "/bin/csh", /* C shell */
3095 "/usr/bin/rsh", /* restricted Bourne shell */
3096 "/usr/bin/ksh", /* Korn shell */
3097 "/usr/bin/rksh", /* restricted Korn shell */
3099 "/usr/bin/keysh", /* key shell (extende
[all...]
/osnet-11/usr/src/lib/libshell/common/include/
H A Ddefs.h66 * Shscoped_t in <shell.h>
177 char *shname; /* shell name */ \
267 #include <shell.h>
271 /* error exits from various parts of shell */
297 #define SH_INIT 15 /* set when initializing the shell */
/osnet-11/usr/src/lib/libxcurses/h/
H A Dmks.h153 * default number of user file descriptors to be used in the shell
403 LEXTERN FILE *__m_popenvp (const char *mode, const char *shell,
/osnet-11/usr/src/grub/grub2/build-uefi64/
H A DMakefile4204 #am__append_2937 = grub-shell
4205 #am__append_2938 = grub-shell
4206 #am__append_2939 = tests/util/grub-shell.in
4207 #am__append_2940 = grub-shell
4208 #am__append_2941 = grub-shell
4209 #am__append_2942 = tests/util/grub-shell.in
4210 #am__append_2943 = grub-shell
4211 #am__append_2944 = grub-shell
4212 #am__append_2945 = tests/util/grub-shell.in
4213 #am__append_2946 = grub-shell
[all...]

Completed in 96 milliseconds

123