| /trueos/include/ |
| HD | paths.h | 45 #define _PATH_BSHELL "/bin/sh" macro 116 #undef _PATH_BSHELL 117 #define _PATH_BSHELL "/rescue/sh" macro
|
| /trueos/crypto/heimdal/appl/ftp/ftp/ |
| HD | pathnames.h | 42 #ifndef _PATH_BSHELL 43 #define _PATH_BSHELL "/bin/sh" macro
|
| /trueos/crypto/heimdal/appl/su/ |
| HD | supaths.h | 43 #ifndef _PATH_BSHELL 44 #define _PATH_BSHELL "/bin/sh" macro
|
| /trueos/lib/libdpv/ |
| HD | util.h | 38 #ifdef _PATH_BSHELL 39 #define PATH_SHELL _PATH_BSHELL
|
| /trueos/crypto/heimdal/appl/ftp/ftpd/ |
| HD | pathnames.h | 48 #ifndef _PATH_BSHELL 49 #define _PATH_BSHELL "/bin/sh" macro
|
| /trueos/usr.sbin/cron/cron/ |
| HD | pathnames.h | 75 #ifndef _PATH_BSHELL 76 # define _PATH_BSHELL "/bin/sh" macro
|
| /trueos/crypto/heimdal/lib/roken/ |
| HD | getusershell.c | 64 #ifndef _PATH_BSHELL 65 #define _PATH_BSHELL "/bin/sh" macro 77 static char *okshells[] = { _PATH_BSHELL, _PATH_CSHELL, NULL };
|
| HD | roken-common.h | 143 #ifndef _PATH_BSHELL 144 #define _PATH_BSHELL "/bin/sh" macro
|
| /trueos/crypto/heimdal/appl/login/ |
| HD | login_locl.h | 102 #ifndef _PATH_BSHELL 103 #define _PATH_BSHELL "/bin/sh" macro
|
| HD | login.c | 129 shell, _PATH_BSHELL); in exec_shell() 130 execle(_PATH_BSHELL, "-sh", NULL, env); in exec_shell() 131 err(1, "%s", _PATH_BSHELL); in exec_shell()
|
| /trueos/contrib/opie/ |
| HD | opie_cfg.h | 125 #ifndef _PATH_BSHELL 126 #define _PATH_BSHELL "/bin/sh" macro
|
| /trueos/sbin/launchd/init/ |
| HD | init.c | 344 execv(_PATH_BSHELL, __DECONST(char *const *, argv)); in single_user() 345 syslog(LOG_ERR, "can't exec %s for single user: %m", _PATH_BSHELL); in single_user() 392 syslog(LOG_ERR, "can't fork for %s on %s: %m", _PATH_BSHELL, _PATH_RUNCOM); in runcom() 443 syslog(LOG_ERR, "execv(%s, %p)\n", _PATH_BSHELL, argv); in runcom() 444 err = execv(_PATH_BSHELL, argv); in runcom() 448 stall("can't exec %s for %s: %m", _PATH_BSHELL, _PATH_RUNCOM); in runcom() 483 _PATH_BSHELL, _PATH_RUNCOM); in runcom_callback()
|
| /trueos/contrib/tcsh/ |
| HD | pathnames.h | 139 #ifndef _PATH_BSHELL 140 # define _PATH_BSHELL "/bin/sh" macro
|
| /trueos/crypto/heimdal/appl/rsh/ |
| HD | rsh_locl.h | 119 #ifndef _PATH_BSHELL 120 #define _PATH_BSHELL "/bin/sh" macro
|
| /trueos/bin/launchctl/ |
| HD | launchctl.c | 483 execl(_PATH_BSHELL, "-sh", NULL); in do_single_user_mode2() 484 syslog(LOG_CRIT | LOG_CONSOLE, "can't exec %s for single user: %m\n", _PATH_BSHELL); in do_single_user_mode2() 529 syslog(LOG_ERR | LOG_CONSOLE, "can't fork for %s on %s: %m", _PATH_BSHELL, PATH_RUNCOM); in runcom() 566 execl(_PATH_BSHELL, "sh", PATH_RUNCOM, NULL); in runcom() 569 stall("can't exec %s for %s: %m", _PATH_BSHELL, PATH_RUNCOM); in runcom()
|
| /trueos/usr.bin/newgrp/ |
| HD | newgrp.c | 267 shell = _PATH_BSHELL; in loginshell() 308 shell = _PATH_BSHELL; in doshell()
|
| /trueos/usr.sbin/setpmac/ |
| HD | setpmac.c | 87 shell = _PATH_BSHELL; in main()
|
| /trueos/contrib/tnftp/ |
| HD | tnftp.h | 169 #if !defined(_PATH_BSHELL) 170 # define _PATH_BSHELL "/bin/sh" macro
|
| /trueos/usr.bin/chpass/ |
| HD | edit.c | 134 *pw->pw_shell ? pw->pw_shell : _PATH_BSHELL); in display() 152 *pw->pw_shell ? pw->pw_shell : _PATH_BSHELL); in display()
|
| /trueos/lib/libc/stdlib/ |
| HD | system.c | 83 execl(_PATH_BSHELL, "sh", "-c", command, (char *)NULL); in __libc_system()
|
| /trueos/bin/rcp/ |
| HD | util.c | 117 execl(_PATH_BSHELL, "sh", "-c", s, (char *)NULL); in susystem()
|
| /trueos/lib/libc/net/ |
| HD | rcmdsh.c | 148 rshprog = _PATH_BSHELL;
|
| /trueos/crypto/heimdal/appl/rcp/ |
| HD | util.c | 129 execl(_PATH_BSHELL, "sh", "-c", s, NULL);
|
| /trueos/usr.sbin/chroot/ |
| HD | chroot.c | 170 shell = _PATH_BSHELL; in main()
|
| /trueos/crypto/openssh/ |
| HD | defines.h | 383 #ifndef _PATH_BSHELL 384 # define _PATH_BSHELL "/bin/sh" macro
|