Home
last modified time | relevance | path

Searched refs:command0 (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-utils/alsactl/
Dinit_utils_run.c26 const char *command0, char *result,
31 const char *command0, char *result, in run_program0() argument
46 strlcpy(arg, command0, sizeof(arg)); in run_program0()
69 info("'%s'", command0); in run_program0()
241 int run_program(struct space *space, const char *command0, char *result, in run_program() argument
244 if (command0[0] == '_' && command0[1] == '_') in run_program()
245 return run_program1(space, command0, result, ressize, reslen, log); in run_program()
246 return run_program0(space, command0, result, ressize, reslen, log); in run_program()
Dinit_parse.c1244 const char *command0, char *result, in run_program1() argument
1247 if (strncmp(command0, "__ctl_search", 12) == 0) { in run_program1()
1253 if (strncmp(command0, "__ctl_count", 11) == 0) { in run_program1()
1260 Perror(space, "unknown buildin command '%s'", command0); in run_program1()