Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/common/cmdparse/
H A Dcmdparse.c95 getSubcommandProps(char *subCommand, subCommandProps_t **subCommandProps) in getSubcommandProps() argument
101 len = strlen(subCommand); in getSubcommandProps()
103 strncasecmp(subCommand, sp->name, len) == 0) { in getSubcommandProps()