/external/webkit/JavaScriptCore/tests/mozilla/Getopt/ |
D | Mixed.pm | 87 foreach $option (split(/\s+/,$group)) { 88 croak "Invalid option declaration `$option'" 89 unless $option =~ /^([^=:>]+)([=:][$typeChars]|>[^=:>]+)?$/o; 94 croak "Invalid synonym `$option'" 172 my ($index, $option, $problem) = @_; 176 abortMsg("$problem option `$option'"); 196 my ($i,$value,$option,$type) = @_; 198 abortMsg("option `$option' does not take an argument") 204 abortMsg("option `$option' requires an argument") 209 abortMsg("option `$option' requires integer argument") [all …]
|
/external/expat/doc/ |
D | xmlwf.sgml | 57 <arg><option>-s</option></arg> 58 <arg><option>-n</option></arg> 59 <arg><option>-p</option></arg> 60 <arg><option>-x</option></arg> 62 <arg><option>-e <replaceable>encoding</replaceable></option></arg> 63 <arg><option>-w</option></arg> 65 <arg><option>-d <replaceable>output-dir</replaceable></option></arg> 66 <arg><option>-c</option></arg> 67 <arg><option>-m</option></arg> 69 <arg><option>-r</option></arg> [all …]
|
/external/icu4c/tools/toolutil/ |
D | uoptions.c | 34 UOption *option=NULL; in u_parseArgs() local 46 option=options+j; in u_parseArgs() 50 if(option==NULL) { in u_parseArgs() 54 option->doesOccur=1; in u_parseArgs() 56 if(option->hasArg!=UOPT_NO_ARG) { in u_parseArgs() 60 option->value=argv[++i]; in u_parseArgs() 61 } else if(option->hasArg==UOPT_REQUIRES_ARG) { in u_parseArgs() 74 option=options+j; in u_parseArgs() 78 if(option==NULL) { in u_parseArgs() 82 option->doesOccur=1; in u_parseArgs() [all …]
|
/external/ppp/pppd/plugins/radius/ |
D | config.c | 53 static int set_option_str(char *filename, int line, OPTION *option, char *p) in set_option_str() argument 56 option->val = (void *) strdup(p); in set_option_str() 58 option->val = NULL; in set_option_str() 63 static int set_option_int(char *filename, int line, OPTION *option, char *p) in set_option_int() argument 78 option->val = (void *) iptr; in set_option_int() 83 static int set_option_srv(char *filename, int line, OPTION *option, char *p) in set_option_srv() argument 95 serv = (SERVER *) option->val; in set_option_srv() 109 if (!strcmp(option->name,"authserver")) in set_option_srv() 114 else if (!strcmp(option->name, "acctserver")) in set_option_srv() 120 error("%s: line %d: no default port for %s", filename, line, option->name); in set_option_srv() [all …]
|
/external/tcpdump/ |
D | print-dccp.c | 208 static int dccp_print_option(const u_char *option); 407 static int dccp_print_option(const u_char *option) in dccp_print_option() argument 414 TCHECK(*option); in dccp_print_option() 416 if (*option >= 32) { in dccp_print_option() 417 TCHECK(*(option+1)); in dccp_print_option() 418 optlen = *(option +1); in dccp_print_option() 420 printf("Option %d optlen too short",*option); in dccp_print_option() 425 TCHECK2(*option,optlen); in dccp_print_option() 427 switch (*option){ in dccp_print_option() 439 if (*(option +2) < 10){ in dccp_print_option() [all …]
|
/external/oprofile/libpopt/ |
D | popt.c | 278 if (longName && !(item->option.longName && in handleExec() 279 !strcmp(longName, item->option.longName))) in handleExec() 281 else if (shortName != item->option.shortName) in handleExec() 336 if (longName && (item->option.longName && in handleAlias() 337 !strcmp(longName, item->option.longName))) in handleAlias() 339 if (shortName && shortName == item->option.shortName) in handleAlias() 348 if (longName && !(item->option.longName && in handleAlias() 349 !strcmp(longName, item->option.longName))) in handleAlias() 351 else if (shortName != item->option.shortName) in handleAlias() 1075 item->option.longName = _free(item->option.longName); in poptFreeContext() [all …]
|
D | poptconfig.c | 51 item->option.longName = opt + 2; in configLine() 53 item->option.shortName = opt[1]; in configLine() 59 item->option.argInfo = POPT_ARGFLAG_DOC_HIDDEN; in configLine() 65 item->option.descrip = f; in configLine() 66 item->option.argInfo &= ~POPT_ARGFLAG_DOC_HIDDEN; in configLine() 72 item->option.argDescrip = f; in configLine() 73 item->option.argInfo &= ~POPT_ARGFLAG_DOC_HIDDEN; in configLine() 74 item->option.argInfo |= POPT_ARG_STRING; in configLine()
|
/external/webkit/JavaScriptCore/tests/mozilla/ |
D | jsDriver.pl | 371 my ($option, $value, $lastopt); 378 while (($option, $value) = nextOption()) { 380 if ($option eq "a") { 385 } elsif ($option eq "b") { 389 } elsif ($option eq "c") { 393 } elsif (($option eq "e") || (($option eq "") && ($lastopt eq "e"))) { 397 } elsif ($option eq "f") { 405 } elsif ($option eq "h") { 408 } elsif ($option eq "j") { 415 } elsif ($option eq "k") { [all …]
|
/external/webkit/WebCore/html/ |
D | HTMLSelectElement.cpp | 431 HTMLOptionElement *option = static_cast<HTMLOptionElement*>(items[i]); in appendFormData() local 432 if (option->selected()) { in appendFormData() 433 list.appendData(name(), option->value()); in appendFormData() 444 HTMLOptionElement *option = static_cast<HTMLOptionElement*>(items[0]); in appendFormData() local 445 if (option->value().isNull()) in appendFormData() 446 list.appendData(name(), option->text().stripWhiteSpace()); in appendFormData() 448 list.appendData(name(), option->value()); in appendFormData() 558 HTMLOptionElement *option = static_cast<HTMLOptionElement*>(items[i]); in reset() local 559 if (!option->getAttribute(selectedAttr).isNull()) { in reset() 560 option->setSelectedState(true); in reset() [all …]
|
/external/e2fsprogs/ext2ed/ |
D | init.c | 494 char option [80],value [80]; in process_configuration_file() local 505 while (get_next_option (fp,option,value)) { in process_configuration_file() 506 if (strcasecmp (option,"Ext2Descriptors")==0) { in process_configuration_file() 510 else if (strcasecmp (option,"AlternateDescriptors")==0) { in process_configuration_file() 514 else if (strcasecmp (option,"LogFile")==0) { in process_configuration_file() 518 else if (strcasecmp (option,"LogChanges")==0) { in process_configuration_file() 524 fprintf (stderr,"Error - Illegal value: %s %s\n",option,value); in process_configuration_file() 529 else if (strcasecmp (option,"AllowChanges")==0) { in process_configuration_file() 535 fprintf (stderr,"Error - Illegal value: %s %s\n",option,value); in process_configuration_file() 540 else if (strcasecmp (option,"AllowMountedRead")==0) { in process_configuration_file() [all …]
|
/external/webkit/WebCore/platform/qt/ |
D | RenderThemeQt.cpp | 187 QStyleOptionButton option; in inflateButtonRect() local 188 option.state |= QStyle::State_Small; in inflateButtonRect() 189 option.rect = originalRect; in inflateButtonRect() 192 &option, 0); in inflateButtonRect() 465 QStyleOptionButton option; in paintButton() local 467 option.initFrom(p.widget); in paintButton() 469 option.rect = r; in paintButton() 470 option.state |= QStyle::State_Small; in paintButton() 472 ControlPart appearance = applyTheme(option, o); in paintButton() 474 option.rect = inflateButtonRect(option.rect); in paintButton() [all …]
|
/external/dhcpcd/ |
D | dhcp.c | 61 uint8_t option; member 164 for (opt = dhcp_opts; opt->option; opt++) in print_options() 166 printf("%03d %s\n", opt->option, opt->var); in print_options() 178 for (opt = dhcp_opts; opt->option; opt++) { in make_option_mask() 188 if (opt->option == n) in make_option_mask() 194 opt->option); in make_option_mask() 197 opt->option); in make_option_mask() 201 if (!opt->option) { in make_option_mask() 211 valid_length(uint8_t option, int dl, int *type) in valid_length() argument 219 for (opt = dhcp_opts; opt->option; opt++) { in valid_length() [all …]
|
/external/webkit/WebCore/bindings/scripts/ |
D | InFilesParser.pm | 129 my ($option, $value); 131 ($option, $value) = split "=", $options[$i]; 132 $option = trimWS($option); 140 &$perTagHandler($elementName, $option, $value);
|
/external/iptables/extensions/ |
D | libipt_tcp.c | 31 static struct option opts[] = { 123 parse_tcp_option(const char *option, u_int8_t *result) in parse_tcp_option() argument 127 if (string_to_number(option, 1, 255, &ret) == -1) in parse_tcp_option() 128 exit_error(PARAMETER_PROBLEM, "Bad TCP option `%s'", option); in parse_tcp_option() 212 parse_tcp_option(argv[optind-1], &tcpinfo->option); in parse() 275 print_option(u_int8_t option, int invert, int numeric) in print_option() argument 277 if (option || invert) in print_option() 278 printf("option=%s%u ", invert ? "!" : "", option); in print_option() 333 print_option(tcp->option, in print() 377 if (tcpinfo->option in save() [all …]
|
D | libip6t_tcp.c | 30 static struct option opts[] = { 122 parse_tcp_option(const char *option, u_int8_t *result) in parse_tcp_option() argument 126 if (string_to_number(option, 1, 255, &ret) == -1) in parse_tcp_option() 127 exit_error(PARAMETER_PROBLEM, "Bad TCP option `%s'", option); in parse_tcp_option() 211 parse_tcp_option(argv[optind-1], &tcpinfo->option); in parse() 274 print_option(u_int8_t option, int invert, int numeric) in print_option() argument 276 if (option || invert) in print_option() 277 printf("option=%s%u ", invert ? "!" : "", option); in print_option() 332 print_option(tcp->option, in print() 376 if (tcpinfo->option in save() [all …]
|
/external/bison/lib/ |
D | getopt1.c | 45 const struct option *long_options, int *opt_index) in getopt_long() 53 const struct option *long_options, int *opt_index, in _getopt_long_r() 68 const struct option *long_options, int *opt_index) in getopt_long_only() 76 const struct option *long_options, int *opt_index, in _getopt_long_only_r() 98 static struct option long_options[] = in main()
|
D | getopt_int.h | 25 const struct option *__longopts, int *__longind, 116 const struct option *__longopts, int *__longind, 122 const struct option *__longopts, int *__longind, 127 const struct option *__longopts,
|
/external/grub/lib/ |
D | getopt.h | 81 struct option struct 111 const struct option *longopts, int *longind); 114 const struct option *longopts, int *longind); 119 const struct option *longopts, int *longind,
|
/external/e2fsprogs/include/nonunix/ |
D | getopt.h | 83 struct option struct 113 const struct option *longopts, int *longind); 116 const struct option *longopts, int *longind); 121 const struct option *longopts, int *longind,
|
/external/openssl/crypto/des/ |
D | des.pod | 54 in conjunction or instead of the a encrypt/decrypt option to generate 68 option is given. 110 option is used then triple ECB encryption is performed. 125 Decrypt data that was encrypted with the B<-e> option. 129 Decrypt data that was encrypted with the B<-E> option. 137 option, the checksum is output to that file. 145 option but the DES key is generated in the same manner as used for the 172 option is used the key is assumed to be a 32 character hexadecimal 193 option is the short key length. 204 Be carefully when using the B<-u> option. Doing B<des -ud> I<filename> will [all …]
|
/external/icu4c/test/intltest/ |
D | idnaconf.cpp | 47 type = option = passfail = -1; in IdnaConfTest() 225 if (type == -1 || option == -1 || passfail == -1 || namebase.isBogus() || namezone.isBogus()){ in Call() 233 if (type == 0 && option == 0){ in Call() 235 } else if (type == 0 && option == 1){ in Call() 237 } else if (type == 1 && option == 0){ in Call() 239 } else if (type == 1 && option == 1){ in Call() 272 type = option = passfail = -1; in Call() 320 option = 1; // not found in Test() 322 option = 0; in Test()
|
/external/grub/util/ |
D | grub-terminfo | 40 for option in "$@"; do 41 case "$option" in 49 error "Unrecognized option \`$option'" 58 termname="$option" ;;
|
D | grub-md5-crypt | 30 for option in "$@"; do 31 case "$option" in 52 grub_shell=`echo "$option" | sed 's/--grub-shell=//'` 56 echo "$progname: unrecognized option \`$option'"
|
D | grub-md5-crypt.in | 30 for option in "$@"; do 31 case "$option" in 52 grub_shell=`echo "$option" | sed 's/--grub-shell=//'` 56 echo "$progname: unrecognized option \`$option'"
|
D | grub-terminfo.in | 40 for option in "$@"; do 41 case "$option" in 49 error "Unrecognized option \`$option'" 58 termname="$option" ;;
|