Searched refs:option_value (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-option.c33 union option_value union
61 gdb::optional<option_value> value;
65 gdb::optional<option_value> &&value_ = {})
96 /* Clear the option_value, without releasing it. This is used after
102 gdb::optional<option_value> &value)
261 option_value val;
354 option_value val;
385 option_value val;
391 option_value val;
423 option_value va
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-option.c33 union option_value union
61 gdb::optional<option_value> value;
65 gdb::optional<option_value> &&value_ = {})
96 /* Clear the option_value, without releasing it. This is used after
102 gdb::optional<option_value> &value)
261 option_value val;
354 option_value val;
385 option_value val;
391 option_value val;
423 option_value va
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_conf.c27 uint64_t option_value; member in struct:__anon79
32 uint64_t option_value; member in struct:__anon80
107 uint64_t option_value, int onoff)
127 *cctx->poptions |= option_value;
129 *cctx->poptions &= ~option_value;
137 *pflags |= option_value;
139 *pflags &= ~option_value;
154 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff);
881 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1);
106 ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, uint64_t option_value, int onoff) argument
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_conf.c26 unsigned long option_value; member in struct:__anon384
31 unsigned long option_value; member in struct:__anon385
106 unsigned long option_value, int onoff)
132 *pflags |= option_value;
134 *pflags &= ~option_value;
148 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff);
795 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1);
105 ssl_set_option(SSL_CONF_CTX *cctx, unsigned int name_flags, unsigned long option_value, int onoff) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddumpfile.c1775 parse_dump_option (const char *option_value, const char **pos_p) argument
1780 ptr = option_value;
1844 const char *option_value; local
1850 option_value = skip_leading_substring (arg, doglob ? dfi->glob : dfi->swtch);
1851 if (!option_value)
1854 if (*option_value && *option_value != '-' && *option_value != '=')
1858 flags = parse_dump_option (option_value, &filename);
1910 const char *option_value; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddumpfile.cc1793 parse_dump_option (const char *option_value, const char **pos_p) argument
1798 ptr = option_value;
1862 const char *option_value; local
1868 option_value = skip_leading_substring (arg, doglob ? dfi->glob : dfi->swtch);
1869 if (!option_value)
1872 if (*option_value && *option_value != '-' && *option_value != '=')
1876 flags = parse_dump_option (option_value, &filename);
1940 const char *option_value; local
[all...]
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_add_filter_xz.c123 struct option_value { struct
128 static const struct option_value option_values[] = {
335 const struct option_value *val =
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Doptions.c87 struct option_value { struct
88 struct option_value *next;
828 struct option_value *ovp, *pp;
1003 struct option_value *ovp;
1005 ovp = (struct option_value *) opt->addr2;
/netbsd-current/external/gpl3/binutils/dist/gprofng/gp-display-html/
H A Dgp-display-html.in3073 my $option_value;
3081 ($found_option, $option_value) = find_target_option (
3101 my $verbose_value = lc ($option_value);
3121 my $msg = "$option_value is not supported for the verbose option";
3127 my $warnings_value = lc ($option_value);
3147 my $msg = "$option_value is not supported for the warnings option";
3153 my $quiet_value = lc ($option_value);
3154 $valid_input = verify_if_input_is_valid ($option_value, "onoff");
3169 my $msg = "$option_value is not supported for the quiet option";
3175 my $debug_value = lc ($option_value);
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
H A Dgp-display-html.in3073 my $option_value;
3081 ($found_option, $option_value) = find_target_option (
3101 my $verbose_value = lc ($option_value);
3121 my $msg = "$option_value is not supported for the verbose option";
3127 my $warnings_value = lc ($option_value);
3147 my $msg = "$option_value is not supported for the warnings option";
3153 my $quiet_value = lc ($option_value);
3154 $valid_input = verify_if_input_is_valid ($option_value, "onoff");
3169 my $msg = "$option_value is not supported for the quiet option";
3175 my $debug_value = lc ($option_value);
[all...]

Completed in 220 milliseconds