Home
last modified time | relevance | path

Searched refs:_PATH_BSHELL (Results 1 – 14 of 14) sorted by relevance

/titanic_44/usr/src/head/
H A Dpaths.h45 #define _PATH_BSHELL "/usr/bin/sh" macro
/titanic_44/usr/src/cmd/ssh/include/
H A Ddefines.h327 #ifndef _PATH_BSHELL
328 #define _PATH_BSHELL "/bin/sh" macro
/titanic_44/usr/src/lib/libc/port/gen/
H A Dexecvp.c178 (void) execv(_PATH_BSHELL, newargs); in execvp()
/titanic_44/usr/src/lib/libc/port/stdio/
H A Dsystem.c128 const char *shpath = _PATH_BSHELL; in system()
H A Dpopen.c93 const char *shpath = _PATH_BSHELL; in popen()
/titanic_44/usr/src/lib/libc/port/threads/
H A Dspawn.c495 (void) execve(_PATH_BSHELL, newargs, envp); in posix_spawnp()
902 const char *shpath = _PATH_BSHELL; in posix_spawn_pipe_np()
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dsession.c1187 shell, _PATH_BSHELL, _PATH_SSH_USER_RC); in do_rc_files()
1201 fprintf(stderr, "Running %s %s\n", _PATH_BSHELL, in do_rc_files()
1203 f = popen(_PATH_BSHELL " " _PATH_SSH_SYSTEM_RC, "w"); in do_rc_files()
1378 shell = (pw->pw_shell[0] == '\0') ? _PATH_BSHELL : pw->pw_shell; in do_child()
H A Dauth.c140 shell = (pw->pw_shell[0] == '\0') ? _PATH_BSHELL : pw->pw_shell; in allowed_user()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c149 argv[0] = _PATH_BSHELL; in ssh_proxy_connect()
/titanic_44/usr/src/cmd/cron/
H A Dat.c606 Shell = shell = _PATH_BSHELL; in copy()
/titanic_44/usr/src/cmd/ed/
H A Ded.c1583 execlp(_PATH_BSHELL, "sh", "-c", curcmd, (char *)0); in unixcom()
2693 execlp(_PATH_BSHELL, "sh", "-c", string, (char *)0); in eopen()
/titanic_44/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c83 #ifndef _PATH_BSHELL
84 #define _PATH_BSHELL "/bin/sh" macro
1925 (void) execl(_PATH_BSHELL, "sh", "-t", 0); in getnextinput()
/titanic_44/usr/src/cmd/ssh/sftp/
H A Dsftp.c249 shell = _PATH_BSHELL; in local_do_shell()
/titanic_44/usr/src/cmd/ssh/doc/
H A DChangeLog831 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen