Searched defs:cmdstr (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/com32/elflink/ldlinux/
H A Dreadconfig.c645 static char *is_kernel_type(char *cmdstr, enum kernel_type *type) argument
652 if ((q = looking_at(cmdstr, *p))) {
661 static char *is_message_name(char *cmdstr, enum message_number *msgnr) argument
667 if ((q = looking_at(cmdstr, messages[i].name))) {
734 static char *is_fkey(char *cmdstr, int *fkeyno) argument
739 if ((cmdstr[0] | 0x20) != 'f')
742 no = strtoul(cmdstr + 1, &q, 10);
/external/syslinux/com32/menu/
H A Dreadconfig.c601 static char *is_kernel_type(char *cmdstr, enum kernel_type *type) argument
608 if ((q = looking_at(cmdstr, *p))) {
617 static char *is_message_name(char *cmdstr, enum message_number *msgnr) argument
623 if ((q = looking_at(cmdstr, messages[i].name))) {
632 static char *is_fkey(char *cmdstr, int *fkeyno) argument
637 if ((cmdstr[0] | 0x20) != 'f')
640 no = strtoul(cmdstr + 1, &q, 10);
/external/syslinux/com32/rosh/
H A Drosh.c255 * cmdstr Command for which help is requested
257 void rosh_help(int type, const char *cmdstr) argument
261 if ((cmdstr == NULL) || (strcmp(cmdstr, "") == 0)) {
265 switch (cmdstr[0]) {
273 printf(rosh_help_str_adv, cmdstr);
279 if (cmdstr)
280 printf("%s: %s: unknown command\n", APP_NAME, cmdstr);
288 * cmdstr Command being executed to cause error
291 void rosh_error(const int ierrno, const char *cmdstr, cons argument
335 rosh_argcat(char *cmdstr, const int cmdlen, const int argc, char *argv[], const int barg) argument
494 rosh_echo(const char *cmdstr) argument
1125 char cmdstr[ROSH_CMD_SZ]; local
1316 char cmdstr[ROSH_CMD_SZ]; local
1355 char cmdstr[ROSH_CMD_SZ]; local
[all...]

Completed in 120 milliseconds