Searched refs:value (Results 226 - 250 of 3402) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/ncurses/progs/
H A Dtabs.c90 int value = 0; local
99 value *= 10;
100 value += (ch - '0');
102 result[n] = value + prior;
106 prg_name, value, result[n - 1]);
112 value = 0;
122 * If there is only one value, then it is an option such as "-8".
124 if ((n == 0) && (value > 0)) {
125 int step = value;
126 value
259 add_to_tab_list(char **append, const char *value) argument
327 skip_list(char *value) argument
[all...]
/freebsd-11.0-release/lib/libfigpar/
H A Dfigpar.c72 figpar_dummy_config.value.u_num = 0;
90 char *directive, char *value), uint16_t processing_options)
105 char *value; local
134 directive = value = 0;
224 /* Move to what may be the start of the value */
239 /* If no value, allocate a dummy value and jump to action */
242 /* Initialize the value if not already done */
243 if (value == NULL && (value
88 parse_config(struct figpar_config options[], const char *path, int (*unknown)(struct figpar_config *option, uint32_t line, char *directive, char *value), uint16_t processing_options) argument
[all...]
/freebsd-11.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dgssapi.c92 input.value = buf;
101 memmove(buf, output.value, output.length);
123 input.value = from;
131 *to = output.value;
146 gss_addr->value = &sin6->sin6_addr;
155 gss_addr->value = &sin4->sin_addr;
192 bindings->application_data.value = NULL;
196 input_token.value = buf;
215 if(base64_encode(output_token.value, output_token.length, &p) < 0) {
247 (char*)status_string.value);
[all...]
/freebsd-11.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dgssapi.c92 input.value = buf;
101 memmove(buf, output.value, output.length);
123 input.value = from;
131 *to = output.value;
146 gss_addr->value = &sin6->sin6_addr;
155 gss_addr->value = &sin4->sin_addr;
192 bindings->application_data.value = NULL;
196 input_token.value = buf;
215 if(base64_encode(output_token.value, output_token.length, &p) < 0) {
247 (char*)status_string.value);
[all...]
/freebsd-11.0-release/contrib/dialog/
H A Dtimebox.c52 int value; member in struct:_box
86 wprintw(data->window, "%02d", data->value);
95 int period, int value,
106 data->value = value % period;
317 obj->value = 0;
325 obj->value = 23;
329 obj->value = 59;
337 obj->value /= 10;
346 hour = hr_box.value;
91 init_object(BOX * data, WINDOW *parent, int x, int y, int width, int height, int period, int value, int code) argument
376 int value = (obj->value * 10) + digit; local
[all...]
/freebsd-11.0-release/sys/arm/amlogic/aml8726/
H A Daml8726_usb_phy-m6.c146 uint32_t value; local
228 value = CSR_READ_4(sc, AML_USB_PHY_CFG_REG);
230 value &= ~(AML_USB_PHY_CFG_CLK_SEL_32K_ALT |
238 value |= AML_USB_PHY_CFG_CLK_SEL_32K_ALT;
242 value |= AML_USB_PHY_CFG_CLK_SEL_XTAL;
243 value |= ((div - 1) << AML_USB_PHY_CFG_CLK_DIV_SHIFT) &
245 value |= AML_USB_PHY_CFG_CLK_EN;
249 CSR_WRITE_4(sc, AML_USB_PHY_CFG_REG, value);
257 value = CSR_READ_4(sc, AML_USB_PHY_CTRL_REG);
259 value
372 uint32_t value; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DPredicate.h33 eBroadcastNever, ///< No broadcast will be sent when the value is modified.
34 eBroadcastAlways, ///< Always send a broadcast when the value is modified.
35 eBroadcastOnChange ///< Only broadcast if the value changes when the value is modified.
40 /// @brief A C++ wrapper class for providing threaded access to a value
43 /// A templatized class that provides multi-threaded access to a value
55 /// Initializes the mutex, condition and value with their default
66 /// Construct with initial T value \a initial_value.
69 /// constructors, and initializes the value with \a initial_value.
72 /// The initial value fo
101 T value = m_value; local
121 SetValue(T value, PredicateBroadcastType broadcast_type) argument
320 WaitForValueEqualTo(T value, const TimeValue *abstime = nullptr, bool *timed_out = nullptr) argument
441 WaitForValueNotEqualTo(T value, T &new_value, const TimeValue *abstime = nullptr) argument
[all...]
/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c90 * Fix integer overflows in return value.
185 char *value, int flags, int min, int max);
187 intmax_t value, int base, int min, int max, int flags);
195 intmax_t value; local
322 value = va_arg (args, int);
324 value = va_arg (args, long int);
326 value = va_arg (args, LLONG);
328 value = va_arg (args, ssize_t);
330 value = va_arg (args, intmax_t);
332 value
514 fmtstr(char *buffer, size_t *currlen, size_t maxlen, char *value, int flags, int min, int max) argument
555 fmtint(char *buffer, size_t *currlen, size_t maxlen, intmax_t value, int base, int min, int max, int flags) argument
642 abs_val(LDOUBLE value) argument
664 ROUND(LDOUBLE value) argument
[all...]
/freebsd-11.0-release/contrib/bsnmp/snmp_mibII/
H A DmibII_nettomedia.c96 op_nettomedia(struct snmp_context *ctx __unused, struct snmp_value *value, argument
109 if ((at = NEXT_OBJECT_OID(&mibarp_list, &value->var, sub)) == NULL)
111 index_append(&value->var, sub, &at->index);
115 if ((at = FIND_OBJECT_OID(&mibarp_list, &value->var, sub)) == NULL)
120 if ((at = FIND_OBJECT_OID(&mibarp_list, &value->var, sub)) == NULL)
129 switch (value->var.subs[sub - 1]) {
132 value->v.integer = at->index.subs[0];
136 return (string_get(value, at->phys, at->physlen));
139 value->v.ipaddress[0] = at->index.subs[1];
140 value
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBUnixSignals.cpp103 SBUnixSignals::SetShouldSuppress (int32_t signo, bool value) argument
110 log->Printf ("SBUnixSignals(%p)::SetShouldSuppress (signo=%d, value=%d)",
113 value);
117 return signals_sp->SetShouldSuppress(signo, value);
132 SBUnixSignals::SetShouldStop (int32_t signo, bool value) argument
139 log->Printf ("SBUnixSignals(%p)::SetShouldStop (signo=%d, value=%d)",
142 value);
146 return signals_sp->SetShouldStop(signo, value);
161 SBUnixSignals::SetShouldNotify (int32_t signo, bool value) argument
168 log->Printf ("SBUnixSignals(%p)::SetShouldNotify (signo=%d, value
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp36 OptionValueFileSpec::OptionValueFileSpec (const FileSpec &value, argument
39 m_current_value (value),
40 m_default_value (value),
79 OptionValueFileSpec::SetValueFromString (llvm::StringRef value, argument
92 if (value.size() > 0)
94 // The setting value may have whitespace, double-quotes, or single-quotes around the file
99 value = value.trim("\"' \t");
101 m_current_value.SetFile(value.str().c_str(), m_resolve);
108 error.SetErrorString("invalid value strin
[all...]
H A DOptionValueSInt64.cpp54 int64_t value = StringConvert::ToSInt64 (value_str.c_str(), 0, 0, &success); local
57 if (value >= m_min_value && value <= m_max_value)
60 m_current_value = value;
65 value,
71 error.SetErrorStringWithFormat ("invalid int64_t string value: '%s'",
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInstructionUtils.h18 // least significant bit (lsbit) of a 64-bit unsigned value.
27 // least significant bit (lsbit) of a 32-bit unsigned value.
35 // Return the bit value from the 'bit' position of a 32-bit unsigned value.
49 // least significant bit (lsbit) of a 32-bit unsigned value to 'val'.
59 // Set the 'bit' position of a 32-bit unsigned value to 'val'.
66 // Rotate a 32-bit unsigned value right by the specified amount.
74 // Rotate a 32-bit unsigned value left by the specified amount.
105 BitIsSet (const uint64_t value, const uint64_t bit)
107 return (value
[all...]
H A DRegisterContextMacOSXFrameBackchain.cpp85 RegisterValue &value)
118 value.SetUInt(reg_value, reg_info->byte_size);
127 value.SetUInt32(reg_value, RegisterValue::eTypeFloat);
132 value.SetUInt64(reg_value, RegisterValue::eTypeFloat);
140 value.SetUInt32(reg_value, RegisterValue::eTypeDouble);
145 value.SetUInt64(reg_value, RegisterValue::eTypeDouble);
157 value.SetUInt32(reg_value, RegisterValue::eTypeLongDouble);
162 value.SetUInt64(reg_value, RegisterValue::eTypeLongDouble);
175 const RegisterValue &value)
84 ReadRegister(const RegisterInfo *reg_info, RegisterValue &value) argument
174 WriteRegister(const RegisterInfo *reg_info, const RegisterValue &value) argument
/freebsd-11.0-release/contrib/tcpdump/
H A Dmakemib179 # new OBJECT IDENTIFIER ::= { parent value }
182 function oidadd(new, parent, value) {
184 if (parent == "0" && value == 0)
187 print "/* oidadd" inn(FILENAME) ":", new, "in", parent, "as", value, "line", $0, "*/"
194 inn(FILENAME), parent, new, value
197 # check if parent.value already exists
198 if (oid[new] > 0 && oid[new] != value) {
200 inn(FILENAME), parent, new, value, oid[new]
203 # check for new name for parent.value
206 if (oid[sib] == value) {
[all...]
/freebsd-11.0-release/contrib/ngatm/snmp_atm/
H A Dsnmp_atm.c397 atmif_get_aif(struct snmp_value *value, u_int sub, enum snmp_op op, argument
404 &value->var, sub)) == NULL)
406 value->var.len = sub + 1;
407 value->var.subs[sub] = (*aifp)->index;
412 &value->var, sub)) == NULL)
418 &value->var, sub)) == NULL)
425 &value->var, sub)) == NULL)
443 op_atmif(struct snmp_context *ctx __unused, struct snmp_value *value, argument
449 if ((err = atmif_get_aif(value, sub, op, &aif)) != SNMP_ERR_NOERROR)
453 switch (value
522 op_atmhw(struct snmp_context *ctx __unused, struct snmp_value *value, u_int sub, u_int vindex __unused, enum snmp_op op) argument
561 op_atm(struct snmp_context *ctx __unused, struct snmp_value *value, u_int sub, u_int vindex __unused, enum snmp_op op) argument
[all...]
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_entry_xattr.c80 free(entry->xattr_head->value);
90 const char *name, const void *value, size_t size)
100 if ((xp->value = malloc(size)) != NULL) {
101 memcpy(xp->value, value, size);
136 const char **name, const void **value, size_t *size)
140 *value = entry->xattr_p->value;
148 *value = NULL;
89 archive_entry_xattr_add_entry(struct archive_entry *entry, const char *name, const void *value, size_t size) argument
135 archive_entry_xattr_next(struct archive_entry * entry, const char **name, const void **value, size_t *size) argument
/freebsd-11.0-release/contrib/xz/src/xz/
H A Dhardware.c84 // Zero is a special value that indicates the default. Currently
101 memlimit_show(const char *str, uint64_t value) argument
103 // The memory usage limit is considered to be disabled if value
106 if (value == 0 || value == UINT64_MAX)
110 uint64_to_str(round_up_to_mib(value), 0),
111 uint64_to_str(value, 1));
/freebsd-11.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_prn.c71 /* Print out a name+value stack */
92 BIO_puts(out, nval->value);
93 else if (!nval->value)
97 BIO_printf(out, "%s:%s", nval->name, nval->value);
102 len = strlen(nval->value) + 1;
105 ascii2ebcdic(tmp, nval->value, len);
122 char *value = NULL; local
130 p = ext->value->data;
133 ASN1_item_d2i(NULL, &p, ext->value->length,
136 ext_str = method->d2i(NULL, &p, ext->value
[all...]
/freebsd-11.0-release/crypto/openssh/
H A Dopacket.h7 void ssh_packet_put_int(struct ssh *, u_int value);
8 void ssh_packet_put_int64(struct ssh *, u_int64_t value);
9 void ssh_packet_put_bignum(struct ssh *, BIGNUM * value);
10 void ssh_packet_put_bignum2(struct ssh *, BIGNUM * value);
20 void ssh_packet_get_bignum(struct ssh *, BIGNUM * value);
21 void ssh_packet_get_bignum2(struct ssh *, BIGNUM * value);
69 #define packet_put_char(value) \
70 ssh_packet_put_char(active_state, (value))
71 #define packet_put_int(value) \
72 ssh_packet_put_int(active_state, (value))
[all...]
/freebsd-11.0-release/contrib/ncurses/ncurses/tinfo/
H A Dadd_tries.c70 ptr->value = (unsigned short) code;
84 ptr->value = 0;
97 ptr->value = 0;
116 ptr->value = 0;
119 ptr->value = (unsigned short) code;
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dmkstemps.c82 static gcc_uint64_t value; local
103 value += ((gcc_uint64_t) tv.tv_usec << 16) ^ tv.tv_sec ^ getpid ();
105 value += getpid ();
110 gcc_uint64_t v = value;
131 /* This is a random value. It is only necessary that the next
134 value += 7777;
/freebsd-11.0-release/contrib/amd/amd/
H A Dinfo_nisplus.c65 char *value; member in struct:nisplus_search_callback_data
70 nisplus_callback(const nis_name key, const nis_object *value, voidp opaquedata) argument
72 char *kp = strnsave(ENTRY_VAL(value, 0), ENTRY_LEN(value, 0));
73 char *vp = strnsave(ENTRY_VAL(value, 1), ENTRY_LEN(value, 1));
141 nisplus_search_callback(const nis_name key, const nis_object *value, voidp opaquedata) argument
145 dlog("NISplus search callback for <%s>", ENTRY_VAL(value, 0));
146 dlog("NISplus search callback value <%s>", ENTRY_VAL(value,
216 nis_object *value = result->objects.objects_val; local
[all...]
/freebsd-11.0-release/contrib/binutils/libiberty/
H A Dmkstemps.c82 static gcc_uint64_t value; local
103 value += ((gcc_uint64_t) tv.tv_usec << 16) ^ tv.tv_sec ^ getpid ();
105 value += getpid ();
110 gcc_uint64_t v = value;
131 /* This is a random value. It is only necessary that the next
134 value += 7777;
/freebsd-11.0-release/contrib/file/src/
H A Dis_tar.c135 int value; local
142 value = 0;
144 value = (value << 3) | (*where++ - '0');
151 return value;

Completed in 163 milliseconds

1234567891011>>