OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ushell
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.sbin/rpc.pcnfsd/
pcnfsd_misc.c
102
__aconst char *pswd, *
ushell
;
local
159
while (
ushell
= getusershell()) {
160
if (!strcmp(
ushell
, localp.pw_shell)) {
172
ushell
= localp.pw_shell;
173
if (strlen(
ushell
) < 2)
175
ushell
+= strlen(
ushell
) - 2;
176
if (strcmp(
ushell
, "sh"))
/src/usr.sbin/sysinst/
configmenu.c
302
ushell
= "/bin/csh";
307
ushell
, username);
310
"/usr/sbin/useradd -m -s %s %s",
ushell
, username);
menus.mi
685
option "/bin/sh", exit, action {
ushell
= "/bin/sh";};
686
option "/bin/ksh", exit, action {
ushell
= "/bin/ksh";};
687
option "/bin/csh", exit, action {
ushell
= "/bin/csh";};
main.c
77
const char *
ushell
;
variable
defs.h
604
extern const char *
ushell
;
Completed in 21 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026