Home
last modified time | relevance | path

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

123

/trueos/include/
HDpaths.h45 #define _PATH_BSHELL "/bin/sh" macro
116 #undef _PATH_BSHELL
117 #define _PATH_BSHELL "/rescue/sh" macro
/trueos/crypto/heimdal/appl/ftp/ftp/
HDpathnames.h42 #ifndef _PATH_BSHELL
43 #define _PATH_BSHELL "/bin/sh" macro
/trueos/crypto/heimdal/appl/su/
HDsupaths.h43 #ifndef _PATH_BSHELL
44 #define _PATH_BSHELL "/bin/sh" macro
/trueos/lib/libdpv/
HDutil.h38 #ifdef _PATH_BSHELL
39 #define PATH_SHELL _PATH_BSHELL
/trueos/crypto/heimdal/appl/ftp/ftpd/
HDpathnames.h48 #ifndef _PATH_BSHELL
49 #define _PATH_BSHELL "/bin/sh" macro
/trueos/usr.sbin/cron/cron/
HDpathnames.h75 #ifndef _PATH_BSHELL
76 # define _PATH_BSHELL "/bin/sh" macro
/trueos/crypto/heimdal/lib/roken/
HDgetusershell.c64 #ifndef _PATH_BSHELL
65 #define _PATH_BSHELL "/bin/sh" macro
77 static char *okshells[] = { _PATH_BSHELL, _PATH_CSHELL, NULL };
HDroken-common.h143 #ifndef _PATH_BSHELL
144 #define _PATH_BSHELL "/bin/sh" macro
/trueos/crypto/heimdal/appl/login/
HDlogin_locl.h102 #ifndef _PATH_BSHELL
103 #define _PATH_BSHELL "/bin/sh" macro
HDlogin.c129 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/
HDopie_cfg.h125 #ifndef _PATH_BSHELL
126 #define _PATH_BSHELL "/bin/sh" macro
/trueos/sbin/launchd/init/
HDinit.c344 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/
HDpathnames.h139 #ifndef _PATH_BSHELL
140 # define _PATH_BSHELL "/bin/sh" macro
/trueos/crypto/heimdal/appl/rsh/
HDrsh_locl.h119 #ifndef _PATH_BSHELL
120 #define _PATH_BSHELL "/bin/sh" macro
/trueos/bin/launchctl/
HDlaunchctl.c483 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/
HDnewgrp.c267 shell = _PATH_BSHELL; in loginshell()
308 shell = _PATH_BSHELL; in doshell()
/trueos/usr.sbin/setpmac/
HDsetpmac.c87 shell = _PATH_BSHELL; in main()
/trueos/contrib/tnftp/
HDtnftp.h169 #if !defined(_PATH_BSHELL)
170 # define _PATH_BSHELL "/bin/sh" macro
/trueos/usr.bin/chpass/
HDedit.c134 *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/
HDsystem.c83 execl(_PATH_BSHELL, "sh", "-c", command, (char *)NULL); in __libc_system()
/trueos/bin/rcp/
HDutil.c117 execl(_PATH_BSHELL, "sh", "-c", s, (char *)NULL); in susystem()
/trueos/lib/libc/net/
HDrcmdsh.c148 rshprog = _PATH_BSHELL;
/trueos/crypto/heimdal/appl/rcp/
HDutil.c129 execl(_PATH_BSHELL, "sh", "-c", s, NULL);
/trueos/usr.sbin/chroot/
HDchroot.c170 shell = _PATH_BSHELL; in main()
/trueos/crypto/openssh/
HDdefines.h383 #ifndef _PATH_BSHELL
384 # define _PATH_BSHELL "/bin/sh" macro

123