Lines Matching defs:command

17  *  command line tool and file parser was kindly sponsored by 
101 if (context->command)
102 printf("Usage: %s <options> [command]\n", context->command);
116 " list IDENTIFIER list command, for items with value + comment\n"
117 " list1 IDENTIFIER list command, for items without comments\n"
210 context->command, snd_strerror(err));
225 fprintf(stderr, "%s: empty card name\n", context->command);
233 context->command, context->card, snd_strerror(err));
250 fprintf(stderr, "%s: command '%s' requires an open card\n",
251 context->command, cmd->id);
266 context->command, context->card,
276 context->command, context->card,
286 context->command, context->card,
296 context->command,
331 context->command, argv[0],
352 context->command, argv[0], argv[1],
363 context->command, argv[0],
379 context->command, argv[0],
395 fprintf(stderr, "%s: unimplemented command '%s'\n",
396 context->command, cmd->id);
404 char *command, **argv;
409 command = context->argv[i];
411 if (strcmp(cmd->id, command) == 0)
415 fprintf(stderr, "%s: unknown command '%s'\n",
416 context->command, command);
422 context->command, cmd->args, acnt);
451 const char *command = argv[0];
459 context->command = command;
467 printf("%s: version " SND_UTIL_VERSION_STR "\n", command);
486 fprintf(stderr, "Try '%s --help' for more information.\n", command);
491 /* parse and execute any command line commands */
504 printf("%s: Interacive mode - 'q' to quit\n", command);
513 command, context->batch, strerror(errno));
519 /* run the interactive command parser and handler */
529 command);