![]() |
MOS Source Code
|
Go to the source code of this file.
Functions | |
| bool | cmdline_parse_inplace (char *inbuf, size_t length, size_t cmdline_max, size_t *cmdlines_count, const char **cmdlines) |
| const char ** | cmdline_parse (char *inbuf, size_t length, const char **inargv, size_t *out_count) |
| mos::vector< mos::string > | cmdline_parse_vector (char *inbuf, size_t length) |
| void | string_unquote (char *str) |
| bool cmdline_parse_inplace | ( | char * | inbuf, |
| size_t | length, | ||
| size_t | cmdline_max, | ||
| size_t * | cmdlines_count, | ||
| const char ** | cmdlines ) |
Definition at line 95 of file cmdline.cpp.
Referenced by __mos_test_wrapped_test_multi_args_with_multiple_options(), __mos_test_wrapped_test_one_arg_with_an_option(), __mos_test_wrapped_test_one_arg_with_multiple_options(), __mos_test_wrapped_test_quotation_with_escaped_quotation_marks(), __mos_test_wrapped_test_quoted_args(), __mos_test_wrapped_test_quoted_args_with_spaces(), __mos_test_wrapped_test_quoted_args_with_spaces_and_commas(), __mos_test_wrapped_test_quoted_args_with_spaces_and_commas_and_equals(), __mos_test_wrapped_test_simple_cmdline(), and mos_cmdline_init().
| const char ** cmdline_parse | ( | char * | inbuf, |
| size_t | length, | ||
| const char ** | inargv, | ||
| size_t * | out_count ) |
Definition at line 100 of file cmdline.cpp.
Referenced by cmdline_parse_vector().
| mos::vector< mos::string > cmdline_parse_vector | ( | char * | inbuf, |
| size_t | length ) |
Definition at line 107 of file cmdline.cpp.
Referenced by MOS_SETUP().
| void string_unquote | ( | char * | str | ) |
Definition at line 121 of file cmdline.cpp.
Referenced by MOS_SETUP().