OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_PATH_BSHELL
(Results
1 - 25
of
42
) sorted by relevancy
1
2
/src/include/
paths.h
122
#define
_PATH_BSHELL
RESCUEDIR "/sh"
126
#define
_PATH_BSHELL
"/bin/sh"
/src/lib/libc/stdlib/
system.c
69
if (access(
_PATH_BSHELL
, X_OK) == 0)
118
error = posix_spawn(&pid,
_PATH_BSHELL
, NULL, &attr, __UNCONST(argp),
/src/lib/libc/gen/
execvp.c
136
memp[0] =
_PATH_BSHELL
;
139
(void)execve(
_PATH_BSHELL
, __UNCONST(memp), envp);
popen.c
212
execl(
_PATH_BSHELL
, "sh", "-c", "--", cmd, NULL);
wordexp.c
148
execle(
_PATH_BSHELL
, "sh", flags & WRDE_UNDEF ? "-u" : "+u",
getusershell.c
106
static const char *const okshells[] = {
_PATH_BSHELL
, _PATH_CSHELL, NULL };
/src/bin/rcp/
util.c
135
(void)execl(
_PATH_BSHELL
, "sh", "-c", s, NULL);
/src/lib/libutil/
ttyaction.c
93
argv[0] =
_PATH_BSHELL
;
/src/usr.bin/chpass/
field.c
229
if (!(pw->pw_shell = strdup(
_PATH_BSHELL
))) {
edit.c
114
*pw->pw_shell ? pw->pw_shell :
_PATH_BSHELL
);
123
*pw->pw_shell ? pw->pw_shell :
_PATH_BSHELL
);
/src/usr.bin/tip/
vars.c
43
static char path_bshell[] =
_PATH_BSHELL
;
/src/usr.sbin/chroot/
chroot.c
192
shell =
_PATH_BSHELL
;
/src/usr.bin/apply/
apply.c
216
shell =
_PATH_BSHELL
;
/src/usr.bin/newgrp/
newgrp.c
144
pwd->pw_shell = __UNCONST(
_PATH_BSHELL
);
/src/tests/include/
t_paths.c
112
{
_PATH_BSHELL
, PATH_FILE },
/src/bin/csh/
exec.c
301
#ifdef
_PATH_BSHELL
317
#ifdef
_PATH_BSHELL
csh.h
544
#ifdef
_PATH_BSHELL
csh.c
160
#ifdef
_PATH_BSHELL
220
#ifdef
_PATH_BSHELL
221
STR_BSHELL = SAVE(
_PATH_BSHELL
);
/src/usr.bin/su/
su.c
201
shell =
_PATH_BSHELL
;
311
shell =
_PATH_BSHELL
;
su_pam.c
195
shell =
_PATH_BSHELL
;
325
shell =
_PATH_BSHELL
;
/src/usr.bin/flock/
flock.c
161
__UNCONST(
_PATH_BSHELL
), __UNCONST("-c"), NULL, NULL
/src/libexec/rexecd/
rexecd.c
322
pwd->pw_shell = __UNCONST(
_PATH_BSHELL
);
/src/usr.bin/finger/
lprint.c
192
(void)printf("\tShell: %-s\n", *pn->shell ? pn->shell :
_PATH_BSHELL
);
/src/usr.bin/script/
script.c
319
shell =
_PATH_BSHELL
;
/src/usr.bin/login/
login_pam.c
572
pwd->pw_shell = __UNCONST(
_PATH_BSHELL
);
Completed in 23 milliseconds
1
2
Indexes created Thu Oct 16 14:10:15 GMT 2025