| /osnet-11/usr/src/lib/libc/port/gen/ |
| H A D | opt_data.c | 42 char *optarg = 0; variable
|
| /osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
| H A D | getopt_int.h | 77 char *optarg; 76 char *optarg; member in struct:_getopt_data
|
| H A D | getopt.in.h | 61 # undef optarg macro 72 # define optarg __GETOPT_ID (optarg) macro 138 extern char *optarg; 179 a compiled-in constant, such as set a value from `optarg', set the 214 takes an argument, to be placed in `optarg'.
|
| H A D | getopt.c | 68 char *optarg; 318 ARGV-element, is returned in `optarg'. Two colons mean an option that 320 it is returned in `optarg', otherwise `optarg' is set to zero. 359 d->optarg = NULL; 454 d->optarg = argv[d->optind++]; 566 d->optarg = nameend + 1; 633 d->optarg = argv[d->optind++]; 801 d->optarg = d->__nextchar; 845 d->optarg 67 char *optarg; variable [all...] |
| /osnet-11/usr/src/grub/grub-0.97/lib/ |
| H A D | 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 115 char *optarg = NULL; variable [all...] |
| /osnet-11/usr/src/cmd/powertop/common/ |
| H A D | powertop.c | 88 char *optarg; variable 186 dump_count = (int)strtod(optarg, &endptr); 201 interval = (double)strtod(optarg, 227 g_observed_cpu = (uint_t)strtod(optarg, &endptr);
|
| /osnet-11/usr/src/lib/libxcurses/h/ |
| H A D | mks.h | 663 char *optarg; /* Argument */ member in struct:getopt_state
|
| /osnet-11/usr/src/lib/libdladm/common/ |
| H A D | libdladm.c | 1124 dladm_parse_zonelist(char *optarg, uint32_t *zonecnt, zoneid_t **zonelistp) argument 1135 zoneoptstr = strdupa(optarg);
|
| /osnet-11/usr/src/cmd/ldap/common/ |
| H A D | ldapsearch.c | 51 static void options_callback( int option, char *optarg ); 56 static char **get_effectiverights_attrlist(char * optarg); 360 options_callback( int option, char *optarg ) 406 if ( strncasecmp( optarg, "base", 4 ) == 0 ) { 408 } else if ( strncasecmp( optarg, "one", 3 ) == 0 ) { 410 } else if ( strncasecmp( optarg, "sub", 3 ) == 0 ) { 419 if ( strncasecmp( optarg, "never", 5 ) == 0 ) { 421 } else if ( strncasecmp( optarg, "search", 5 ) == 0 ) { 423 } else if ( strncasecmp( optarg, "find", 4 ) == 0 ) { 425 } else if ( strncasecmp( optarg, "alway 1391 get_effectiverights_attrlist(char * optarg) argument [all...] |
| /osnet-11/usr/src/lib/libast/amd64/include/ast/ |
| H A D | ast_map.h | 147 #undef optarg macro 148 #define optarg _ast_optarg macro
|
| /osnet-11/usr/src/lib/libast/amd64/src/lib/libast/ |
| H A D | ast_map.h | 126 #undef optarg macro 127 #define optarg _ast_optarg macro
|
| /osnet-11/usr/src/lib/libast/i386/include/ast/ |
| H A D | ast_map.h | 147 #undef optarg macro 148 #define optarg _ast_optarg macro
|
| /osnet-11/usr/src/lib/libast/i386/src/lib/libast/ |
| H A D | ast_map.h | 126 #undef optarg macro 127 #define optarg _ast_optarg macro
|
| /osnet-11/usr/src/lib/libast/sparc/include/ast/ |
| H A D | ast_map.h | 147 #undef optarg macro 148 #define optarg _ast_optarg macro
|
| /osnet-11/usr/src/lib/libast/sparc/src/lib/libast/ |
| H A D | ast_map.h | 126 #undef optarg macro 127 #define optarg _ast_optarg macro
|
| /osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
| H A D | ast_map.h | 147 #undef optarg macro 148 #define optarg _ast_optarg macro
|
| /osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/ |
| H A D | ast_map.h | 126 #undef optarg macro 127 #define optarg _ast_optarg macro
|
| /osnet-11/usr/src/lib/libipsecutil/common/ |
| H A D | ipsec_util.c | 998 parsedbgopts(char *optarg) argument 1003 mask = strtol(optarg, &endp, 0); 1007 op = optarg[0]; 1010 argp = strtok_d(optarg, "+-", &nextop);
|
| /osnet-11/usr/src/cmd/sendmail/src/ |
| H A D | conf.c | 2993 extern char *optarg; 2998 char *optarg = NULL; /* argument associated with option */ local 3040 optarg = NULL; 3044 if (*place) optarg = place; /* no white space */ 3049 else optarg = nargv[optind]; /* white space */
|