Lines Matching +defs:template +defs:c
22 * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
295 "\t\t [-a open|shared] [-b bss|ibss] [-c] [-m a|b|g] "
312 " create-secobj [-t] [-f <file>] -c <class> <secobj>" },
474 {"parsable", no_argument, 0, 'c' },
475 {"parseable", no_argument, 0, 'c' },
490 {"create-ibss", required_argument, 0, 'c' },
513 {"cpus", required_argument, 0, 'c' },
1357 char bridgels_xmit[UINT64_DIG]; /* 14.6.1.1.3(c) */
1391 char bridgef_output[MAXLINKNAMELEN]; /* 14.7.6.3.3(c) */
2979 (void) snprintf(lbuf.laggr_flags, sizeof (lbuf.laggr_flags), "%c----",
3613 die("the option -%c cannot be used with -s",
3621 die("the option -%c cannot be used with -x", L_arg ? 'L' : 'P');
3737 "%c----", flags & DLADM_OPT_ACTIVE ? '-' : 'r');
4367 (void) snprintf(l->link_flags, sizeof (l->link_flags), "%c----",
5895 ofmt_field_t *template, *of;
5900 template = wifi_common_fields;
5909 template = wifi_show_fields;
5919 for (of = template; of->of_name != NULL; of++) {
5924 oferr = ofmt_open(str, template, (parsable ? OFMT_PARSABLE : 0),
6177 char *field, *token, *lasts = NULL, c;
6180 while ((c = *token++) != NULL) {
6181 if (c == ',')
6253 while ((option = getopt_long(argc, argv, ":e:i:a:m:b:s:k:T:c",
6321 case 'c':
6699 case 'c':
7072 int c;
7096 c = getchar();
7097 if (c == '\n' || c == '\r') {
7104 buf[len++] = c;
7239 while ((option = getopt_long(argc, argv, ":f:c:R:t",
7252 case 'c':
7338 char *field, *token, *lasts = NULL, c;
7365 while ((c = *token++) != NULL) {
7366 if (c == ',')
7464 char *field, *token, *lasts = NULL, c;
7499 die("option -c requires -o");
7518 while ((c = *token++) != NULL) {
7519 if (c == ',')
8969 die("the option -%c cannot be specified more than once", opt);
8977 die("option '-%c' requires a value\nusage: %s", opt,
8982 die("unrecognized option '-%c'\nusage: %s", opt,
9157 "%c----", force_in_conf ? 'f' : '-');