Go to the source code of this file.
Typedefs | |
| typedef L4_CV void(* | parse_cmd_fn_t )(int) |
| Function type for PARSE_CMD_FN. | |
| typedef L4_CV void(* | parse_cmd_fn_arg_t )(int, const char *, int) |
| Function type for PARSE_CMD_FN_ARG. | |
Enumerations | |
| enum | parse_cmd_type { PARSE_CMD_INT, PARSE_CMD_SWITCH, PARSE_CMD_STRING, PARSE_CMD_FN, PARSE_CMD_FN_ARG, PARSE_CMD_INC, PARSE_CMD_DEC } |
| Types for parsing. | |
Functions | |
| L4_CV int | parse_cmdline (int *argc, const char ***argv, char arg0,...) |
| Parse the command-line for specified arguments and store the values into variables. | |
| L4_CV int | parse_cmdlinev (int *argc, const char ***argv, char arg0, va_list va) |
| L4_CV int | parse_cmdline_extra (const char *argv0, const char *line, char delim, char arg0,...) |
Definition in file parse_cmd.h.