Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dexecvp.c186 (void) execve(_PATH_BSHELL, newargs, envp); in execvpe_int()
188 (void) execv(_PATH_BSHELL, newargs); in execvpe_int()
/illumos-gate/usr/src/head/
H A Dpaths.h45 #define _PATH_BSHELL "/usr/bin/sh" macro
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/cron/
H A Dat.c622 Shell = shell = _PATH_BSHELL; in copy()
/illumos-gate/usr/src/cmd/ed/
H A Ded.c1598 execlp(_PATH_BSHELL, "sh", "-c", curcmd, NULL); in unixcom()
2714 execlp(_PATH_BSHELL, "sh", "-c", string, (char *)0); in eopen()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c73 #ifndef _PATH_BSHELL
74 #define _PATH_BSHELL "/bin/sh" macro
1915 (void) execl(_PATH_BSHELL, "sh", "-t", 0); in getnextinput()