Searched refs:it (Results 76 - 100 of 858) sorted by relevance

1234567891011>>

/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-define.mk13 # The variable can be overwritten by assigning another value to it. This
22 # "Internal" or in the "Command" scope instead, undefining it would have no
30 # behaves differently, it defines a variable with the name 'VAR=value' and the
H A Dvarname-dot-suffixes.mk7 # The name '.SUFFIXES' does not refer to a real variable, instead it can be
15 # There is no actual variable named '.SUFFIXES', it is all made up.
32 # There is still no actual variable named '.SUFFIXES', it is all made up.
39 # returns something. For all practical use cases, it's good enough though.
54 # expect: Global: ignoring delete '.SUFFIXES' as it is not found
64 # expect: Global: ignoring '.SUFFIXES = set' as it is read-only
66 # expect: Global: ignoring '.SUFFIXES = append' as it is read-only
68 # expect: Global: ignoring '.SUFFIXES = assign' as it is read-only
70 # expect: Global: ignoring '.SUFFIXES = preserve' as it is read-only
97 # expect: Command: ignoring '.SUFFIXES = 1' as it i
[all...]
H A Dcond-eof.mk11 # parse error. Before cond.c 1.286 from 2021-12-10, it was always fully
12 # evaluated, even if it was not necessary to expand the expression.
14 # operation. Still, it is easy to avoid evaluating these expressions, just in
H A Dexport-all.mk13 # this will cause trouble (recursing if we let it)
/freebsd-current/tools/tools/netrate/netblast/
H A Dnetblast.c61 * SIGALRM will set a flag indicating it's time to stop. Note that there's
69 struct itimerval it; local
88 it.it_interval.tv_sec = 0;
89 it.it_interval.tv_usec = 0;
90 it.it_value.tv_sec = duration;
91 it.it_value.tv_usec = 0;
93 if (setitimer(ITIMER_REAL, &it, NULL) < 0) {
/freebsd-current/contrib/dma/
H A Dmail.c50 bounce(struct qitem *it, const char *reason) argument
58 if (it->sender[0] == 0) {
66 if (add_recp(&bounceq, it->sender, EXPAND_WILDCARD) != 0)
98 it->addr,
99 it->sender,
103 it->addr,
111 if (fseek(it->mailf, 0, SEEK_SET) != 0)
114 while ((pos = fread(line, 1, sizeof(line), it->mailf)) > 0) {
119 while (!feof(it->mailf)) {
120 if (fgets(line, sizeof(line), it
[all...]
/freebsd-current/crypto/openssl/crypto/cmp/
H A Dcmp_http.c58 const ASN1_ITEM *it = ASN1_ITEM_rptr(OSSL_CMP_MSG); local
69 if ((req_mem = ASN1_item_i2d_mem_bio(it, (const ASN1_VALUE *)req)) == NULL)
91 res = (OSSL_CMP_MSG *)ASN1_item_d2i_bio(it, rsp, NULL);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DAuxVector.cpp35 auto it = m_auxv_entries.find(static_cast<uint64_t>(entry_type)); local
36 if (it != m_auxv_entries.end())
37 return it->second;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.h75 /// Return this DIE's decl context as it is needed to look up types
80 /// Get a context to a type so it can be looked up.
85 /// it should fill out the compiler context with the type itself as the last
120 bool operator==(const child_iterator &it) const {
125 if (!m_die.IsValid() && !it.m_die.IsValid())
127 return m_die == it.m_die;
/freebsd-current/usr.sbin/iovctl/
H A Dparse.c227 ucl_object_iter_t it; local
252 it = NULL;
253 while ((obj = ucl_iterate_object(top, &it, true)) != NULL) {
280 ucl_object_iter_t it; local
315 it = NULL;
316 while ((obj = ucl_iterate_object(top, &it, true)) != NULL) {
361 ucl_object_iter_t it; local
365 it = NULL;
366 while ((obj = ucl_iterate_object(pf, &it, true)) != NULL) {
385 * device so that we can fetch the schema from it
395 ucl_object_iter_t it; local
[all...]
/freebsd-current/contrib/opencsd/decoder/source/
H A Dtrc_core_arch_map.cpp89 std::map<std::string, ocsd_arch_profile_t>::const_iterator it; local
92 it = core_profiles.find(coreName);
93 if (it != core_profiles.end())
95 ap = it->second;
/freebsd-current/crypto/openssl/crypto/asn1/
H A Da_type.c109 ASN1_TYPE *ASN1_TYPE_pack_sequence(const ASN1_ITEM *it, void *s, ASN1_TYPE **t) argument
114 oct = ASN1_item_pack(s, it, NULL);
133 void *ASN1_TYPE_unpack_sequence(const ASN1_ITEM *it, const ASN1_TYPE *t) argument
137 return ASN1_item_unpack(t->value.sequence, it);
H A Dnsseq.c16 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
/freebsd-current/crypto/openssl/providers/
H A Ddecoders.inc85 * that it contains. The output is the same SubjectPublicKeyInfo
91 * and decrypts it, passing on the unencrypted PrivateKeyInfo in DER
/freebsd-current/sys/netinet/
H A Dsctp_timer.h87 void sctp_iterator_timer(struct sctp_iterator *it);
/freebsd-current/sys/crypto/openssl/arm/
H A Dsha512-armv4.S13 @ CRYPTOGAMS licenses depending on where you obtain it. For further
22 @ by gcc 3.4 and it spends ~72 clock cycles per byte [on single-issue
37 @ Add NEON implementation. On Cortex A8 it was measured to process
43 @ terms it's 22.6 cycles per byte, which is disappointing result.
277 it eq @ Thumb2 thing, sanity check in ARM
417 it eq @ Thumb2 thing, sanity check in ARM
H A Daes-armv4.S13 @ CRYPTOGAMS licenses depending on where you obtain it. For further
42 @ $output is the last argument if it looks like a file (it has an extension)
43 @ $flavour is the first argument if it doesn't look like a file
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp30 for (const auto &it : m_func_calls) {
31 ConstString name = it.first;
32 size_t ncalls = it.second;
193 for (const auto &it : metadata_to_merge.m_func_calls) {
194 ConstString name = it.first;
195 size_t num_calls = it.second;
272 // This excludes the first unit since it has no previous unit
279 for (const auto &it : head_map) {
281 lldb::addr_t id = it.first;
282 const std::unordered_set<lldb::addr_t> predecessor_set = it
[all...]
/freebsd-current/crypto/openssl/apps/
H A Dasn1parse.c78 const ASN1_ITEM *it = NULL; local
143 it = ASN1_ITEM_lookup(opt_arg());
144 if (it == NULL) {
150 it = ASN1_ITEM_get(tmp);
151 if (it == NULL)
153 BIO_printf(bio_err, " %s\n", it->sname);
260 /* hmm... this is a little evil but it works */
287 if (it != NULL) {
288 ASN1_VALUE *value = ASN1_item_d2i(NULL, &p, length, it);
290 BIO_printf(bio_err, "Error parsing item %s\n", it
[all...]
/freebsd-current/tests/sys/fs/fusefs/
H A Dreaddir.cc385 for (auto& it: ents0) {
386 snprintf(it.d_name, MAXNAMLEN, "file.%d", i);
387 it.d_fileno = 2 + i;
388 it.d_off = (2 + i) * 1000;
389 it.d_namlen = strlen(it.d_name);
390 it.d_type = DT_REG;
393 for (auto& it: ents1) {
394 snprintf(it.d_name, MAXNAMLEN, "file.%d", i);
395 it
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DBroadcaster.cpp61 for (auto it = m_listeners.begin(); it != m_listeners.end();) {
62 lldb::ListenerSP curr_listener_sp(it->first.lock());
64 if (it->second & event_mask)
65 listeners.emplace_back(std::move(curr_listener_sp), it->second);
66 ++it;
69 it = m_listeners.erase(it);
80 for (auto it = m_listeners.begin(); it !
[all...]
/freebsd-current/contrib/bearssl/conf/
H A DUnix32.mk2 # GCC, targeting a 32-bit output. Moreover, it enables the "LOMUL" setting
/freebsd-current/contrib/dialog/samples/
H A Dtextbox211 the file first if it contains 'tab' characters.
H A Dtextbox11 the file first if it contains 'tab' characters.
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dtest_req.in52 --subject="CN=Love,DC=it,DC=su,DC=se" \
60 --subject="CN=Love,DC=it,DC=su,DC=se" \
61 --dnsname=nutcracker.it.su.se \

Completed in 328 milliseconds

1234567891011>>