Lines Matching +defs:template +defs:c
23 * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
70 #define SHELP_CREATE "create [-t <template>] <object-type> [<class>] " \
366 "create -t ", /* template */
450 "create -t ", /* template */
1300 int c;
1301 boolean_t template = B_FALSE;
1319 while ((c = getopt(cmd->cmd_argc, cmd->cmd_argv, "t:")) != EOF) {
1320 switch (c) {
1322 template = B_TRUE;
1330 if (!template) {
1331 /* no template given */
1365 /* template given */
1594 int c;
1603 while ((c = getopt(cmd->cmd_argc, cmd->cmd_argv, "a")) != EOF) {
1604 switch (c) {
2174 * This is taken care of in libnwam_ncp.c
3089 int c, argc = 1;
3098 while ((c = getopt(argc, argv, "a")) != EOF) {
3099 switch (c) {
3422 int c;
3438 while ((c = getopt(cmd->cmd_argc, cmd->cmd_argv, "df:")) != EOF) {
3439 switch (c) {
3754 int c;
3757 while ((c = getopt(cmd->cmd_argc, cmd->cmd_argv, "V")) != EOF) {
3758 switch (c) {
3957 int c;
3959 while ((c = getopt(cmd->cmd_argc, cmd->cmd_argv, "a")) != EOF) {
3960 switch (c) {
4276 char c;
4289 while ((c = getopt(argc, argv, "?hf:d")) != EOF) {
4290 switch (c) {