Home
last modified time | relevance | path

Searched refs:ushell (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_misc.c102 __aconst char *pswd, *ushell; in get_password() local
159 while (ushell = getusershell()) { in get_password()
160 if (!strcmp(ushell, localp.pw_shell)) { in get_password()
172 ushell = localp.pw_shell; in get_password()
173 if (strlen(ushell) < 2) in get_password()
175 ushell += strlen(ushell) - 2; in get_password()
176 if (strcmp(ushell, "sh")) in get_password()
/netbsd-src/usr.sbin/sysinst/
H A Dconfigmenu.c281 ushell = "/bin/csh"; in add_new_user()
286 ushell, username); in add_new_user()
289 "/usr/sbin/useradd -m -s %s %s", ushell, username); in add_new_user()
H A Dmenus.mi664 option "/bin/sh", exit, action { ushell = "/bin/sh";};
665 option "/bin/ksh", exit, action { ushell = "/bin/ksh";};
666 option "/bin/csh", exit, action { ushell = "/bin/csh";};
H A Dmain.c77 const char *ushell; variable
H A Ddefs.h604 extern const char *ushell;