Searched refs:exitcmd (Results 1 - 6 of 6) sorted by relevance

/external/syslinux/bios/com32/cmenu/
H A Dtest.c336 char exitcmd[MAX_CMD_LINE_LENGTH]; local
355 strcpy(exitcmd,".exit");
357 // If not specified exitcmdroot = exitcmd
358 if (exitcmdroot[0] == '\0') strcpy(exitcmdroot,exitcmd);
465 ecmd = ( isallowed(username,"root") ? exitcmdroot : exitcmd);
H A Dtest2.c336 char exitcmd[MAX_CMD_LINE_LENGTH]; local
355 strcpy(exitcmd,".exit");
357 // If not specified exitcmdroot = exitcmd
358 if (exitcmdroot[0] == '\0') strcpy(exitcmdroot,exitcmd);
522 ecmd = ( isallowed(username,"root") ? exitcmdroot : exitcmd);
/external/syslinux/efi32/com32/cmenu/
H A Dtest.c336 char exitcmd[MAX_CMD_LINE_LENGTH]; local
355 strcpy(exitcmd,".exit");
357 // If not specified exitcmdroot = exitcmd
358 if (exitcmdroot[0] == '\0') strcpy(exitcmdroot,exitcmd);
465 ecmd = ( isallowed(username,"root") ? exitcmdroot : exitcmd);
H A Dtest2.c336 char exitcmd[MAX_CMD_LINE_LENGTH]; local
355 strcpy(exitcmd,".exit");
357 // If not specified exitcmdroot = exitcmd
358 if (exitcmdroot[0] == '\0') strcpy(exitcmdroot,exitcmd);
522 ecmd = ( isallowed(username,"root") ? exitcmdroot : exitcmd);
/external/syslinux/efi64/com32/cmenu/
H A Dtest.c336 char exitcmd[MAX_CMD_LINE_LENGTH]; local
355 strcpy(exitcmd,".exit");
357 // If not specified exitcmdroot = exitcmd
358 if (exitcmdroot[0] == '\0') strcpy(exitcmdroot,exitcmd);
465 ecmd = ( isallowed(username,"root") ? exitcmdroot : exitcmd);
H A Dtest2.c336 char exitcmd[MAX_CMD_LINE_LENGTH]; local
355 strcpy(exitcmd,".exit");
357 // If not specified exitcmdroot = exitcmd
358 if (exitcmdroot[0] == '\0') strcpy(exitcmdroot,exitcmd);
522 ecmd = ( isallowed(username,"root") ? exitcmdroot : exitcmd);

Completed in 921 milliseconds