Home
last modified time | relevance | path

Searched refs:subCommand (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/cmdparse/
H A Dcmdparse.c99 getSubcommandProps(char *subCommand, subCommandProps_t **subCommandProps) in getSubcommandProps() argument
105 len = strlen(subCommand); in getSubcommandProps()
107 strncasecmp(subCommand, sp->name, len) == 0) { in getSubcommandProps()
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Dcmdparse.c97 getSubcommandProps(char *subCommand, subCommandProps_t **subCommandProps) in getSubcommandProps() argument
103 len = strlen(subCommand); in getSubcommandProps()
105 strncasecmp(subCommand, sp->name, len) == 0) { in getSubcommandProps()