HomeSort by relevance Sort by last modified time
    Searched refs:logoutstr (Results 1 - 7 of 7) sorted by null

  /external/syslinux/bios/com32/cmenu/
test.c 56 char logoutstr[30]; variable
237 strcpy(logoutstr,"<L>ogout ");
238 strcat(logoutstr,username);
239 mi->item = logoutstr; // Change item to read "Logout"
247 strcpy(logoutstr,"");
test2.c 56 char logoutstr[30]; variable
237 strcpy(logoutstr,"<L>ogout ");
238 strcat(logoutstr,username);
239 mi->item = logoutstr; // Change item to read "Logout"
247 strcpy(logoutstr,"");