Home | History | Annotate | Download | only in micro_bench

Lines Matching defs:command

631     printf("      If the command supports it, align the destination pointer to ALIGN.\n");
634 printf(" If the command supports it, or in the OR_MASK on to the destination pointer.\n");
639 printf(" If the command supports it, align the source pointer to ALIGN. The default is to use the\n");
642 printf(" If the command supports it, or in the OR_MASK on to the source pointer.\n");
646 printf(" If the command supports it, create a destination string of this length.\n");
676 function_t *command = NULL;
736 } else if (!command) {
739 command = &function_table[j];
743 if (!command) {
744 printf("Uknown command %s\n", argv[i]);
788 return command;
835 function_t *command = processOptions(argc, argv, &cmd_data);
836 if (!command) {
845 printf("%s\n", command->name);
846 return (*command->ptr)(command->name, cmd_data, command->func);