Searched refs:value (Results 401 - 425 of 2518) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestMaxConsumers.java42 Integer value = null;
46 value = Integer.parseInt(property);
51 return value;
/freebsd-9.3-release/contrib/bind9/lib/isccc/include/isccc/
H A Dsexpr.h59 } value; member in struct:isccc_sexpr
68 #define ISCCC_SEXPR_CAR(s) (s)->value.as_dottedpair.car
69 #define ISCCC_SEXPR_CDR(s) (s)->value.as_dottedpair.cdr
/freebsd-9.3-release/contrib/bsnmp/snmpd/
H A Dtrans_udp.c225 op_snmp_port(struct snmp_context *ctx, struct snmp_value *value, argument
228 asn_subid_t which = value->var.subs[sub-1];
237 &value->var, sub)) == NULL)
239 index_append(&value->var, sub, &p->tport.index);
244 &value->var, sub)) == NULL)
250 &value->var, sub);
255 if (!TRUTH_OK(value->v.integer))
258 ctx->scratch->int2 = TRUTH_GET(value->v.integer);
266 if (index_decode(&value->var, sub, iidx, addr, &port))
277 &value
[all...]
/freebsd-9.3-release/contrib/cvs/diff/
H A Difdef.c139 int i, value[2]; local
147 value[i] = atoi (f);
153 value[i] = groups_letter_value (groups, f0);
154 if (value[i] < 0)
161 if (value[0] == value[1])
192 int value; local
203 f = scan_char_literal (f, &value);
209 value = groups_letter_value (groups, c);
210 if (value <
325 int value; local
380 int value, digits; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dscm-lang.h48 struct value;
50 extern int scm_value_print (struct value *, struct ui_file *,
66 extern struct value *scm_evaluate_string (char *, int);
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h163 bool isU6_3Immediate(const int value) const;
164 bool isU6_2Immediate(const int value) const;
165 bool isU6_1Immediate(const int value) const;
166 bool isU6_0Immediate(const int value) const;
167 bool isS4_3Immediate(const int value) const;
168 bool isS4_2Immediate(const int value) const;
169 bool isS4_1Immediate(const int value) const;
170 bool isS4_0Immediate(const int value) const;
171 bool isS12_Immediate(const int value) const;
172 bool isU6_Immediate(const int value) cons
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/trace/
H A Dtrace_buf.c102 _nc_trace_bufcat(int bufnum, const char *value) argument
108 buffer = _nc_trace_alloc(bufnum, 1 + have + strlen(value));
110 (void) strcpy(buffer + have, value);
/freebsd-9.3-release/contrib/texinfo/info/
H A Dvariables.c31 /* Choices used by the completer when reading a zero/non-zero value for
90 var->name, var->choices[*(var->value)], _(var->doc));
93 var->name, *(var->value), _(var->doc));
99 DECLARE_INFO_COMMAND (set_variable, _("Set the value of an Info variable"))
104 /* Get the variable's name and value. */
110 /* Read a new value for this variable. */
121 potential_value = *(var->value);
123 sprintf (prompt, _("Set %s to value (%d): "),
135 /* If the user specified a value, get that, otherwise, we are done. */
138 *(var->value)
275 set_variable_to_value(char *name, char *value) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/krb5/
H A Dexport_name.c60 exported_name->value = malloc(exported_name->length);
61 if (exported_name->value == NULL) {
69 buf = exported_name->value;
/freebsd-9.3-release/lib/msun/src/
H A Ds_cbrt.c41 double value; member in union:__anon5401
62 * ordinary integer divison of the value in bits magically gives
101 u.value=t;
103 t=u.value;
/freebsd-9.3-release/sys/dev/ofw/
H A Dopenfirmio.c117 char *name, *value; local
151 name = value = NULL;
172 /* -1 means no entry; 0 means no value. */
175 value = malloc(len, M_TEMP, M_WAITOK);
176 if (value == NULL) {
180 len = OF_getprop(node, name, (void *)value, len);
181 error = copyout(value, of->of_buf, len);
201 value = malloc(of->of_buflen, M_TEMP, M_WAITOK);
202 if (value == NULL) {
206 error = copyin(of->of_buf, value, o
[all...]
/freebsd-9.3-release/sys/kgssapi/
H A Dgss_get_mic.c60 m_append(m, message_buffer->length, message_buffer->value);
67 message_token->value = malloc(message_token->length,
70 message_token->value);
H A Dgss_unwrap.c61 m_append(m, input_message_buffer->length, input_message_buffer->value);
71 output_message_buffer->value =
75 output_message_buffer->value);
H A Dgss_wrap.c62 m_append(m, input_message_buffer->length, input_message_buffer->value);
73 output_message_buffer->value =
77 output_message_buffer->value);
/freebsd-9.3-release/sys/mips/rmi/dev/xlr/
H A Ddebug.h90 #define xlr_set_counter(x, value) atomic_set_int(&xlr_counters[PCPU_GET(cpuid)][(x)], (value))
97 #define xlr_set_counter(x, value)
/freebsd-9.3-release/usr.bin/dc/
H A Dbcode.h45 struct value { struct
55 struct value *data;
60 struct value *stack;
/freebsd-9.3-release/usr.bin/gprof/
H A Dlookup.c63 if ( nl[ middle ].value <= address && nl[ middle+1 ].value > address ) {
71 if ( nl[ middle ].value > address ) {
/freebsd-9.3-release/usr.bin/protect/
H A Dprotect.c54 long value; local
61 value = strtol(id, &ch, 0);
66 return (value);
/freebsd-9.3-release/contrib/ntp/ntpsnmpd/
H A DntpSnmpSubagentObject.c34 * into a fieldname and a value part (using the '=' as the delimiter.
37 * The value part is stripped, e.g. all whitespace characters are removed
39 * If the value is started and ended with quotes ("), they will be removed
44 * will result in a field string "SERVERHOSTNAME" and a value
47 * results in a field string "MYFIRSTPARAMETER" and a value " is this! "
54 * value char * The buffer for the value.
55 * valuesize size_t The size of the value buffer.
58 * size_t length of value string
66 char * value,
62 ntpsnmpd_parse_string( const char * string, char * field, size_t fieldsize, char * value, size_t valuesize ) argument
215 read_ntp_value( const char * variable, char * value, size_t valuesize ) argument
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dconf_api.c107 return ((STACK_OF(CONF_VALUE) *)v->value);
112 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) argument
117 ts = (STACK_OF(CONF_VALUE) *)section->value;
119 value->section = section->section;
120 if (!sk_CONF_VALUE_push(ts, value)) {
124 v = (CONF_VALUE *)lh_insert(conf->data, value);
128 OPENSSL_free(v->value);
148 return (v->value);
159 return (v->value);
235 sk = (STACK *) a->value;
[all...]
/freebsd-9.3-release/crypto/openssl/fips/hmac/
H A Dfips_hmactest.c145 char *keyword, *value; local
187 value = p + 1;
189 /* Remove leading space from value */
190 while (isspace((unsigned char)*value))
191 value++;
193 /* Remove trailing space from value */
194 p = value + strlen(value) - 1;
200 switch (atoi(value)) {
222 Count = atoi(value);
[all...]
/freebsd-9.3-release/sys/mips/nlm/
H A Dbus_space_rmi.c118 bus_size_t offset, u_int8_t value);
123 bus_size_t offset, u_int16_t value);
128 bus_size_t offset, u_int32_t value);
169 bus_size_t offset, u_int16_t value,
174 bus_size_t offset, u_int32_t value,
219 bus_size_t offset, u_int8_t value);
222 bus_size_t offset, u_int16_t value);
226 bus_size_t offset, u_int32_t value);
448 * Write the 1, 2, 4, or 8 byte value `value' t
453 rmi_bus_space_write_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
460 rmi_bus_space_write_2(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int16_t value) argument
467 rmi_bus_space_write_4(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int32_t value) argument
507 rmi_bus_space_set_region_2(void *t, bus_space_handle_t bsh, bus_size_t offset, u_int16_t value, size_t count) argument
517 rmi_bus_space_set_region_4(void *t, bus_space_handle_t bsh, bus_size_t offset, u_int32_t value, size_t count) argument
623 rmi_bus_space_write_stream_1(void *t, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
631 rmi_bus_space_write_stream_2(void *t, bus_space_handle_t handle, bus_size_t offset, u_int16_t value) argument
639 rmi_bus_space_write_stream_4(void *t, bus_space_handle_t handle, bus_size_t offset, u_int32_t value) argument
[all...]
/freebsd-9.3-release/sys/mips/rmi/
H A Dbus_space_rmi.c116 bus_size_t offset, u_int8_t value);
121 bus_size_t offset, u_int16_t value);
126 bus_size_t offset, u_int32_t value);
167 bus_size_t offset, u_int16_t value,
172 bus_size_t offset, u_int32_t value,
217 bus_size_t offset, u_int8_t value);
220 bus_size_t offset, u_int16_t value);
224 bus_size_t offset, u_int32_t value);
446 * Write the 1, 2, 4, or 8 byte value `value' t
451 rmi_bus_space_write_1(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
458 rmi_bus_space_write_2(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int16_t value) argument
465 rmi_bus_space_write_4(void *tag, bus_space_handle_t handle, bus_size_t offset, u_int32_t value) argument
505 rmi_bus_space_set_region_2(void *t, bus_space_handle_t bsh, bus_size_t offset, u_int16_t value, size_t count) argument
515 rmi_bus_space_set_region_4(void *t, bus_space_handle_t bsh, bus_size_t offset, u_int32_t value, size_t count) argument
621 rmi_bus_space_write_stream_1(void *t, bus_space_handle_t handle, bus_size_t offset, u_int8_t value) argument
629 rmi_bus_space_write_stream_2(void *t, bus_space_handle_t handle, bus_size_t offset, u_int16_t value) argument
637 rmi_bus_space_write_stream_4(void *t, bus_space_handle_t handle, bus_size_t offset, u_int32_t value) argument
[all...]
/freebsd-9.3-release/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c119 void dump_entry(int value);
130 void print_entry(FILE *fp, int value);
389 print_entry(FILE *fp, int value) argument
391 int val = value & ~SPECIAL;
393 switch (value) {
485 if (value & SPECIAL) {
590 dump_entry(int value) argument
592 if (value & SPECIAL) {
593 value &= ~SPECIAL;
594 switch (value) {
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h56 /// static void enumeration(IO &io, Colors &value) {
57 /// io.enumCase(value, "red", cRed);
58 /// io.enumCase(value, "blue", cBlue);
59 /// io.enumCase(value, "green", cGreen);
65 // static void enumeration(IO &io, T &value);
74 /// static void bitset(IO &io, MyFlags &value) {
75 /// io.bitSetCase(value, "big", flagBig);
76 /// io.bitSetCase(value, "flat", flagFlat);
77 /// io.bitSetCase(value, "round", flagRound);
83 // static void bitset(IO &io, T &value);
174 static bool const value = (sizeof(test<ScalarEnumerationTraits<T> >(0)) == 1); member in struct:llvm::yaml::has_ScalarEnumerationTraits
191 static bool const value = (sizeof(test<ScalarBitSetTraits<T> >(0)) == 1); member in struct:llvm::yaml::has_ScalarBitSetTraits
210 static bool const value = (sizeof(test<ScalarTraits<T> >(0,0)) == 1); member in struct:llvm::yaml::has_ScalarTraits
227 static bool const value = (sizeof(test<MappingTraits<T> >(0)) == 1); member in struct:llvm::yaml::has_MappingTraits
244 static bool const value = (sizeof(test<SequenceTraits<T> >(0)) == 1); member in struct:llvm::yaml::has_SequenceMethodTraits
255 static const bool value = false; member in class:llvm::yaml::has_FlowTraits
274 static bool const value = sizeof(f<Derived>(0)) == 2; member in struct:llvm::yaml::has_FlowTraits
298 static bool const value = (sizeof(test<DocumentListTraits<T> >(0)) == 1); member in struct:llvm::yaml::has_DocumentListTraits
752 StringRef value() const { return _value; } function in class:llvm::yaml::Input::ScalarHNode
[all...]

Completed in 398 milliseconds

<<11121314151617181920>>