Searched refs:run_command (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/dfs.cmds/sharemgr/ |
H A D | sharemgr_main.c | 45 static int run_command(char *, int, char **, char *, sa_handle_t); 120 rval = run_command(command, argc, argv, protocol, handle); in main() 127 run_command(char *command, int argc, char *argv[], char *proto, in run_command() function
|
/titanic_50/usr/src/cmd/idmap/idmap/ |
H A D | idmap_engine.c | 115 run_command(int argc, char **argv, cmd_pos_t *pos) in run_command() function 410 rc = run_command(my_argc, my_argv, NULL); in interactive_interp() 473 rc = run_command(my_argc, my_argv, &pos); in source_interp() 584 rc = run_command(argc, argv, NULL); in run_engine()
|
/titanic_50/usr/src/cmd/dfs.cmds/sharectl/ |
H A D | sharectl.c | 42 static int run_command(char *, int, char **, sa_handle_t); 90 rval = run_command(command, argc - optind, argv + optind, handle); in main() 566 run_command(char *command, int argc, char *argv[], sa_handle_t handle) in run_command() function
|
/titanic_50/usr/src/cmd/make/bin/ |
H A D | doname.cc | 82 static Doname run_command(register Property line, Boolean print_machine); 723 result = run_command(command, in doname() 1567 run_command(register Property line, Boolean) in run_command() function
|