| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| optind.c | 31 char *optarg; variable
|
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| opt_data.c | 42 char *optarg = 0; variable
|
| /onnv/onnv-gate/usr/src/cmd/bnu/ |
| getopt.c | 45 char *optarg; variable 75 optarg = &argv[optind++][sp+1]; 82 optarg = argv[optind++]; 85 optarg = argv[optind++]; 86 if (*optarg == '-') { 99 optarg = NULL;
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/libstand/ |
| getopt.c | 34 char *optarg = NULL; variable 45 optarg = NULL; 77 optarg = &argv[optind++][_sp+1]; 84 optarg = NULL; 87 optarg = argv[optind++]; 94 optarg = NULL;
|
| /onnv/onnv-gate/usr/src/lib/libparted/common/lib/ |
| getopt_int.h | 42 char *optarg; 41 char *optarg; member in struct:_getopt_data
|
| getopt.c | 76 char *optarg; 325 ARGV-element, is returned in `optarg'. Two colons mean an option that 327 it is returned in `optarg', otherwise `optarg' is set to zero. 367 d->optarg = NULL; 458 d->optarg = argv[d->optind++]; 570 d->optarg = nameend + 1; 637 d->optarg = argv[d->optind++]; 818 d->optarg = d->__nextchar; 862 d->optarg = argv[d->optind++] 75 char *optarg; variable [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/common/ |
| GetOpt.java | 47 protected String optarg = null; field in class:GetOpt 92 optarg = null; 118 // We have a legal option now, find out if it expected to have optarg. 124 // Case when optarg is given with the option itself, 125 // like -hlastgas.east. Then extract the optarg out. 128 optarg = argv[optind].substring(AFTER_OPTION_POSITION); 132 // Case when optarg is not provided, return error if it was 148 // as a optarg, but actually it is just another option. 168 optarg = argv[++optind]; 193 return optarg; [all...] |
| /onnv/onnv-gate/usr/src/cmd/powertop/common/ |
| powertop.c | 81 char *optarg; variable 150 dump_count = (int)strtod(optarg, &endptr); 162 interval = interval_usr = (double)strtod(optarg, 187 g_observed_cpu = (uint_t)strtod(optarg, &endptr);
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
| Getopt.java | 51 private String optarg = null; field in class:Getopt 252 return optarg; 372 optarg = null; 395 * of optarg as follows: 398 * argv, then optarg contains the next element of argv, and 403 * 2. Otherwise, optarg points to the string following the 418 optarg = args[optind++].substring(_sp + 1); 425 optarg = longoptarg.get(); 430 optarg = null; 433 optarg = args[optind++] [all...] |
| /onnv/onnv-gate/usr/src/cmd/iscsi/iscsitadm/ |
| cmdparse.h | 69 char optarg[MAXOPTARGLEN + 1]; member in struct:_cmdOptions
|
| /onnv/onnv-gate/usr/src/cmd/iscsiadm/ |
| cmdparse.h | 68 char optarg[MAXOPTARGLEN + 1]; member in struct:_cmdOptions
|
| /onnv/onnv-gate/usr/src/cmd/isns/isnsadm/ |
| cmdparse.h | 64 char optarg[MAXOPTARGLEN + 1]; member in struct:_cmdOptions
|
| /onnv/onnv-gate/usr/src/cmd/lp/model/ |
| lp.tsol_separator.c | 69 char *optarg; /* Used by getopt */ variable 408 ArgDebugLevel = atoi(optarg); 411 ArgLogFile = fopen(optarg, "a"); 415 optarg); 434 ArgDebugLevel = atoi(optarg); 446 ArgSeparatorPS = optarg; 449 ArgBannerPS = optarg; 452 ArgTrailerPS = optarg; 455 ArgPSLib = optarg;
|
| /onnv/onnv-gate/usr/src/cmd/mpathadm/ |
| cmdparse.h | 67 char optarg[MAXOPTARGLEN + 1]; member in struct:_cmdOptions
|
| /onnv/onnv-gate/usr/src/cmd/sgs/elfedit/common/ |
| util.c | 504 elfedit_cmd_optarg_t *optarg; local 548 for (optarg = state->go_optarg; optarg->oa_name != NULL; ) { 550 (optarg->oa_flags & ELFEDIT_CMDOA_F_INHERIT) && 551 (optarg->oa_name == ELFEDIT_STDOA_OPT_O); 554 elfedit_next_optarg(&optarg, &item); 657 for (optarg = state->go_optarg; optarg->oa_name != NULL; ) { 658 elfedit_next_optarg(&optarg, &item);
|
| elfedit.c | 695 * by optarg, and advance the pointer to the next item. 698 * optarg - Address of pointer to argument or option array 703 * the next item in the optarg array. *optarg has been advanced 707 elfedit_next_optarg(elfedit_cmd_optarg_t **optarg, elfedit_optarg_item_t *item) 740 oa = (*optarg)++; 757 (*optarg)++; 836 * Used by usage_optarg() to insert an optarg item string into the output 870 * optarg - Options list 877 elfedit_cmd_optarg_t *optarg, int isopt, const char *wrap_str 1074 elfedit_cmd_optarg_t *optarg; local 3215 elfedit_cmd_optarg_t *optarg; local [all...] |
| /onnv/onnv-gate/usr/src/grub/grub-0.97/lib/ |
| getopt.c | 116 char *optarg = NULL; 487 ARGV-element, is returned in `optarg'. Two colons mean an option that 489 it is returned in `optarg', otherwise `optarg' is set to zero. 527 optarg = NULL; 615 optarg = argv[optind++]; 701 optarg = nameend + 1; 726 optarg = argv[optind++]; 813 optarg = nextchar; 836 optarg = argv[optind++] 115 char *optarg = NULL; variable [all...] |
| /onnv/onnv-gate/usr/src/common/cmdparse/ |
| cmdparse.h | 64 char optarg[MAXOPTARGLEN + 1]; member in struct:_cmdOptions
|
| /onnv/onnv-gate/usr/src/lib/libxcurses/h/ |
| mks.h | 664 char *optarg; /* Argument */ member in struct:getopt_state
|
| /onnv/onnv-gate/usr/src/cmd/ssh/include/ |
| defines.h | 480 #undef optarg macro 486 #define optarg BSDoptarg macro
|
| /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/ |
| ast_map.h | 147 #undef optarg macro 148 #define optarg _ast_optarg macro
|
| /onnv/onnv-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
| ast_map.h | 126 #undef optarg macro 127 #define optarg _ast_optarg macro
|
| /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/ |
| ast_map.h | 147 #undef optarg macro 148 #define optarg _ast_optarg macro
|
| /onnv/onnv-gate/usr/src/lib/libast/i386/src/lib/libast/ |
| ast_map.h | 126 #undef optarg macro 127 #define optarg _ast_optarg macro
|
| /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/ |
| ast_map.h | 147 #undef optarg macro 148 #define optarg _ast_optarg macro
|