Searched refs:it (Results 126 - 150 of 858) sorted by relevance

1234567891011>>

/freebsd-current/contrib/bmake/unit-tests/
H A Dvarname-dot-make-save_dollars.mk4 # the assignment operator ':=' converts '$$' to a single '$' or keeps it
56 # evaluating an expression, but there is no practical need for it.
73 # Undefining .MAKE.SAVE_DOLLARS does not have any effect, in particular it
82 # Undefining .MAKE.SAVE_DOLLARS does not have any effect, in particular it
92 # right-hand side of the assignment operator ':=', it also affects dollars
95 # In this example, it affects the command in CMD itself, not the result of
H A Dvarmod.mk65 # To get a single '$' sign in the value of an expression, it has to
68 # See Var_Parse, where it calls Var_Subst.
76 # See Var_Parse, where it calls Var_Subst.
83 # See Var_Parse, where it calls Var_Subst.
88 # XXX: As of 2020-09-13, it is not possible to use '$$' in a variable name
97 # Should it?
H A Dvarmod-to-abs.mk8 # Between 2016-06-03 and 2020-11-14, it was possible to trick the :tA modifier
12 # and it had to exist (see ModifyWord_Realpath).
H A Ddeptgt-error.mk19 # Use single quotes to demonstrate that the output is only informational, it
H A Dobjdir-writable.mk16 # make it now
H A Dvarmod-quote-dollar.mk8 # to the child make. When the child make parses the variable assignment, it
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayout.h28 /// When the AST record layout does this, we represent it in the LLVM IR's type
35 /// size), loading it, and shifting and masking to extract the particular
129 /// laying it out as a complete object.
133 /// used when laying it out as a base subobject.
226 it = BitFields.find(FD); local
227 assert(it != BitFields.end() && "Unable to find bitfield info");
228 return it->second;
/freebsd-current/crypto/openssl/crypto/rsa/
H A Drsa_asn1.c28 static int rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
77 static int rsa_pss_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
98 static int rsa_oaep_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
/freebsd-current/share/mk/
H A Dauto.obj.mk5 # This file is provided in the hope that it will
19 # A race condition in some versions of mkdir, means that it can bail
36 # Skip it if we are just doing 'clean'.
41 # Use __objdir here so it is easier to tweak without impacting
56 # This will actually make it...
71 # apparently we can live with it
H A Dbsd.snmpmod.mk14 # Multi-output targets both expect a .meta file and will fight over it. Only
15 # allow it on the .c file instead.
H A Dsrc.tools.mk7 # Very tiny subset of "itools", if you are old enough to know what it is.
12 # does not belong here. Stick it somewhere else, thank you very much!
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DInputSection.cpp37 "instances of it");
69 // First, try to find a symbol that's near the offset. Use it as a reference
118 // If it failed, look up again as a variable.
139 auto it = llvm::find_if( local
141 if (it == relocs.end())
143 return &*it;
162 for (auto it = symbols.begin() + 1; it != symbols.end(); ++it) {
163 assert((*it)
261 auto it = local
274 auto it = local
[all...]
/freebsd-current/crypto/openssl/test/
H A Dd2i_test.c66 * Unless we are testing it we don't use ASN1_item_d2i_bio because it
67 * performs sanity checks on the input and can reject it before the
146 const ASN1_ITEM *it = ASN1_ITEM_get(i); local
148 if (it == NULL)
150 TEST_note("\t%s", it->sname);
/freebsd-current/contrib/bmake/mk/
H A Dauto.obj.mk7 # This file is provided in the hope that it will
21 # A race condition in some versions of mkdir, means that it can bail
38 # Skip it if we are just doing 'clean'.
43 # Use __objdir here so it is easier to tweak without impacting
58 # This will actually make it...
73 # apparently we can live with it
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp60 const auto &it = local
62 if (it != m_constituents.end())
63 m_constituents.erase(it);
/freebsd-current/lib/libc/arm/gen/
H A D_setjmp.S113 it ne
115 it eq
120 it eq
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp92 for (typename SET::iterator it = B.begin(), ei = B.end(); it != ei; ++it) {
93 A = A.add(*it);
290 // statement, it will be bad if we mark it as live at the terminator
297 // it will be bad if we mark it as live at the terminator of the loop
304 // it will be bad if we mark it a
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_012_pos.ksh36 # 5. On the original filesystem, fill it up to its quota.
73 # 5. On the original filesystem, fill it up to its quota.
74 cat < /dev/urandom > $origdir/fill-it-up
/freebsd-current/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api.cpp121 std::map<dcd_tree_handle_t, lib_dt_data_list *>::iterator it; local
122 it = s_data_map.find(handle);
123 if(it != s_data_map.end())
126 itcb = it->second->cb_objs.begin();
127 while(itcb != it->second->cb_objs.end())
132 it->second->cb_objs.clear();
133 delete it->second;
134 s_data_map.erase(it);
226 std::map<dcd_tree_handle_t, lib_dt_data_list *>::iterator it; local
227 it
298 std::map<dcd_tree_handle_t, lib_dt_data_list *>::iterator it; local
[all...]
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dtasn_scn.c44 return p->it;
H A Dasn_mime.c44 const ASN1_ITEM *it);
70 const ASN1_ITEM *it)
74 /* If streaming create stream BIO and copy all content through it */
77 bio = BIO_new_NDEF(out, val, it);
99 ASN1_item_i2d_bio(it, out, val);
106 const ASN1_ITEM *it)
119 r = i2d_ASN1_bio_stream(out, val, in, flags, it);
129 const char *hdr, const ASN1_ITEM *it)
133 r = B64_write_ASN1(out, val, in, flags, it);
138 static ASN1_VALUE *b64_read_asn1(BIO *bio, const ASN1_ITEM *it, ASN1_VALU argument
69 i2d_ASN1_bio_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags, const ASN1_ITEM *it) argument
105 B64_write_ASN1(BIO *out, ASN1_VALUE *val, BIO *in, int flags, const ASN1_ITEM *it) argument
128 PEM_write_bio_ASN1_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags, const char *hdr, const ASN1_ITEM *it) argument
238 SMIME_write_ASN1_ex(BIO *bio, ASN1_VALUE *val, BIO *data, int flags, int ctype_nid, int econt_nid, STACK_OF(X509_ALGOR) *mdalgs, const ASN1_ITEM *it, OSSL_LIB_CTX *libctx, const char *propq) argument
330 SMIME_write_ASN1(BIO *bio, ASN1_VALUE *val, BIO *data, int flags, int ctype_nid, int econt_nid, STACK_OF(X509_ALGOR) *mdalgs, const ASN1_ITEM *it) argument
341 asn1_output_data(BIO *out, BIO *data, ASN1_VALUE *val, int flags, const ASN1_ITEM *it) argument
397 SMIME_read_ASN1_ex(BIO *bio, int flags, BIO **bcont, const ASN1_ITEM *it, ASN1_VALUE **x, OSSL_LIB_CTX *libctx, const char *propq) argument
506 SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it) argument
[all...]
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DDWARF.cpp101 // to llvm since it has no idea about InputSection.
107 auto it = local
109 if (it == rels.end() || it->r_offset != pos)
111 const RelTy &rel = *it;
119 // shall still resolve it. This is important for --gdb-index: the end address
120 // offset of an entry in .debug_ranges is relocated. If it is not resolved,
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_tsyncpci.c411 ioctl_trans_di *it; local
447 it = (ioctl_trans_di*)alloca(itAllocationLength);
448 if (it == NULL) {
454 it->dest = TSYNC_REF_DEST_ID;
455 it->iid = TSYNC_REF_IID;
456 it->inPayloadOffset = TSYNC_REF_IN_PYLD_OFF;
457 it->inLength = TSYNC_REF_IN_LEN;
458 it->outPayloadOffset = TSYNC_REF_OUT_PYLD_OFF;
459 it->maxOutLength = TSYNC_REF_MAX_OUT_LEN;
460 it
[all...]
/freebsd-current/contrib/dialog/samples/
H A Deditbox-utf816 Try it now!
/freebsd-current/share/examples/printing/
H A Dmake-ps-header75 % That is it

Completed in 318 milliseconds

1234567891011>>