Searched refs:ushell (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/usr.sbin/rpc.pcnfsd/ |
H A D | pcnfsd_misc.c | 102 __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 D | configmenu.c | 281 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 D | menus.mi | 664 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 D | main.c | 77 const char *ushell; variable
|
H A D | defs.h | 604 extern const char *ushell;
|