Lines Matching defs:command
59 char *command;
88 * now have enough to parse rest of command line
90 command = argv[optind];
91 rval = run_command(command, argc - optind, argv + optind, handle);
566 run_command(char *command, int argc, char *argv[], sa_handle_t handle)
572 * To get here, we know there should be a command due to the
582 * command will be passed down to the shared object that
587 cmdvec = sa_lookup(command);
589 (void) printf(gettext("command %s not found\n"), command);
594 * based on least priviledge and sub-command.