Searched refs:command0 (Results 1 - 2 of 2) sorted by relevance
/third_party/alsa-utils/alsactl/ |
H A D | init_utils_run.c | 26 const char *command0, char *result, 31 const char *command0, char *result, in run_program0() 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() 30 run_program0(struct space *space, const char *command0, char *result, size_t ressize, size_t *reslen, int log) run_program0() argument
|
H A D | init_parse.c | 1244 const char *command0, char *result, in run_program1() 1248 if (strncmp(command0, "__ctl_search", 12) == 0) { in run_program1() 1254 if (strncmp(command0, "__ctl_count", 11) == 0) { in run_program1() 1261 Perror(space, "unknown buildin command '%s'", command0); in run_program1() 1243 run_program1(struct space *space, const char *command0, char *result, size_t ressize, size_t *reslen ATTRIBUTE_UNUSED, int log ATTRIBUTE_UNUSED) run_program1() argument
|
Completed in 3 milliseconds