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

  /external/syslinux/bios/com32/cmenu/
test.c 46 // for local commands. return value of execdotcmd
93 t_dotcmd execdotcmd(const char *cmd, char *defcmd, const char *kerargs) function
155 c = execdotcmd(cmd,".wait",NULL);
345 t_dotcmd dotrv; // to store the return value of execdotcmd
437 dotrv = execdotcmd(skipcmd,".beep%.exit",NULL); // Worst case we beep and exit
458 dotrv = execdotcmd(onerrcmd,".quit",ecmd); // pass bad cmdline as arg
466 dotrv = execdotcmd(ecmd,".repeat",NULL);
test2.c 46 // for local commands. return value of execdotcmd
93 t_dotcmd execdotcmd(const char *cmd, char *defcmd, const char *kerargs) function
155 c = execdotcmd(cmd,".wait",NULL);
345 t_dotcmd dotrv; // to store the return value of execdotcmd
494 dotrv = execdotcmd(skipcmd,".beep%.exit",NULL); // Worst case we beep and exit
515 dotrv = execdotcmd(onerrcmd,".quit",ecmd); // pass bad cmdline as arg
523 dotrv = execdotcmd(ecmd,".repeat",NULL);
  /external/syslinux/efi32/com32/cmenu/
test.c 46 // for local commands. return value of execdotcmd
93 t_dotcmd execdotcmd(const char *cmd, char *defcmd, const char *kerargs) function
155 c = execdotcmd(cmd,".wait",NULL);
345 t_dotcmd dotrv; // to store the return value of execdotcmd
437 dotrv = execdotcmd(skipcmd,".beep%.exit",NULL); // Worst case we beep and exit
458 dotrv = execdotcmd(onerrcmd,".quit",ecmd); // pass bad cmdline as arg
466 dotrv = execdotcmd(ecmd,".repeat",NULL);
test2.c 46 // for local commands. return value of execdotcmd
93 t_dotcmd execdotcmd(const char *cmd, char *defcmd, const char *kerargs) function
155 c = execdotcmd(cmd,".wait",NULL);
345 t_dotcmd dotrv; // to store the return value of execdotcmd
494 dotrv = execdotcmd(skipcmd,".beep%.exit",NULL); // Worst case we beep and exit
515 dotrv = execdotcmd(onerrcmd,".quit",ecmd); // pass bad cmdline as arg
523 dotrv = execdotcmd(ecmd,".repeat",NULL);
  /external/syslinux/efi64/com32/cmenu/
test.c 46 // for local commands. return value of execdotcmd
93 t_dotcmd execdotcmd(const char *cmd, char *defcmd, const char *kerargs) function
155 c = execdotcmd(cmd,".wait",NULL);
345 t_dotcmd dotrv; // to store the return value of execdotcmd
437 dotrv = execdotcmd(skipcmd,".beep%.exit",NULL); // Worst case we beep and exit
458 dotrv = execdotcmd(onerrcmd,".quit",ecmd); // pass bad cmdline as arg
466 dotrv = execdotcmd(ecmd,".repeat",NULL);
test2.c 46 // for local commands. return value of execdotcmd
93 t_dotcmd execdotcmd(const char *cmd, char *defcmd, const char *kerargs) function
155 c = execdotcmd(cmd,".wait",NULL);
345 t_dotcmd dotrv; // to store the return value of execdotcmd
494 dotrv = execdotcmd(skipcmd,".beep%.exit",NULL); // Worst case we beep and exit
515 dotrv = execdotcmd(onerrcmd,".quit",ecmd); // pass bad cmdline as arg
523 dotrv = execdotcmd(ecmd,".repeat",NULL);

Completed in 2251 milliseconds