Searched refs:value (Results 351 - 375 of 2924) sorted by relevance

<<11121314151617181920>>

/freebsd-10.0-release/contrib/ldns/compat/
H A Dsnprintf.c74 char *value, int flags, int min, int max);
76 long value, int base, int min, int max, int flags);
144 long value; local
269 value = va_arg (args, int);
271 value = va_arg (args, long int);
273 value = va_arg (args, int);
274 fmtint (buffer, &currlen, maxlen, value, 10, min, max, flags);
279 value = va_arg (args, unsigned int);
281 value = va_arg (args, unsigned long int);
283 value
394 fmtstr(char *buffer, size_t *currlen, size_t maxlen, char *value, int flags, int min, int max) argument
433 fmtint(char *buffer, size_t *currlen, size_t maxlen, long value, int base, int min, int max, int flags) argument
519 abs_val(long double value) argument
542 round(double value) argument
[all...]
/freebsd-10.0-release/contrib/unbound/compat/
H A Dsnprintf.c77 char *value, int flags, int min, int max);
79 long value, int base, int min, int max, int flags);
149 long value; local
274 value = va_arg (args, int);
276 value = va_arg (args, long int);
278 value = va_arg (args, int);
279 fmtint (buffer, &currlen, maxlen, value, 10, min, max, flags);
284 value = va_arg (args, unsigned int);
286 value = va_arg (args, unsigned long int);
288 value
400 fmtstr(char *buffer, size_t *currlen, size_t maxlen, char *value, int flags, int min, int max) argument
439 fmtint(char *buffer, size_t *currlen, size_t maxlen, long value, int base, int min, int max, int flags) argument
525 abs_val(long double value) argument
548 compat_round(long double value) argument
[all...]
/freebsd-10.0-release/usr.sbin/pkg/
H A Dconfig.c57 char *value; member in struct:config_value
65 char *value; member in struct:config_entry
396 * get armv6 support assume a NULL value means
481 if (c[PACKAGESITE].value != NULL)
482 oldval = c[PACKAGESITE].value;
495 free(c[PACKAGESITE].value);
496 c[PACKAGESITE].value = strdup(sbuf_data(newval));
529 val = yaml_document_get_node(doc, pair->value);
554 for (j = 0; j < strlen(key->data.scalar.value); ++j)
556 toupper(key->data.scalar.value[
860 const char *value; local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dopts.c115 static int common_handle_option (size_t scode, const char *arg, int value,
134 value, otherwise return -1. */
203 int value = 1; local
222 value = 0;
233 if (!value && (option->flags & CL_REJECT_NEGATIVE))
254 if (!value)
293 value = integral_argument (arg);
294 if (value == -1)
306 *(int *) option->flag_var = value;
310 *(int *) option->flag_var = (value
651 common_handle_option(size_t scode, const char *arg, int value, unsigned int lang_mask) argument
1042 int value; local
1209 int value = atoi (p); local
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dvalarith.c25 #include "value.h"
43 static struct value *value_subscripted_rvalue (struct value *, struct value *, int);
87 struct value *
88 value_add (struct value *arg1, struct value *arg2)
90 struct value *valint;
91 struct value *valptr;
107 struct value *retva
[all...]
H A Dvarobj.c20 #include "value.h"
94 /* The value of this expression or subexpression. This may be NULL. */
95 struct value *value; member in struct:varobj
97 /* Did an error occur evaluating the expression or getting its value? */
195 static int my_value_equal (struct value *, struct value *, int *);
215 static struct value *value_of_root (struct varobj **var_handle, int *);
217 static struct value *value_of_child (struct varobj *parent, int index);
235 static struct value *c_value_of_roo
793 struct value *value; local
1683 struct value *value; local
1933 struct value *value; local
2339 struct value *value; local
[all...]
/freebsd-10.0-release/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c565 * Find the value of a variable
595 /* no value */
619 /* skip to end of value */
640 * Parse an int32 value
659 * Parse an uint32 value
1108 op_ntpSystem(struct snmp_context *ctx __unused, struct snmp_value *value, argument
1111 asn_subid_t which = value->var.subs[sub - 1];
1130 value->v.integer = sys_leap;
1136 value->v.integer = sys_stratum;
1142 value
1208 op_ntpPeersVarTable(struct snmp_context *ctx __unused, struct snmp_value *value, u_int sub, u_int iidx, enum snmp_op op) argument
1344 op_ntpFilterPeersVarTable(struct snmp_context *ctx __unused, struct snmp_value *value, u_int sub, u_int iidx, enum snmp_op op) argument
1470 op_begemot_ntp(struct snmp_context *ctx __unused, struct snmp_value *value, u_int sub, u_int iidx __unused, enum snmp_op op) argument
[all...]
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.c133 const void *value)
154 if (!dbus_message_iter_append_basic(&iter_dict_val, value_type, value))
167 const char *value, const dbus_uint32_t value_len)
191 &(value[i])))
212 * @param value The string value
217 const char *key, const char *value)
219 if (!value)
222 &value);
232 * @param value Th
130 _wpa_dbus_add_dict_entry_basic(DBusMessageIter *iter_dict, const char *key, const int value_type, const void *value) argument
165 _wpa_dbus_add_dict_entry_byte_array( DBusMessageIter *iter_dict, const char *key, const char *value, const dbus_uint32_t value_len) argument
216 wpa_dbus_dict_append_string(DBusMessageIter *iter_dict, const char *key, const char *value) argument
236 wpa_dbus_dict_append_byte(DBusMessageIter *iter_dict, const char *key, const char value) argument
254 wpa_dbus_dict_append_bool(DBusMessageIter *iter_dict, const char *key, const dbus_bool_t value) argument
272 wpa_dbus_dict_append_int16(DBusMessageIter *iter_dict, const char *key, const dbus_int16_t value) argument
291 wpa_dbus_dict_append_uint16(DBusMessageIter *iter_dict, const char *key, const dbus_uint16_t value) argument
310 wpa_dbus_dict_append_int32(DBusMessageIter *iter_dict, const char *key, const dbus_int32_t value) argument
329 wpa_dbus_dict_append_uint32(DBusMessageIter *iter_dict, const char *key, const dbus_uint32_t value) argument
348 wpa_dbus_dict_append_int64(DBusMessageIter *iter_dict, const char *key, const dbus_int64_t value) argument
367 wpa_dbus_dict_append_uint64(DBusMessageIter *iter_dict, const char *key, const dbus_uint64_t value) argument
386 wpa_dbus_dict_append_double(DBusMessageIter *iter_dict, const char *key, const double value) argument
404 wpa_dbus_dict_append_object_path(DBusMessageIter *iter_dict, const char *key, const char *value) argument
426 wpa_dbus_dict_append_byte_array(DBusMessageIter *iter_dict, const char *key, const char *value, const dbus_uint32_t value_len) argument
538 wpa_dbus_dict_bin_array_add_element(DBusMessageIter *iter_array, const u8 *value, size_t value_len) argument
806 const char *value; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Drev-table.c75 DBT key, value;
88 svn_fs_base__result_dbt(&value),
90 svn_fs_base__track_dbt(&value, pool);
100 skel = svn_skel__parse(value.data, value.size, pool);
127 DBT key, value;
149 svn_fs_base__skel_to_dbt(&value, skel, pool),
175 DBT key, value;
189 svn_fs_base__nodata_dbt(&value),
194 /* Free the cursor. Ignore any error value
73 DBT key, value; local
125 DBT key, value; local
172 DBT key, value; local
[all...]
/freebsd-10.0-release/usr.bin/tip/tip/
H A Dtip.c72 setboolean(value(DC), TRUE);
181 if (HW && ttysetup(number(value(BAUDRATE)))) {
183 number(value(BAUDRATE)));
194 if (!HW && ttysetup(number(value(BAUDRATE)))) {
196 number(value(BAUDRATE)));
235 if (value(LINEDISC) != TTYDISC) {
236 int ld = (int)(intptr_t)value(LINEDISC);
397 if (boolean(value(SCRIPT))) {
405 if ((gch == character(value(ESCAPE))) && bol) {
410 } else if (!cumode && gch == character(value(RAISECHA
[all...]
H A Dtipout.c90 if (boolean(value(SCRIPT)) && fscript != NULL)
93 setboolean(value(SCRIPT), FALSE);
100 setboolean(value(SCRIPT), TRUE);
110 if (boolean(value(SCRIPT)) && fscript != NULL)
121 setboolean(value(BEAUTIFY), !boolean(value(BEAUTIFY)));
171 if (boolean(value(SCRIPT)) && fscript != NULL) {
172 if (!boolean(value(BEAUTIFY))) {
177 any(*cp, value(EXCEPTIONS)))
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dspu-dis.c95 int value; local
219 value = DECODE_INSN_I16 (insn) * 4;
220 if (value == 0)
221 (*info->fprintf_func) (info->stream, "%d", value); local
224 hex_value = memaddr + value;
229 value = DECODE_INSN_U16 (insn) * 4;
230 if (value == 0)
231 (*info->fprintf_func) (info->stream, "%d", value); local
233 (*info->print_address_func) (value, info);
236 value
[all...]
/freebsd-10.0-release/contrib/smbfs/lib/smb/
H A Drap.c154 smb_rap_rqparam_z(struct smb_rap *rap, const char *value) argument
156 int len = strlen(value) + 1;
158 bcopy(value, rap->r_npbuf, len);
165 smb_rap_rqparam(struct smb_rap *rap, char ptype, char plen, long value) argument
173 setwle(p, 0, value);
177 setdle(p, 0, value);
181 memset(p, value, plen);
234 smb_rap_setNparam(struct smb_rap *rap, long value) argument
245 rap->r_rcvbuflen = value;
250 error = smb_rap_rqparam(rap, ptype, plen, value);
260 smb_rap_setPparam(struct smb_rap *rap, void *value) argument
281 smb_rap_getNparam(struct smb_rap *rap, long *value) argument
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/
H A Dgsstool.c106 (int)str.length, (char *)str.value);
116 (int)mech_name.length, (char *)mech_name.value);
118 (int)mech_desc.length, (char *)mech_desc.value);
120 (int)sasl_name.length, (char *)sasl_name.value);
159 (int)name.length, (char *)name.value);
161 (int)desc.length, (char *)desc.value);
163 gss_buffer_desc value; local
165 if (gss_mo_get(mech, &set->elements[n], &value) != 0)
166 value.length = 0;
168 if (value
[all...]
/freebsd-10.0-release/etc/defaults/
H A Dperiodic.conf316 local var=$1 dailyvar value
320 eval value=\"\$$dailyvar\"
321 [ -z "$value" ] && return
324 case "$value" in
330 eval $var=\"$value\"
336 local var="$1" periodvar value period
338 eval value=\"\$$var\"
339 case "$value" in
373 echo "ASSERTION FAILED: Unexpected value for " \
/freebsd-10.0-release/sys/dev/sound/pci/
H A Datiixp.c220 uint32_t value; local
226 value = atiixp_rd(sc, ATI_REG_IER);
228 value |= ATI_REG_IER_IO_STATUS_EN;
235 value &= ~(ATI_REG_IER_IN_XRUN_EN | ATI_REG_IER_OUT_XRUN_EN |
238 value |= ATI_REG_IER_IN_XRUN_EN;
239 value |= ATI_REG_IER_OUT_XRUN_EN;
241 value |= ATI_REG_IER_SPDF_XRUN_EN;
242 value |= ATI_REG_IER_SPDF_STATUS_EN;
245 atiixp_wr(sc, ATI_REG_IER, value);
261 uint32_t value, timeou local
336 uint32_t value; local
348 uint32_t value; local
490 uint32_t value; local
722 uint32_t value; local
937 uint32_t value; local
1334 uint32_t value; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h58 // the return value of Update() should actually be interpreted as "ValueObjectSyntheticFilter cache is good/bad"
65 // might validly decide not to inquire for children given a false return value from this call
94 Flags (uint32_t value) : argument
95 m_flags (value)
128 SetCascades (bool value = true)
130 if (value)
144 SetSkipPointers (bool value = true)
146 if (value)
160 SetSkipReferences (bool value = true)
162 if (value)
176 SetValue(uint32_t value) argument
212 SetCascades(bool value) argument
218 SetSkipsPointers(bool value) argument
224 SetSkipsReferences(bool value) argument
236 SetOptions(uint32_t value) argument
[all...]
/freebsd-10.0-release/contrib/sendmail/src/
H A Dmacro.c37 /* table for next id in non-printable ASCII range: disallow some value */
365 ** MACDEFINE -- bind a macro name to a value
367 ** Set a macro to a value, with fancy storage management.
368 ** macdefine will make a copy of the value, if required,
369 ** and will ensure that the storage for the previous value
374 ** vclass -- storage class of 'value', ignored if value==NULL.
375 ** A_HEAP means that the value was allocated by
377 ** A_TEMP means that value points to temporary storage,
379 ** A_PERM means that value point
420 xputs(sm_debug_file(), value); local
496 xputs(sm_debug_file(), value); local
[all...]
/freebsd-10.0-release/sys/ddb/
H A Ddb_sym.c85 db_printf("Invalid value: %d", *(int*)valuep);
194 * Note: return value points to static data whose content is
244 db_expr_t value; local
256 db_symbol_values(sym, &name, &value);
257 if (value < DPCPU_START || value >= DPCPU_STOP)
259 *valuep = (db_expr_t)((uintptr_t)value + dpcpu_off[cpu]);
270 db_expr_t value; local
282 db_symbol_values(sym, &name, &value);
283 if (value < VNET_STAR
417 db_expr_t value; local
459 db_expr_t value; local
[all...]
/freebsd-10.0-release/sys/kern/
H A Dsubr_hints.c47 * Define kern.hintmode sysctl, which only accept value 2, that cause to
57 int eqidx, error, from_kenv, i, value; local
61 value = hintmode;
63 /* Fetch candidate for new hintmode value */
64 error = sysctl_handle_int(oidp, &value, 0, req);
68 if (value != 2)
105 /* Bad hint value */
117 hintmode = value;
132 const char *name, int *unit, const char *resname, const char *value,
229 if (hit && value
131 res_find(int *line, int *startln, const char *name, int *unit, const char *resname, const char *value, const char **ret_name, int *ret_namelen, int *ret_unit, const char **ret_resname, int *ret_resnamelen, const char **ret_value) argument
281 resource_find(int *line, int *startln, const char *name, int *unit, const char *resname, const char *value, const char **ret_name, int *ret_namelen, int *ret_unit, const char **ret_resname, int *ret_resnamelen, const char **ret_value) argument
405 resource_find_match(int *anchor, const char **name, int *unit, const char *resname, const char *value) argument
434 resource_find_dev(int *anchor, const char *name, int *unit, const char *resname, const char *value) argument
457 int error, value; local
[all...]
/freebsd-10.0-release/sys/x86/x86/
H A Dlocal_apic.c171 static uint32_t lvt_mode(struct lapic *la, u_int pin, uint32_t value);
179 lvt_mode(struct lapic *la, u_int pin, uint32_t value) argument
189 value &= ~(APIC_LVT_M | APIC_LVT_TM | APIC_LVT_IIPP | APIC_LVT_DM |
192 value |= APIC_LVT_TM;
194 value |= APIC_LVT_IIPP_INTALO;
196 value |= APIC_LVT_M;
197 value |= lvt->lvt_mode;
206 value |= APIC_LVT_TM;
211 value |= lvt->lvt_vector;
214 panic("bad APIC LVT delivery mode: %#x\n", value);
413 uint32_t value; local
495 u_long value; local
547 uint32_t value; local
558 u_int32_t value; local
836 u_int32_t value; local
850 u_int32_t value; local
864 u_int32_t value; local
1419 register_t value, saveintr; local
[all...]
/freebsd-10.0-release/contrib/atf/atf-sh/
H A Datf-check.cpp76 int value; member in struct:__anon177::status_check
82 value(p_value)
99 std::string value; member in struct:__anon177::output_check
105 value(p_value)
171 const int value = atf::text::to_type< int >(str); local
172 if (value < 0 || value > 255)
174 return value;
239 int value; local
248 value
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.d41 this->value = (int *)alloca(sizeof (int));
42 *this->value = 1;
43 copyout(this->value, arg0, sizeof (int));
/freebsd-10.0-release/contrib/dialog/samples/
H A Dinputmenu121 value=`$DIALOG --clear --ok-label "Create" \
60 tag=`echo "$value" |sed -e 's/^RENAMED //' -e 's/:.*//'`
61 item=`echo "$value" |sed -e 's/^[^:]*:[ ]*//' -e 's/[ ]*$//'`
H A Dinputmenu222 value=`$DIALOG --clear --ok-label "Create" \
68 tag=`echo "$value" |sed -e 's/^RENAMED //' -e 's/:.*/:/'`
69 item=`echo "$value" |sed -e 's/^[^:]*:[ ]*//' -e 's/[ ]*$//'`

Completed in 297 milliseconds

<<11121314151617181920>>