Home
last modified time | relevance | path

Searched defs:values (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/netbsd-src/usr.sbin/inetd/
H A Dparse_v2.c660 unknown_handler(struct servtab *sep, vlist values) in unknown_handler()
668 bind_handler(struct servtab *sep, vlist values) in bind_handler()
685 socket_type_handler(struct servtab *sep, vlist values) in socket_type_handler()
711 filter_handler(struct servtab *sep, vlist values) in filter_handler()
751 protocol_handler(struct servtab *sep, vlist values) in protocol_handler()
817 send_buf_handler(struct servtab *sep, vlist values) in send_buf_handler()
852 recv_buf_handler(struct servtab *sep, vlist values) in recv_buf_handler()
887 wait_handler(struct servtab *sep, vlist values) in wait_handler()
933 service_max_handler(struct servtab *sep, vlist values) in service_max_handler()
970 ip_max_handler(struct servtab *sep, vlist values) in ip_max_handler()
[all …]
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPAttribute.cpp49 LDAPAttribute::LDAPAttribute(const string& name, const StringList& values){ in LDAPAttribute()
57 LDAPAttribute::LDAPAttribute(const char *name, char **values){ in LDAPAttribute()
65 LDAPAttribute::LDAPAttribute(const char *name, BerValue **values){ in LDAPAttribute()
91 int LDAPAttribute::setValues(char **values){ in setValues()
102 int LDAPAttribute::setValues(BerValue **values){ in setValues()
115 void LDAPAttribute::setValues(const StringList& values){ in setValues()
H A DLDAPAttributeList.cpp54 */ BerValue **values; in LDAPAttributeList() local
125 const StringList& values = attr.getValues(); in addAttribute() local
/openbsd-src/usr.sbin/rpki-client/
H A Doutput-ometric.c106 const char *values[2]; ta_stats() local
121 const char *values[4]; repo_tal_stats() local
138 const char *values[3]; repo_stats() local
169 const char *values[4]; output_ometric() local
[all...]
H A Dometric.c198 olabels_new(const char * const *keys, const char **values) in olabels_new()
254 olabels_add_extras(struct olabels *ol, const char **keys, const char **values) in olabels_add_extras()
462 ometric_set_info(struct ometric *om, const char **keys, const char **values, in ometric_set_info()
509 const char **keys, const char **values, struct olabels *ol) in ometric_set_int_with_labels()
520 const char **keys, const char **values, struct olabels *ol) in ometric_set_timespec_with_labels()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Dmetadata.c19 LLVMValueRef values[] = { LLVMConstInt(LLVMInt32Type(), 0, 0) }; in llvm_add_named_metadata_operand() local
31 LLVMValueRef values[] = { LLVMConstInt(LLVMInt32Type(), 0, 0) }; in llvm_set_metadata() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Dmetadata.c19 LLVMValueRef values[] = { LLVMConstInt(LLVMInt32Type(), 0, 0) }; in llvm_add_named_metadata_operand() local
31 LLVMValueRef values[] = { LLVMConstInt(LLVMInt32Type(), 0, 0) }; in llvm_set_metadata() local
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dlinespec.c478 struct symtabs_and_lines values, return_values; in decode_line_2() local
716 struct symtabs_and_lines values; in decode_line_1() local
944 struct symtabs_and_lines values; in decode_indirect() local
1076 struct symtabs_and_lines values; in decode_objc() local
1163 struct symtabs_and_lines values; in decode_compound() local
1402 struct symtabs_and_lines values; in find_method() local
1564 struct symtabs_and_lines values; in decode_all_digits() local
1650 struct symtabs_and_lines values; in decode_dollar() local
1780 struct symtabs_and_lines values; in symbol_found() local
1836 struct symtabs_and_lines values; in minsym_found() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfibonacci_heap.c67 int values[TEST_HEAP_N]; in test_basic_heap_operations() local
116 int values[TEST_HEAP_N]; in test_replace_key() local
143 int values[3 * TEST_HEAP_N]; in test_duplicate_keys() local
/openbsd-src/usr.sbin/bgpctl/
H A Dometric.c198 olabels_new(const char * const *keys, const char **values) in olabels_new()
254 olabels_add_extras(struct olabels *ol, const char **keys, const char **values) in olabels_add_extras()
460 ometric_set_info(struct ometric *om, const char **keys, const char **values, in ometric_set_info()
507 const char **keys, const char **values, struct olabels *ol) in ometric_set_int_with_labels()
518 const char **keys, const char **values, struct olabels *ol) in ometric_set_timespec_with_labels()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfibonacci_heap.cc67 int values[TEST_HEAP_N]; in test_basic_heap_operations() local
116 int values[TEST_HEAP_N]; in test_replace_key() local
143 int values[3 * TEST_HEAP_N]; in test_duplicate_keys() local
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DOvw_data.cc121 Value *values; in get_labels() local
197 Value *values; in extract_data() local
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dinit.c326 struct berval values[] = { in backsql_db_open() local
385 struct berval values[] = { in backsql_db_open() local
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DOvw_data.cc121 Value *values; in get_labels() local
197 Value *values; in extract_data() local
/openbsd-src/lib/libssl/
H A Dssl_sigalgs.c206 const uint16_t *values; in ssl_sigalg_from_value() local
225 const uint16_t *values; in ssl_sigalgs_build() local
/netbsd-src/external/mpl/bind/dist/tests/isc/
H A Drandom_test.c302 uint32_t values[REPS]; random_test() local
401 monobit(uint16_t * values,size_t length) monobit() argument
430 runs(uint16_t * values,size_t length) runs() argument
504 blockfrequency(uint16_t * values,size_t length) blockfrequency() argument
561 binarymatrixrank(uint16_t * values,size_t length) binarymatrixrank() argument
[all...]
/netbsd-src/external/cddl/osnet/dist/common/zfs/
H A Dzprop_common.c77 int objset_types, const char *values, const char *colname, in zprop_register_impl()
108 zprop_attr_t attr, int objset_types, const char *values, in zprop_register_string()
118 zprop_attr_t attr, int objset_types, const char *values, in zprop_register_number()
127 zprop_attr_t attr, int objset_types, const char *values, in zprop_register_index()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbplatform.py37 def translate(values): argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D980505-2.c8 static Uint16 values[1] = {0x9300}; in f() local
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Danalyze_brprob.py79 def average(values): argument
82 def average_cutoff(values, cut): argument
90 def median(values): argument
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Danalyze_brprob.py79 def average(values): argument
82 def average_cutoff(values, cut): argument
90 def median(values): argument
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcheck-der.c76 int values[] = {0, 127, 128, 256, -128, -129, -1, -255, 255, in test_integer() local
200 unsigned int values[] = {0, 127, 128, 256, 512, 32768, in test_unsigned() local
407 time_t values[] = {0, 500159187}; in test_generalized_time() local
451 heim_oid values[] = { in test_oid() local
492 heim_bit_string values[] = { in test_bit_string() local
539 heim_integer values[] = { in test_heim_integer() local
600 int values[] = { 1, 0 }; in test_boolean() local
/openbsd-src/usr.bin/tmux/
H A Darguments.c38 struct args_values values; member
51 struct args_value *values; member
147 args_parse_flag_argument(struct args_value *values, u_int count, char **cause, in args_parse_flag_argument()
195 args_parse_flags(const struct args_parse *parse, struct args_value *values, in args_parse_flags()
244 args_parse(const struct args_parse *parse, struct args_value *values, in args_parse()
417 args_free_values(struct args_value *values, u_int count) in args_free_values()
480 struct args_value *values; in args_from_vector() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_bcons.c55 static BASIC_CONSTRAINTS *v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, in v2i_BASIC_CONSTRAINTS()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_bcons.c54 static BASIC_CONSTRAINTS *v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, in v2i_BASIC_CONSTRAINTS()

12345678910>>...17