/freebsd/contrib/netbsd-tests/bin/sh/dotcmd/out/ |
H A D | until_break_until.out | 1 before until 3 before until 5 after until 8 before until 10 after until 12 after until
|
H A D | until_continue_until.out | 1 before until 3 before until 6 after until 9 before until 12 after until 14 after until
|
H A D | until_return_until.out | 1 before until 3 before until 7 before until 10 after until
|
H A D | for_break_until.out | 3 before until 5 after until 8 before until 10 after until
|
H A D | while_break_until.out | 3 before until 5 after until 8 before until 10 after until
|
H A D | while_continue_until.out | 3 before until 6 after until 9 before until 12 after until
|
H A D | for_continue_until.out | 3 before until 6 after until 9 before until 12 after until
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/ |
H A D | zpool_reopen.shlib | 60 # Wait until specific event or timeout occur. 63 # with an interval of 1 second until it succeeds or until the 86 # wait_for_resilver_start - wait until resilver is started 87 # wait_for_resilver_end - wait until resilver is finished 88 # wait_for_scrub_end - wait until scrub is finished
|
H A D | zpool_reopen_005_pos.ksh | 30 # 5. Reopen a pool and wait until resilvering is started. 32 # 7. Wait until resilvering is finished and check if it was restarted. 67 # 5. Reopen a pool and wait until resilvering is started. 72 # wait until resilver starts 78 # 7. Wait until resilvering is finished and check if it was restarted.
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | iterator | 219 : public iterator<typename iterator_traits<Iterator>::iterator_category, // until C++17 230 …rator_category = typename iterator_traits<Iterator>::iterator_category; // since C++17, until C++20 232 …using value_type = typename iterator_traits<Iterator>::value_type; // since C++17, until C+… 234 using difference_type = typename iterator_traits<Iterator>::difference_type; // until C++20 237 using reference = typename iterator_traits<Iterator>::reference; // until C++20 246 constexpr pointer operator->() const; // until C++20 315 : public iterator<output_iterator_tag, void, void, void, void> // until C++17 322 typedef void difference_type; // until C++20 338 : public iterator<output_iterator_tag, void, void, void, void> // until C++17 345 typedef void difference_type; // until C++20 [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanStepUntil.cpp | 23 // ThreadPlanStepUntil: Run until we reach a given line number or step out of 30 : ThreadPlan(ThreadPlan::eKindStepUntil, "Step until", thread, in ThreadPlanStepUntil() 37 // Stash away our "until" addresses: in ThreadPlanStepUntil() 59 return_bp->SetBreakpointKind("until-return-backstop"); in ThreadPlanStepUntil() 72 until_bp->SetBreakpointKind("until-target"); in ThreadPlanStepUntil() 100 s->Printf("step until"); in GetDescription() 105 s->Printf("Stepping from address 0x%" PRIx64 " until we reach 0x%" PRIx64 in GetDescription() 112 s->Printf("Stepping from address 0x%" PRIx64 " until we reach one of:", in GetDescription() 173 // the "until". in AnalyzeStop() 191 // Check if we've hit one of our "until" breakpoint in AnalyzeStop() [all...] |
/freebsd/contrib/bc/ |
H A D | MEMORY_BUGS.md | 14 * In versions `1.1.0` until `6.2.0` (inclusive) of `bc` and `dc`, there is a 20 * In versions `3.0.0` until `6.0.1` (inclusive) of `bc` and `dc`, there is a 26 * In versions `3.0.0` until `6.7.5` (inclusive) of `bc` and `dc`, there is a 33 * In versions `5.0.0` until `6.0.4` (inclusive) of `bc`, there is an 45 * In versions `5.0.0` until `6.0.4` (inclusive) of `bc`, there is another 62 * In version `6.0.0` until `6.2.4` (inclusive) of `bcl`, there is a possible
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | var-op-sunsh.mk | 23 # Until 2020-10-04, the ':sh' could even be followed by other characters. 38 # Until 2020-10-04, the last of them was interpreted as the ':sh' 47 # Until 2020-10-04, the following expression was wrongly marked as 54 # Intuitively this variable name contains the variable modifier, but until 62 # Same pattern here. Until 2020-10-04, the ':sh' inside the nested expression 70 # Until 2020-10-04, the word 'shift' was also affected since it starts with 80 # Well, the end result is correct but the way until there is rather
|
/freebsd/contrib/dialog/samples/ |
H A D | msgbox1 | 8 display any message you like. The box will remain until 15 display any message you like. The box will remain until 22 display any message you like. The box will remain until 33 The box will remain until you press the ENTER key. This box is being displayed with an aspect rati…
|
H A D | msgbox2 | 8 display any message you like. The box will remain until 15 display any message you like. The box will remain until 22 display any message you like. The box will remain until 33 The box will remain until you press the ENTER key. This box is being displayed with an aspect rati…
|
/freebsd/lib/libsys/ |
H A D | timer_settime.2 | 52 system call stores the amount of time until the specified timer, 62 returned as the interval until timer expiration, even if the timer was armed 74 system call sets the time until the next expiration of the timer specified 89 is called, this call resets the time until next expiration to the value 103 behaves as if the time until next expiration is set to 117 behaves as if the time until next expiration is set to be equal to the
|
/freebsd/contrib/ntp/html/ |
H A D | ntp-wait.html | 6 <title>ntp-wait - waits until ntpd is in synchronized state</title> 10 <h3><tt>ntp-wait</tt> - waits until ntpd is in synchronized state</h3> 18 <p>The <tt>ntp-wait</tt> program blocks until ntpd is in synchronized state. 20 until after "ntpd -g" has set the time.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_scrub/ |
H A D | zpool_scrub_004_pos.ksh | 37 # Resilver prevent scrub from starting until the resilver completes 44 # 5. Verify scrub failed until the resilver completed 57 log_assert "Resilver prevent scrub from starting until the resilver completes" 78 log_pass "Resilver prevent scrub from starting until the resilver completes"
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_scrub/ |
H A D | zpool_scrub_004_pos.ksh | 36 # Resilver prevent scrub from starting until the resilver completes 41 # 3. Verify scrub failed until the resilver completed 55 log_assert "Resilver prevent scrub from starting until the resilver completes" 71 log_pass "Resilver prevent scrub from starting until the resilver completes"
|
/freebsd/usr.bin/vgrind/ |
H A D | vgrindefs.src | 49 space string subscript such then TRUE true type ubnd union until\ 59 program record repeat set then to type until var while with oct hex\ 71 fi for if in then while until \ 99 repeat return static suspend then to until using while\ 111 real repeat return select string subroutine substr until: 125 until var while with: 152 :kw=do if unless while until else elsif for foreach continue\
|
/freebsd/contrib/netbsd-tests/bin/sh/dotcmd/ |
H A D | scoped_command | 66 # until, while. 114 [ 'until' = "${1}" ] && cat <<EOF 115 echo 'before until' 117 until \${cond_${4}} 122 echo 'after until'
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_PARAM_BLD.pod | 82 must exist until after OSSL_PARAM_BLD_to_param() has been called. 91 must exist until after OSSL_PARAM_BLD_to_param() has been called. 98 scope until after OSSL_PARAM_BLD_to_param() has been called. 103 scope until after OSSL_PARAM_BLD_to_param() has been called. 110 scope until the OSSL_PARAM array is freed. 115 scope until the OSSL_PARAM array is freed.
|
/freebsd/tests/sys/cddl/zfs/tests/zvol/zvol_swap/ |
H A D | zvol_swap_002_pos.ksh | 37 # Using a zvol as swap space, fill with files until ENOSPC returned. 43 # 4. Fill swap space until ENOSPC is returned 68 log_assert "Using a zvol as swap space, fill with files until ENOSPC returned." 88 log_note "Attempt to fill $TMPDIR until ENOSPC is hit"
|
/freebsd/tests/sys/file/ |
H A D | flock_helper.c | 218 * Wait until the child has set its lock and then perform the in test2() 244 * process waits until the request can be satisfied. 289 * Wait until the child has set its lock and then perform the in test3() 296 * fcntl should wait until the alarm and then return -1 with in test3() 358 * Wait until the child has set its lock and then perform the in test4() 446 * Wait until the child has set its lock and then perform the in test5() 549 * Wait until the children have set their locks and then in test6() 633 * Wait until the child has set its lock and then perform the in test7() 640 * fcntl should wait until the alarm and then return -1 with in test7() 705 * Wait until the child has set its lock and then perform the in test8() [all …]
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | conf_api.h | 26 /* Up until OpenSSL 0.9.5a, this was new_section */ 28 /* Up until OpenSSL 0.9.5a, this was get_section */ 30 /* Up until OpenSSL 0.9.5a, this was CONF_get_section */
|