Searched refs:cmdline_parse (Results 1 – 7 of 7) sorted by relevance
6 'cmdline_parse.c',17 'cmdline_parse.h',
155 int cmdline_parse(struct cmdline *cl, const char *buf);
37 cmdline_parse;
31 ret = cmdline_parse(cl, buf); in cmdline_valid_buffer()
191 cmdline_parse(struct cmdline *cl, const char * buf) in cmdline_parse() function
60 if (cmdline_parse(NULL, "buffer") >= 0) in test_cmdline_parse_fns()62 if (cmdline_parse(cl, NULL) >= 0) in test_cmdline_parse_fns()
510 if (cmdline_parse(cl, str) < 0) { in parse_cfg_file()