HomeSort by: relevance | last modified time | path
    Searched defs:ushell (Results 1 - 4 of 4) sorted by relevancy

  /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"))
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/
main.c 77 const char *ushell; variable in typeref:typename:const char *
main.c 77 const char *ushell; variable in typeref:typename:const char *

Completed in 40 milliseconds