Home | History | Annotate | Download | only in cmenu

Lines Matching refs:username

50 char username[12]; // Name of user currently using the system
194 (isallowed(username,"editcmd") || isallowed(username,"root"))) {
225 csprint("Enter Username: ",0x07);
226 getstring(login, sizeof username);
236 strcpy(username,login);
238 strcat(logoutstr,username);
242 else strcpy(username,GUEST_USER);
246 strcpy(username,GUEST_USER);
265 if (isallowed(username,"root") || isallowed(username,perms)) // If allowed
348 strcpy(username,GUEST_USER);
522 ecmd = ( isallowed(username