Searched refs:it (Results 276 - 300 of 860) sorted by relevance

<<11121314151617181920>>

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.fds.ksh36 * Note that we are explicitly not looking at fi_mount -- it (by design) does
/freebsd-current/contrib/bmake/unit-tests/
H A Dsh-errctl.mk10 # error control mode, this fails, while in echo control mode, it succeeds.
H A Dcmdline-redirect-stdin.mk25 # reads its input byte by byte, which makes it terribly slow for practical
H A Ddirective-ifdef.mk30 # It looks redundant to have a call to defined() in an .ifdef, but it's
H A Dmake-exported.mk21 # it is just ignored since its name starts with '-'.
H A Dvarname-dot-newline.mk11 # > that the first character of the next line shall not be included if it is
H A Dvarname-dollar.mk3 # Tests for the expression "$$", which looks as if it referred to a variable,
H A Dvarname-dot-make-jobs.mk4 # only. There it contains the number of jobs that may run in parallel.
H A Ddirective-export-gmake.mk19 # This line looks like it would export 2 variables, but it doesn't.
88 # The '=' must be present in the unexpanded line, it cannot be generated by
98 # The variable name must be given directly, it is not expanded. The name of
H A Dvar-scope-cmdline.mk19 # Instead of this costly lookup scheme, make implements it in a different
44 # have a '$$' in their name, it was implemented correctly all the time.
62 # command line arguments. Using the special target '.MAKEFLAGS', it is
74 # The global variable is "overridden" by simply deleting it and then
H A Dopt-debug-var.mk19 # less often as it can be visually confused with the shell construct for
/freebsd-current/contrib/libucl/utils/
H A Dobjdump.c39 ucl_object_iter_t it = NULL, it_obj = NULL; local
47 while ((obj = ucl_object_iterate (tmp, &it, false))) {
/freebsd-current/tools/test/stress2/misc/
H A Dkevent9.sh127 // Sometimes we miss a NOTE_EXIT. If it hasn't arrived by the timeout, bail out since
128 // it will probably never arrive.
H A Dmmap9.sh68 * This is the minimum amount of C code it takes to panic the kernel.
H A Drdgsbase.sh39 useful to run it in parallel with the normal stress jobs. Please note
43 Also, it is very useful to try to run hwpmc measurements in parallel, at
H A Dsigfastblock2.sh116 // Reap it.
/freebsd-current/crypto/openssl/include/crypto/
H A Dasn1.h59 int (*item_verify) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *data,
62 int (*item_sign) (EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *data,
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp372 collection::iterator it = m_row_list.begin(); local
373 while (it != m_row_list.end()) {
374 RowSP row = *it;
377 it++;
379 if (it == m_row_list.end() || (*it)->GetOffset() != row_sp->GetOffset())
380 m_row_list.insert(it, row_sp);
382 *it = row_sp;
437 // If this UnwindPlan has no rows, it is an invalid UnwindPlan.
456 // If the 0th Row of unwind instructions is missing, or if it does
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc76 // If this is darwin, it has some funky issues, try to solve them here. Some
H A DSignals.inc21 // which case the ManagedStatic is in an unknown state because it could
147 // compared it and we exchanged it.
165 // at free'd data. Take away the path and put it back when done.
167 // Get the status so we can determine if it's a file or directory. If we
168 // can't stat the file, ignore it.
173 // If this is not a regular file, ignore it. We want to prevent removal
210 /// if there is, it's not our direct responsibility. For whatever reason, our
259 // Hold onto both the old and new alternate signal stack so that it's not
291 // doing it
[all...]
/freebsd-current/crypto/openssl/include/openssl/
H A Dhttp.h51 const ASN1_ITEM *it, const ASN1_VALUE *req);
54 ASN1_VALUE **pval, const ASN1_ITEM *it);
/freebsd-current/share/mk/
H A Dlocal.sys.dirdeps.mk47 # we can use this but should not update it.
82 # Only define if it exists in case user didn't run bootstrap-tools. Otherwise
83 # the tool will be built during the build. Building it assumes it is
/freebsd-current/contrib/bmake/mk/
H A Dcompiler.mk7 # This file is provided in the hope that it will
H A Dsys.debug.mk7 # This file is provided in the hope that it will
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DLLDMapFile.cpp66 for (auto &it : ret) {
67 SmallVectorImpl<DefinedRegular *> &v = it.second;

Completed in 280 milliseconds

<<11121314151617181920>>