Searched refs:values (Results 151 - 175 of 368) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/openzfs/cmd/
H A Darc_summary333 English, which use the same words for different values. See
414 for section in SECTION_PATHS.values():
515 """Print text and two values, no indent"""
516 values = '{0:>9} {1:>9}'.format(value1, value2)
517 spc = ' '*(LINE_LENGTH-(len(text)+len(values)+2))
518 print('{0}{spc} {1}'.format(text, values, spc=spc))
522 """Print text and two values, with indent"""
523 values = '{0:>9} {1:>9}'.format(value1, value2)
524 spc = ' '*(LINE_LENGTH-(len(INDENT)+len(text)+len(values)+2))
525 print(INDENT+'{0}{spc} {1}'.format(text, values, sp
[all...]
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_utl.c317 STACK_OF(CONF_VALUE) *values = NULL;
352 if (!X509V3_add_value(ntmp, NULL, &values)) {
367 if (!X509V3_add_value(ntmp, vtmp, &values)) {
383 if (!X509V3_add_value(ntmp, vtmp, &values)) {
392 if (!X509V3_add_value(ntmp, NULL, &values)) {
397 return values;
401 sk_CONF_VALUE_pop_free(values, X509V3_conf_free);
1193 * Treat the IPv6 representation as a list of values separated by ':'.
/freebsd-current/lib/libjail/
H A Djail.c56 static int jailparam_import_enum(const char **values, int nvalues,
454 jailparam_import_enum(const char **values, int nvalues, const char *valstr, argument
461 if (valsize == strlen(values[i]) &&
462 !strncasecmp(valstr, values[i], valsize)) {
503 * Set booleans without values. If one has a value of
526 * Try to fill in missing values with an empty string.
735 char *value, *tvalue, **values; local
759 values = alloca(nval * sizeof(char *));
834 values[i] = alloca(valuelens[i]);
835 strcpy(values[
[all...]
/freebsd-current/contrib/libfido2/tools/
H A Dutil.c183 const bool *values; local
197 (values = fido_cbor_info_options_value_ptr(cbor_info)) == NULL) {
205 *val = values[i];
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCounter.cpp65 cl::values(clEnumValN(Type::Unknown, "unknown", "UNKOWN"),
77 cl::values(
87 cl::values(
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp106 cl::values(clEnumValN(ReplayInlinerSettings::Scope::Function, "Function",
119 cl::values(
136 cl::values(
/freebsd-current/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Ddataset.py43 "values", "colname", "rightalign", "visible", "indextable"
60 self.values = t[7]
/freebsd-current/crypto/heimdal/lib/wind/
H A Dgen-normalize.py62 for v in trans.values():
/freebsd-current/contrib/wpa/src/wps/
H A Dupnp_xml.c112 * Some values implied by the above are however illegal because they
177 * other in args and their values go here, if any
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionInfo.cpp51 cl::values(
H A DBlockFrequencyInfo.cpp39 cl::values(clEnumValN(GVDT_None, "none", "do not display graphs."),
77 cl::values(clEnumValN(PGOVCT_None, "none", "do not show."),
/freebsd-current/contrib/ntp/include/
H A Dntp_refclock.h36 * Configuration flag values
117 u_char nvalues; /* values following */
119 u_short svalues; /* values format sign array */
121 u_int32 values[NCLKBUGVALUES]; /* real values */ member in struct:refclockbug
/freebsd-current/share/mk/
H A Dbsd.linker.mk117 # Use LD's values
124 # Export the values so sub-makes don't have to look them up again, using the
/freebsd-current/sys/dev/sfxge/common/
H A Dmcdi_mon.c444 __inout_ecount(EFX_MON_NSTATS) efx_mon_stat_value_t *values)
458 esmp, NULL, values);
502 __inout_ecount(EFX_MON_NSTATS) efx_mon_stat_limits_t *values)
544 values[stat] = limits[limit_index];
441 mcdi_mon_stats_update( __in efx_nic_t *enp, __in efsys_mem_t *esmp, __inout_ecount(EFX_MON_NSTATS) efx_mon_stat_value_t *values) argument
500 mcdi_mon_limits_update( __in efx_nic_t *enp, __inout_ecount(EFX_MON_NSTATS) efx_mon_stat_limits_t *values) argument
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCTargetOptionsCommandFlags.cpp81 cl::values(clEnumValN(EmitDwarfUnwindType::Always, "always",
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.cpp65 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
89 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
113 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
137 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
H A Dxray-graph-diff.cpp109 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
132 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
156 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
180 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none",
/freebsd-current/contrib/bmake/unit-tests/
H A Ddollar.mk22 # These variable values are not accessed.
H A Ddirective-for-escape.mk3 # Test escaping of special characters in the iteration values of a .for loop.
4 # These values get expanded later using the :U variable modifier, and this
38 # was adventurous enough to use literal dollar signs in the values of a .for
215 # What happens if the values from the .for loop contain a literal newline?
H A Dcmdline.mk46 # such values to sub-makes via MAKEFLAGS, no special encoding is needed.
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DMemory.inc25 // are not a bitwise combination of RWX values
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp348 llvm::Metadata *values[2]; local
349 values[0] = ConstantAsMetadata::get(new_result_global);
350 values[1] = ConstantAsMetadata::get(new_constant_int);
352 ArrayRef<Metadata *> value_ref(values, 2);
908 llvm::Metadata *values[2]; local
909 values[0] = ConstantAsMetadata::get(persistent_global);
910 values[1] = ConstantAsMetadata::get(constant_int);
912 ArrayRef<llvm::Metadata *> value_ref(values, 2);
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dgen_encode.c66 } *p, values[] = { local
99 for(p = values; p->value != -1; p++)
/freebsd-current/sys/dev/usb/net/
H A Dif_smsc.c52 * the Ethernet frame, this means if the frame is padded with non-zero values
833 * values from the EEPROM.
1152 /* Each frame is prefixed with two 32-bit values describing the
1274 * values. The 'link down' and 'auto-negotiation complete' interrupts
1547 int values[6]; local
1556 &values[0], &values[1], &values[2],
1557 &values[3], &values[
[all...]
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_refclock.c640 * jitter. To see the modified values, check the NTP clock variable
1242 * refclock_control - set and/or return clock values
1245 * values from the interface structure that can be displayed using
1363 * values from the interface structure that can be displayed using
1395 * Copy structure values
1399 bug->values[0] = pp->year;
1400 bug->values[1] = pp->day;
1401 bug->values[2] = pp->hour;
1402 bug->values[3] = pp->minute;
1403 bug->values[
[all...]

Completed in 307 milliseconds

1234567891011>>