/src/usr.sbin/rpc.pcnfsd/ |
pcnfsd_misc.c | 102 __aconst char *pswd, *ushell; local in function:get_password 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 | 284 ushell = "/bin/csh"; 289 ushell, username); 292 "/usr/sbin/useradd -m -s %s %s", ushell, username);
|
menus.mi | 673 option "/bin/sh", exit, action { ushell = "/bin/sh";}; 674 option "/bin/ksh", exit, action { ushell = "/bin/ksh";}; 675 option "/bin/csh", exit, action { ushell = "/bin/csh";};
|
main.c | 77 const char *ushell; variable in typeref:typename:const char *
|
defs.h | 604 extern const char *ushell;
|