Searched refs:parse_command (Results 1 – 6 of 6) sorted by relevance
/third_party/alsa-utils/iecset/ |
D | iecset.c | 106 static void parse_command(int *parms, const char *c, const char *arg) in parse_command() function 157 parse_command(parms, cmd, arg); in parse_file() 408 parse_command(parms, argv[c], argv[c + 1]); in main()
|
/third_party/ffmpeg/libavfilter/ |
D | f_zmq.c | 94 static int parse_command(Command *cmd, const char *command_str, void *log_ctx) in parse_command() function 168 if (parse_command(&cmd, recv_buf, ctx) < 0) { in filter_frame()
|
D | f_sendcmd.c | 136 static int parse_command(Command *cmd, int cmd_count, int interval_count, in parse_command() function 234 if ((ret = parse_command(&cmd, cmd_count, interval_count, buf, log_ctx)) < 0) in parse_commands()
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | commands.c | 1204 static int parse_command(char *cmdline) in parse_command() function 1300 if (parse_command(cmdline) == CMD_ERROR) { in process_commands() 1306 parse_command(cmdline); in process_commands()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 574 static void parse_command(struct instance_data *instance_data, in parse_command() function 624 parse_command(instance_data, cmd, cmdpos, param, parampos); in process_char()
|
/third_party/libabigail/ |
D | ChangeLog | 2940 (parse_command): Parse the new --debug-dc option. 8616 (parse_command): Parse the new --self-check option. 27384 (parse_command): Parse the new --abidiff options. 31658 (parse_command): Parse the new --no-architecture command line
|