MOS Source Code
Loading...
Searching...
No Matches
cmdline.h File Reference
#include <mos/types.h>
+ Include dependency graph for cmdline.h:
+ This graph shows which files directly or indirectly include this file:

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 (const char **inargv, char *inbuf, size_t length, size_t *out_count)
 
void string_unquote (char *str)
 

Function Documentation

◆ cmdline_parse_inplace()

◆ cmdline_parse()

const char ** cmdline_parse ( const char ** inargv,
char * inbuf,
size_t length,
size_t * out_count )

Definition at line 98 of file cmdline.c.

Referenced by MOS_SETUP().

+ Here is the call graph for this function:

◆ string_unquote()

void string_unquote ( char * str)

Definition at line 107 of file cmdline.c.

Referenced by MOS_SETUP().

+ Here is the call graph for this function: