Searched defs:shell (Results 1 - 9 of 9) sorted by relevance

/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/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;
H A Dpopen.c110 static const char *shell = "sh"; local
202 argvec[0] = (char *)shell;
/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/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...]
/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/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/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/cmd/perl/5.8.4/distrib/lib/
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...]

Completed in 39 milliseconds