/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | kdb5_destroy.c | 74 int optchar; local 105 while ((optchar = getopt(argc, argv, "f")) != -1) { 106 switch(optchar) {
|
H A D | kdb5_stash.c | 99 int optchar; local 135 while ((optchar = getopt(argc, argv, "f:")) != -1) { 136 switch(optchar) {
|
H A D | kdb5_create.c | 161 int optchar; local 181 while ((optchar = getopt(argc, argv, "s")) != -1) { 182 switch(optchar) {
|
/illumos-gate/usr/src/cmd/devmgmt/cmds/ |
H A D | listdgrp.c | 150 int optchar; /* Option char (from getopt()) */ 181 while ((optchar = getopt(argc, argv, "")) != EOF) switch (optchar) { 147 int optchar; /* Option char (from getopt()) */ local
|
H A D | getdev.c | 160 int optchar; /* Option character (from getopt()) */ 195 while ((optchar = getopt(argc, argv, "ae")) != EOF) switch (optchar) { 158 int optchar; /* Option character (from getopt()) */ local
|
H A D | getdgrp.c | 182 int optchar; /* Option character (returned by getopt()) */ 219 while ((optchar = getopt(argc, argv, "ael")) != EOF) switch (optchar) { 180 int optchar; /* Option character (returned by getopt()) */ local
|
H A D | putdev.c | 212 int optchar; /* Option extracted */ 226 while ((optchar = getopt(argc, argv, "a:d:m:")) != EOF) switch (optchar) { 209 int optchar; /* Option extracted */ local
|
H A D | putdgrp.c | 183 int optchar; /* Option extracted */ 195 while ((optchar = getopt(argc, argv, "d:")) != EOF) switch (optchar) { 180 int optchar; /* Option extracted */ local
|
/illumos-gate/usr/src/ucbcmd/chown/ |
H A D | chown.c | 71 char optchar[2]; local 90 optchar[0] = *cp; 91 optchar[1] = '\0'; 92 fatal(255, "unknown option: %s", optchar);
|
/illumos-gate/usr/src/cmd/fmtmsg/ |
H A D | main.c | 513 int optchar; /* Opt char on cmdline */ 593 while (((optchar = getopt(argc, argv, "a:c:l:s:t:u:")) != EOF) && 596 switch(optchar) { 508 int optchar; /* Opt char on cmdline */ local
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getopt_long.c | 460 int optchar, short_too; local 621 optchar = parse_long_options(nargc, nargv, options, 623 if (optchar != -1) { 625 return (optchar); 629 if ((optchar = (int)*place++) == (int)':' || 630 (oli = strchr(options, optchar)) == NULL) { 635 if (optchar == (int)'-') 643 optchar); 644 optopt = optchar; 648 (long_options != NULL) && (optchar [all...] |
/illumos-gate/usr/src/cmd/vscan/vscand/ |
H A D | vs_main.c | 276 int optchar; local 278 while ((optchar = getopt(argc, argv, "f?")) != EOF) { 279 switch (optchar) {
|
/illumos-gate/usr/src/cmd/deroff/ |
H A D | deroff.c | 136 int optchar; local 145 while ((optchar = getopt(argc, argv, "wim:")) != EOF) { 146 switch (optchar) {
|
/illumos-gate/usr/src/cmd/krb5/kadmin/server/ |
H A D | ovsec_kadmd.c | 424 int optchar; local 492 while ((optchar = getopt(argc, argv, "r:mdp:x:")) != EOF) { 493 switch (optchar) {
|
/illumos-gate/usr/src/cmd/krb5/ldap_util/ |
H A D | kdb5_ldap_realm.c | 2489 int optchar = 0; local 2505 while ((optchar = getopt(argc, argv, "f")) != -1) { 2506 switch (optchar) {
|
/illumos-gate/usr/src/cmd/dis/ |
H A D | dis_main.c | 659 int optchar; local 666 while ((optchar = getopt(argc, argv, "Cd:D:F:l:Lot:Vqn")) != -1) { 667 switch (optchar) {
|
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 91 short optchar; member in struct:sh_scoped
|
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/ |
H A D | kadmin.c | 204 int optchar, freeprinc = 0, use_keytab = 0; local 226 while ((optchar = getopt(argc, argv, "x:r:p:kq:w:d:s:mc:t:e:ON")) != EOF) { 227 switch (optchar) {
|
/illumos-gate/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 169 int optchar; local 210 while ((optchar = getopt(argc, argv, optstr)) != -1) { 211 switch (optchar) {
|
/illumos-gate/usr/src/cmd/sgs/dump/common/ |
H A D | dump.c | 2011 int optchar; local 2021 while ((optchar = getopt(argc, argv, optstr)) != -1) { 2022 switch (optchar) {
|