Searched refs:it (Results 1 - 25 of 3461) sorted by relevance

1234567891011>>

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Drriterator.c40 dns_rriterator_init(dns_rriterator_t *it, dns_db_t *db, dns_dbversion_t *ver, argument
43 it->magic = RRITERATOR_MAGIC;
44 it->db = db;
45 it->dbit = NULL;
46 it->ver = ver;
47 it->now = now;
48 it->node = NULL;
49 result = dns_db_createiterator(it->db, 0, &it->dbit);
53 it
63 dns_rriterator_first(dns_rriterator_t *it) argument
116 dns_rriterator_nextrrset(dns_rriterator_t *it) argument
162 dns_rriterator_next(dns_rriterator_t *it) argument
180 dns_rriterator_pause(dns_rriterator_t *it) argument
186 dns_rriterator_destroy(dns_rriterator_t *it) argument
201 dns_rriterator_current(dns_rriterator_t *it, dns_name_t **name, uint32_t *ttl, dns_rdataset_t **rdataset, dns_rdata_t **rdata) argument
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Drriterator.c40 dns_rriterator_init(dns_rriterator_t *it, dns_db_t *db, dns_dbversion_t *ver, argument
43 it->magic = RRITERATOR_MAGIC;
44 it->db = db;
45 it->dbit = NULL;
46 it->ver = ver;
47 it->now = now;
48 it->node = NULL;
49 result = dns_db_createiterator(it->db, 0, &it->dbit);
53 it
63 dns_rriterator_first(dns_rriterator_t *it) argument
116 dns_rriterator_nextrrset(dns_rriterator_t *it) argument
162 dns_rriterator_next(dns_rriterator_t *it) argument
180 dns_rriterator_pause(dns_rriterator_t *it) argument
186 dns_rriterator_destroy(dns_rriterator_t *it) argument
201 dns_rriterator_current(dns_rriterator_t *it, dns_name_t **name, uint32_t *ttl, dns_rdataset_t **rdataset, dns_rdata_t **rdata) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Darmv8-a-it-bad.d2 #source: armv8-ar-it-bad.s
3 #error_output: armv8-ar-it-bad.l
4 #as: -march=armv8-a -mimplicit-it=always -mwarn-restrict-it
H A Darmv8-r-it-bad.d2 #source: armv8-ar-it-bad.s
3 #error_output: armv8-ar-it-bad.l
4 #as: -march=armv8-r -mimplicit-it=always -mwarn-restrict-it
H A Dthumb2_bcond.s7 it ne
9 it cc
11 it cs
13 it lt
15 it eq
17 it gt
19 it lt
21 it eq
H A Ddfb.s11 it ne
13 it eq
H A Darm-it-bad-3.d2 #as: -mimplicit-it=always
3 #error_output: arm-it-bad-3.l
H A Darm-it-bad.d2 #as: -march=armv7a -mimplicit-it=never
3 #error_output: arm-it-bad.l
/netbsd-current/distrib/syspkg/sets/base/base-locale-it/
H A DMakefile3 PKGBASE=base-locale-it
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Ddebug_fn_imps.hpp6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
51 for (const_iterator it = begin(); it != end(); ++it)
53 debug_base::check_key_exists(PB_DS_V2F(*it), __file, __line);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Ddebug_fn_imps.hpp6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
51 for (const_iterator it = begin(); it != end(); ++it)
53 debug_base::check_key_exists(PB_DS_V2F(*it), __file, __line);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Ddebug_fn_imps.hpp6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
65 for (const_iterator it = begin(); it != end(); ++it)
68 debug_base::check_key_exists(PB_DS_V2F(*it), __file, __line);
69 PB_DS_DEBUG_VERIFY(lower_bound(PB_DS_V2F(*it)) == it);
70 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Ddebug_fn_imps.hpp6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
65 for (const_iterator it = begin(); it != end(); ++it)
68 debug_base::check_key_exists(PB_DS_V2F(*it), __file, __line);
69 PB_DS_DEBUG_VERIFY(lower_bound(PB_DS_V2F(*it)) == it);
70 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
[all...]
/netbsd-current/external/bsd/elftosb/dist/common/
H A DEvalContext.cpp25 variable_map_t::const_iterator it = m_variables.find(name); local
26 return it != m_variables.end();
31 variable_map_t::const_iterator it = m_variables.find(name); local
32 if (it == m_variables.end())
37 return it->second.m_value;
42 variable_map_t::const_iterator it = m_variables.find(name); local
43 if (it == m_variables.end())
48 return it->second.m_size;
54 variable_map_t::const_iterator it = m_variables.find(name); local
55 if (it !
70 variable_map_t::const_iterator it = m_variables.find(name); local
81 variable_map_t::iterator it = m_variables.find(name); local
92 variable_map_t::iterator it = m_variables.find(name); local
103 variable_map_t::iterator it = m_variables.begin(); local
[all...]
H A DOptionDictionary.cpp16 option_map_t::iterator it = m_options.begin(); local
17 for (; it != m_options.end(); ++it)
19 if (it->second.m_value)
21 delete it->second.m_value;
27 //! this instance, then the parent is asked if it contains the option.
52 option_map_t::const_iterator it = m_options.find(name); local
53 if (it == m_options.end())
65 return it->second.m_value;
68 //! If the option was not already present in the table, it i
84 option_map_t::iterator it = m_options.find(name); local
130 option_map_t::const_iterator it = m_options.find(name); local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dtasn_fre.c18 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it) argument
20 asn1_item_embed_free(&val, it, 0);
23 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
25 asn1_item_embed_free(pval, it, 0);
28 void asn1_item_embed_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) argument
32 const ASN1_AUX *aux = it->funcs;
38 if ((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval)
45 switch (it->itype) {
48 if (it->templates)
49 asn1_template_free(pval, it
146 asn1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) argument
[all...]
/netbsd-current/tests/usr.bin/indent/
H A Dlsym_for.c53 #define foreach(list, it) for (it = list.first; it != NULL; it = it->next)
65 /* $ No space after 'foreach' since it looks like a function name. */
66 foreach(list, it)
67 println(it->data);
69 /* $ No space after 'foreach' since it looks like a function name. */
70 foreach(list, it) {
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dtasn_fre.c18 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it) argument
20 ossl_asn1_item_embed_free(&val, it, 0);
23 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
25 ossl_asn1_item_embed_free(pval, it, 0);
28 void ossl_asn1_item_embed_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) argument
32 const ASN1_AUX *aux = it->funcs;
38 if ((it->itype != ASN1_ITYPE_PRIMITIVE) && *pval == NULL)
45 switch (it->itype) {
48 if (it->templates)
49 ossl_asn1_template_free(pval, it
146 ossl_asn1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) argument
[all...]
H A Dtasn_new.c18 static int asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
21 static int asn1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
23 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
27 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
29 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it) argument
32 if (ASN1_item_ex_new(&ret, it) > 0)
37 ASN1_VALUE *ASN1_item_new_ex(const ASN1_ITEM *it, OSSL_LIB_CTX *libctx, argument
41 if (asn1_item_embed_new(&ret, it, 0, libctx, propq) > 0)
49 int ossl_asn1_item_ex_new_intern(ASN1_VALUE **pval, const ASN1_ITEM *it, argument
52 return asn1_item_embed_new(pval, it,
55 ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
60 asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed, OSSL_LIB_CTX *libctx, const char *propq) argument
174 asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
210 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item); local
261 asn1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) argument
329 asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
/netbsd-current/external/historical/nawk/dist/testdir/
H A Dt.8.y4 # since it has only referred to $2, not created it,
5 # and thus only $1 exists (and it's null).
/netbsd-current/tests/lib/libc/sys/
H A Dt_getitimer.c62 struct itimerval it; local
69 (void)memset(&it, 0, sizeof(struct itimerval));
71 ATF_REQUIRE(getitimer(ITIMER_REAL, &it) == 0);
73 if (it.it_value.tv_sec != 0 || it.it_value.tv_usec != 0)
76 ATF_REQUIRE(getitimer(ITIMER_VIRTUAL, &it) == 0);
78 if (it.it_value.tv_sec != 0 || it.it_value.tv_usec != 0)
81 ATF_REQUIRE(getitimer(ITIMER_PROF, &it) == 0);
83 if (it
100 struct itimerval it; local
120 struct itimerval it; local
155 struct itimerval it, ot; local
175 struct itimerval it, ot; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Ddebug_fn_imps.hpp6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
73 for (const_iterator it = begin(); it != end(); ++it)
76 debug_base::check_key_exists(PB_DS_V2F(*it), __file, __line);
77 PB_DS_DEBUG_VERIFY(lower_bound(PB_DS_V2F(*it)) == it);
78 PB_DS_DEBUG_VERIFY(--upper_bound(PB_DS_V2F(*it))
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Ddebug_fn_imps.hpp6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
73 for (const_iterator it = begin(); it != end(); ++it)
76 debug_base::check_key_exists(PB_DS_V2F(*it), __file, __line);
77 PB_DS_DEBUG_VERIFY(lower_bound(PB_DS_V2F(*it)) == it);
78 PB_DS_DEBUG_VERIFY(--upper_bound(PB_DS_V2F(*it))
[all...]
/netbsd-current/external/bsd/tradcpp/dist/tests/
H A Dt31.c1 this line 'has /* no' comment */ in it
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/
H A Dorder_statistics_imp.hpp6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
48 node_iterator it = node_begin(); local
51 while (it != end_it)
53 node_iterator l_it = it.get_l_child();
57 return *it;
59 it = l_it;
63 it = it
81 node_const_iterator it = node_begin(); local
[all...]

Completed in 428 milliseconds

1234567891011>>