Searched refs:my_comv (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap_engine.c57 static cmd_ops_t *my_comv; variable
128 if (strcmp(my_comv[i].cmd, argv[0]) != 0)
133 optind = options_parse(argc, argv, my_comv[i].options);
138 rc = my_comv[i].p_do_func(flags,
277 word_end, my_comv[i].cmd, "", " ");
291 if (strncmp(prefix, my_comv[i].cmd, prefix_l) == 0)
294 word_end, my_comv[i].cmd + prefix_l,
307 if (0 == strcmp(my_comv[i].cmd, my_argv[0])) {
308 options2 = strdup(my_comv[i].options);
511 my_comv
[all...]

Completed in 76 milliseconds