HomeSort by: relevance | last modified time | path
    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