/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | rriterator.c | 40 dns_rriterator_init(dns_rriterator_t *it, dns_db_t *db, dns_dbversion_t *ver, in dns_rriterator_init() 63 dns_rriterator_first(dns_rriterator_t *it) { in dns_rriterator_first() 116 dns_rriterator_nextrrset(dns_rriterator_t *it) { in dns_rriterator_nextrrset() 162 dns_rriterator_next(dns_rriterator_t *it) { in dns_rriterator_next() 180 dns_rriterator_pause(dns_rriterator_t *it) { in dns_rriterator_pause() 186 dns_rriterator_destroy(dns_rriterator_t *it) { in dns_rriterator_destroy() 201 dns_rriterator_current(dns_rriterator_t *it, dns_name_t **name, uint32_t *ttl, in dns_rriterator_current()
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | rriterator.c | 40 dns_rriterator_init(dns_rriterator_t *it, dns_db_t *db, dns_dbversion_t *ver, in dns_rriterator_init() argument 63 dns_rriterator_first(dns_rriterator_t * it) dns_rriterator_first() argument 116 dns_rriterator_nextrrset(dns_rriterator_t * it) dns_rriterator_nextrrset() argument 162 dns_rriterator_next(dns_rriterator_t * it) dns_rriterator_next() argument 180 dns_rriterator_pause(dns_rriterator_t * it) dns_rriterator_pause() argument 186 dns_rriterator_destroy(dns_rriterator_t * it) dns_rriterator_destroy() argument 201 dns_rriterator_current(dns_rriterator_t * it,dns_name_t ** name,uint32_t * ttl,dns_rdataset_t ** rdataset,dns_rdata_t ** rdata) dns_rriterator_current() argument [all...] |
/netbsd-src/external/bsd/elftosb/dist/common/ |
H A D | EvalContext.cpp | 25 variable_map_t::const_iterator it = m_variables.find(name); in isVariableDefined() local 31 variable_map_t::const_iterator it = m_variables.find(name); in getVariableValue() local 42 variable_map_t::const_iterator it = m_variables.find(name); in getVariableSize() local 54 variable_map_t::const_iterator it = m_variables.find(name); in setVariable() local 70 variable_map_t::const_iterator it = m_variables.find(name); in isVariableLocked() local 81 variable_map_t::iterator it = m_variables.find(name); in lockVariable() local 92 variable_map_t::iterator it = m_variables.find(name); in unlockVariable() local 103 variable_map_t::iterator it = m_variables.begin(); in dump() local
|
H A D | OptionDictionary.cpp | 16 option_map_t::iterator it = m_options.begin(); in ~OptionDictionary() local 52 option_map_t::const_iterator it = m_options.find(name); in getOption() local 84 option_map_t::iterator it = m_options.find(name); in setOption() local 130 option_map_t::const_iterator it = m_options.find(name); in isOptionLocked() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
H A D | x_int64.c | 29 static int uint64_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_new() 38 static void uint64_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_free() 44 static void uint64_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_clear() 50 const ASN1_ITEM *it) in uint64_i2c() 74 int utype, char *free_cont, const ASN1_ITEM *it) in uint64_c2i() 114 static int uint64_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, in uint64_print() 124 static int uint32_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_new() 133 static void uint32_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_free() 139 static void uint32_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_clear() 145 const ASN1_ITEM *it) in uint32_i2c() [all …]
|
H A D | tasn_new.c | 27 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it) in ASN1_item_new() 37 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_item_ex_new() 42 int asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) in asn1_item_embed_new() 169 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_item_clear() 204 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item); in asn1_template_new() local 262 static int asn1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it, in asn1_primitive_new() 330 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_primitive_clear()
|
H A D | tasn_utl.c | 29 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_get_choice_selector() 40 const ASN1_ITEM *it) in asn1_set_choice_selector() 58 int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) in asn1_do_lock() 104 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_get_enc_ptr() 115 void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_enc_init() 126 void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_enc_free() 139 const ASN1_ITEM *it) in asn1_enc_save() 159 const ASN1_ITEM *it) in asn1_enc_restore()
|
H A D | x_bignum.c | 74 static int bn_secure_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in bn_secure_new() 83 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in bn_free() 95 const ASN1_ITEM *it) in bn_i2c() 116 int utype, char *free_cont, const ASN1_ITEM *it) in bn_c2i() 131 int utype, char *free_cont, const ASN1_ITEM *it) in bn_secure_c2i() 149 static int bn_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, in bn_print()
|
H A D | tasn_fre.c | 18 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it) in ASN1_item_free() 23 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_item_ex_free() 28 void asn1_item_embed_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) in asn1_item_embed_free() 146 void asn1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) in asn1_primitive_free()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
H A D | x_int64.c | 29 static int uint64_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_new() 38 static void uint64_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_free() 44 static void uint64_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint64_clear() 50 const ASN1_ITEM *it) in uint64_i2c() 74 int utype, char *free_cont, const ASN1_ITEM *it) in uint64_c2i() 114 static int uint64_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, in uint64_print() 124 static int uint32_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_new() 133 static void uint32_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_free() 139 static void uint32_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in uint32_clear() 145 const ASN1_ITEM *it) in uint32_i2c() [all …]
|
H A D | tasn_new.c | 29 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it) in ASN1_item_new() 37 ASN1_VALUE *ASN1_item_new_ex(const ASN1_ITEM *it, OSSL_LIB_CTX *libctx, in ASN1_item_new_ex() 49 int ossl_asn1_item_ex_new_intern(ASN1_VALUE **pval, const ASN1_ITEM *it, in ossl_asn1_item_ex_new_intern() 55 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_item_ex_new() 60 int asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed, in asn1_item_embed_new() 174 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_item_clear() 210 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item); in asn1_template_new() local 261 static int asn1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it, in asn1_primitive_new() 329 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_primitive_clear()
|
H A D | tasn_utl.c | 29 int ossl_asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) in ossl_asn1_get_choice_selector() 37 const ASN1_ITEM *it) in ossl_asn1_get_choice_selector_const() 49 const ASN1_ITEM *it) in ossl_asn1_set_choice_selector() 68 int ossl_asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) in ossl_asn1_do_lock() 112 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) in asn1_get_enc_ptr() 125 const ASN1_ITEM *it) in asn1_get_const_enc_ptr() 137 void ossl_asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) in ossl_asn1_enc_init() 148 void ossl_asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in ossl_asn1_enc_free() 161 const ASN1_ITEM *it) in ossl_asn1_enc_save() 183 const ASN1_ITEM *it) in ossl_asn1_enc_restore()
|
H A D | x_bignum.c | 74 static int bn_secure_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in bn_secure_new() 83 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in bn_free() 95 const ASN1_ITEM *it) in bn_i2c() 116 int utype, char *free_cont, const ASN1_ITEM *it) in bn_c2i() 131 int utype, char *free_cont, const ASN1_ITEM *it) in bn_secure_c2i() 149 static int bn_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, in bn_print()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
H A D | erase_fn_imps.hpp | 150 for (typename inode::iterator it = in clear_imp() local 170 erase(const_iterator it) in erase() 189 erase(iterator it) in erase() 207 erase(const_reverse_iterator it) in erase() 226 erase(reverse_iterator it) in erase() 305 iterator it(p_l); in update_min_max_for_erased_leaf() local 313 iterator it(p_l); in update_min_max_for_erased_leaf() local
|
H A D | debug_fn_imps.hpp | 73 for (const_iterator it = begin(); it != end(); ++it) in assert_iterators() local 89 for (const_reverse_iterator it = rbegin(); it != rend(); ++it) in assert_reverse_iterators() local 110 for (typename inode::const_iterator it = static_cast<inode_const_pointer>(p_nd)->begin(); in recursive_count_leafs() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
H A D | erase_fn_imps.hpp | 150 for (typename inode::iterator it = in clear_imp() local 170 erase(const_iterator it) in erase() 189 erase(iterator it) in erase() 207 erase(const_reverse_iterator it) in erase() 226 erase(reverse_iterator it) in erase() 305 iterator it(p_l); in update_min_max_for_erased_leaf() local 313 iterator it(p_l); in update_min_max_for_erased_leaf() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/ |
H A D | erase_fn_imps.hpp | 48 point_iterator it = find(r_key); in erase() local 58 erase(iterator it) in erase() 73 erase(reverse_iterator it) in erase() 93 iterator it = base_type::begin(); in erase_if() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/ |
H A D | erase_fn_imps.hpp | 48 point_iterator it = find(r_key); in erase() local 58 erase(iterator it) in erase() 73 erase(reverse_iterator it) in erase() 93 iterator it = base_type::begin(); in erase_if() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/ |
H A D | erase_fn_imps.hpp | 48 point_iterator it = this->find(r_key); in erase() local 58 erase(iterator it) in erase() 74 erase(reverse_iterator it) in erase() 95 iterator it = base_type::begin(); in erase_if() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/ |
H A D | erase_fn_imps.hpp | 48 point_iterator it = this->find(r_key); in erase() local 58 erase(iterator it) in erase() 74 erase(reverse_iterator it) in erase() 95 iterator it = base_type::begin(); in erase_if() local
|
/netbsd-src/tests/lib/libc/sys/ |
H A D | t_getitimer.c | 62 struct itimerval it; ATF_TC_BODY() local 100 struct itimerval it; ATF_TC_BODY() local 120 struct itimerval it; ATF_TC_BODY() local 155 struct itimerval it, ot; ATF_TC_BODY() local 175 struct itimerval it, ot; ATF_TC_BODY() local [all...] |
/netbsd-src/usr.bin/xlint/lint1/ |
H A D | cksnprintb.c | 51 quoted_iterator it; member 59 len(quoted_iterator it) in len() 71 start(quoted_iterator it, const buffer *buf) in start() 77 val(quoted_iterator it) in val() 83 check_hex_escape(const buffer *buf, quoted_iterator it) in check_hex_escape() 140 quoted_iterator it = ck->it; in parse_description() local 161 quoted_iterator *it = &ck->it; in check_conversion() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | DAGDeltaAlgorithm.cpp | 183 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl() local 188 for (std::vector<edge_ty>::const_iterator it = Dependencies.begin(), in DAGDeltaAlgorithmImpl() local 195 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl() local 207 for (pred_iterator_ty it = pred_begin(Change), in DAGDeltaAlgorithmImpl() local 216 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl() local 219 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl() local 294 for (changeset_ty::const_iterator it = Changes.begin(), in GetTestResult() local 343 for (changeset_ty::const_iterator it = CurrentMinSet.begin(), in Run() local
|
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/ |
H A D | ContainerBenchmarks.h | 56 for (auto it = in.begin(); it != end; ++it) { in BM_InsertValue() local 70 for (auto it = in.begin(); it != end; ++it) { in BM_InsertValueRehash() local 86 for (auto it = in.begin(); it != end; ++it) { in BM_InsertDuplicate() local 102 for (auto it = in.begin(); it != end; ++it) { in BM_EmplaceDuplicate() local 116 for (auto it = in.data(); it != end; ++it) { in BM_Find() local 131 for (auto it = in.data(); it != end; ++it) { in BM_FindRehash() local
|
/netbsd-src/sys/kern/ |
H A D | kern_time.c | 225 struct itimer *it; settime1() local 674 itimer_init(struct itimer * const it,const struct itimer_ops * const ops,clockid_t const id,struct itlist * const itl) itimer_init() argument 708 itimer_poison(struct itimer * const it) itimer_poison() argument 740 itimer_fini(struct itimer * const it) itimer_fini() argument 766 itimer_decr(struct itimer * it,int nsec) itimer_decr() argument 810 itimer_arm_real(struct itimer * const it) itimer_arm_real() argument 841 struct itimer * const it = arg; itimer_callout() local 907 itimer_settime(struct itimer * it) itimer_settime() argument 975 itimer_gettime(const struct itimer * it,struct itimerspec * aits) itimer_gettime() argument 1038 struct itimer *it; ptimer_free() local 1171 ptimer_fire(struct itimer * it) ptimer_fire() argument 1316 struct itimer *it, *itn; sys_timer_delete() local 1391 struct itimer *it; dotimer_settime() local 1485 struct itimer *it; dotimer_gettime() local 1519 struct itimer *it; sys_timer_getoverrun() local 1569 struct itimer *it; dogetitimer() local 1633 struct itimer *it; dosetitimer() local 1750 struct itimer *it; ptimer_tick() local 1782 struct itimer *it; ptimer_intr() local [all...] |