Searched defs:subCommand (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/cmdparse/
H A Dcmdparse.c82 * subCommand - subcommand value
87 * in subCommand. On failure, the contents of subCommandProps is unspecified.
95 getSubcommandProps(char *subCommand, subCommandProps_t **subCommandProps) argument
101 len = strlen(subCommand);
103 strncasecmp(subCommand, sp->name, len) == 0) {
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Dcmdparse.c84 * subCommand - subcommand value
89 * in subCommand. On failure, the contents of subCommandProps is unspecified.
97 getSubcommandProps(char *subCommand, subCommandProps_t **subCommandProps) argument
103 len = strlen(subCommand);
105 strncasecmp(subCommand, sp->name, len) == 0) {

Completed in 59 milliseconds