Searched defs:value (Results 101 - 125 of 2147) sorted by relevance

1234567891011>>

/freebsd-current/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_getenv.c58 char name[1024], value[1024]; local
134 char value[1024]; local
143 ATF_CHECK_STREQ(getenv(name), value); local
[all...]
/freebsd-current/crypto/heimdal/appl/login/
H A Denv.c54 add_env(const char *var, const char *value) argument
/freebsd-current/crypto/heimdal/appl/telnet/telnet/
H A Dnetwork.c76 int value; local
/freebsd-current/crypto/heimdal/lib/hx509/
H A Denv.c56 hx509_env_add(hx509_context context, hx509_env *env, const char *key, const char *value) argument
/freebsd-current/crypto/heimdal/lib/gssapi/mech/
H A Dgss_get_name_attribute.c36 gss_get_name_attribute(OM_uint32 *minor_status, gss_name_t input_name, gss_buffer_t attr, int *authenticated, int *complete, gss_buffer_t value, gss_buffer_t display_value, int *more) argument
/freebsd-current/contrib/ntp/util/
H A Dtimetrim.c52 double value; local
[all...]
/freebsd-current/contrib/ofed/libibnetdisc/
H A Dg_hash_table.cpp70 GHashTableInsert(GHashTable *ght, void *key, void *value) argument
/freebsd-current/contrib/netbsd-tests/rump/kernspace/
H A Dthread.c74 static int value; variable
/freebsd-current/sys/contrib/ck/include/spinlock/
H A Ddec.h44 unsigned int value; member in struct:ck_spinlock_dec
62 unsigned int value; local
[all...]
H A Dcas.h42 unsigned int value; member in struct:ck_spinlock_cas
60 unsigned int value; local
[all...]
H A Dfas.h40 unsigned int value; member in struct:ck_spinlock_fas
58 bool value; local
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dsetenv.c134 setenv(const char *name, const char *value, int rewrite) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/
H A Dendianness.h53 inline uint16_t ByteSwap_16(uint16_t value) { argument
66 inline uint32_t ByteSwap_32(uint32_t value) { argument
81 ByteSwap_64(uint64_t value) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArch.h26 OptionValueArch(const ArchSpec &value) argument
61 void SetCurrentValue(const ArchSpec &value, bool set_value_was_set) { argument
67 void SetDefaultValue(const ArchSpec &value) { m_default_value = value; } argument
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueString.cpp44 Status OptionValueString::SetValueFromString(llvm::StringRef value, argument
120 SetCurrentValue(llvm::StringRef value) argument
130 AppendToCurrentValue(const char *value) argument
[all...]
H A DOptionValueUInt64.cpp48 uint64_t value; local
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-scd.h46 iwl_scd_enable_set_active(struct iwl_trans *trans, u32 value) argument
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Daggsum.c88 aggsum_init(aggsum_t *as, uint64_t value) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp127 INTERCEPTOR(int, mallopt, int cmd, int value) { return 0; } argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_leb128.h18 It EncodeSLEB128(T value, It begin, It end) { argument
37 T value = 0; local
55 It EncodeULEB128(T value, I argument
70 T value = 0; local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_poisoning.h39 FastPoisonShadow(uptr aligned_beg, uptr aligned_size, u8 value) argument
76 FastPoisonShadowPartialRightRedzone( uptr aligned_addr, uptr size, uptr redzone_size, u8 value) argument
[all...]
/freebsd-current/contrib/opencsd/decoder/source/
H A Dtrc_printable_elem.cpp48 void trcPrintableElem::getValStr(std::string &valStr, const int valTotalBitSize, const int valValidBits, const uint64_t value, const bool asHex /* = true*/, const int updateBits /* = 0*/) argument
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dt_bitst.c33 int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, const char *name, int value, argument
H A Da_bitstr.c146 int ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value) argument
H A Da_type.c26 void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value) argument
41 int ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value) argument
[all...]

Completed in 343 milliseconds

1234567891011>>