Home | Sort by: relevance | last modified time | path |
/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 * |