| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | pp_ctl | 84 use warnings 'exiting' ; 91 no warnings 'exiting' ; 100 use warnings 'exiting' ; 103 no warnings 'exiting' ; 111 eval "use warnings 'exiting' ; last;" 115 eval "no warnings 'exiting' ;last;" 122 use warnings 'exiting' ; 125 no warnings 'exiting' ; 132 use warnings 'exiting' ; 139 no warnings 'exiting' ; [all...] |
| /openbsd-src/usr.bin/dig/lib/isc/ |
| H A D | task.c | 85 int exiting; member 98 #define FINISHED(m) ((m)->exiting && EMPTY((m)->tasks)) 135 int exiting; in isc_task_create() local 157 exiting = 0; in isc_task_create() 158 if (!manager->exiting) { in isc_task_create() 163 exiting = 1; in isc_task_create() 165 if (exiting) { in isc_task_create() 725 manager->exiting = 0; in isc_taskmgr_create() 774 INSIST(!manager->exiting); in isc_taskmgr_destroy() 775 manager->exiting = 1; in isc_taskmgr_destroy()
|
| /openbsd-src/gnu/llvm/lldb/tools/driver/ |
| H A D | Driver.cpp | 181 SBError Driver::ProcessArgs(const opt::InputArgList &args, bool &exiting) { in ProcessArgs() argument 383 exiting = true; in ProcessArgs() 398 exiting = true; in ProcessArgs() 414 exiting = true; in ProcessArgs() 813 bool exiting = false; in main() local 814 SBError error(driver.ProcessArgs(input_args, exiting)); in main() 819 } else if (!exiting) { in main()
|
| H A D | Driver.h | 44 lldb::SBError ProcessArgs(const llvm::opt::InputArgList &args, bool &exiting);
|
| /openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/t/ |
| H A D | 09_ended.t | 46 pass("Thread $ii exiting"); 89 pass("Thread $ii exiting"); 130 pass("Thread $ii exiting");
|
| /openbsd-src/regress/usr.sbin/btrace/ |
| H A D | exit.ok | 1 exiting now...
|
| H A D | exit.bt | 3 printf("exiting now...\n");
|
| /openbsd-src/gnu/llvm/lldb/examples/test/tmp/ |
| H A D | lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt | 39 …b-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc185e200, pid = 55239) thread exiting... 54 …b-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc18f8600, pid = 55243) thread exiting...
|
| H A D | lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt | 39 …b-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc1882000, pid = 55289) thread exiting... 54 …b-remote.async> ProcessGDBRemote::AsyncThread (arg = 0x7fabc0bed200, pid = 55292) thread exiting...
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | LoopTerminology.rst | 54 * An **exiting edge** is an edge from inside the loop to a node outside 55 of the loop. The source of such an edge is called an **exiting block**, its 78 itself. In this case that block is the header, latch (and exiting 86 In this case, the role of header, exiting block and latch fall to the 92 Loop at depth 1 containing: %for.body<header><latch><exiting> 202 loop that has no exiting edges. A **dynamically infinite loop** has 203 exiting edges, but it is possible to be never taken. This may happen 214 exiting condition is always false. Because the exiting edge is never
|
| H A D | ExceptionHandling.rst | 752 not-yet-exited pad (after exiting from any pads that the unwind edge exits), 758 edges exiting their ``cleanuppad`` and ``catchswitch`` edges exiting their
|
| /openbsd-src/gnu/llvm/lldb/examples/test/ |
| H A D | usage-pre-post-flight | 7 fatal error: pre_flight is not callable, exiting.
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_flags.inc | 47 "Sleep in main thread before exiting for that many ms "
|
| H A D | tsan_rtl.cpp | 319 static void SlotDetachImpl(ThreadState* thr, bool exiting) { in SlotDetachImpl() argument 346 CHECK(exiting || thr->fast_state.epoch() == kEpochLast); in SlotDetachImpl()
|
| /openbsd-src/bin/ed/ |
| H A D | POSIX | 27 iii) `wq' for exiting after a write,
|
| /openbsd-src/sbin/init/ |
| H A D | NOTES | 93 apply hysteresis to rapidly exiting gettys
|
| /openbsd-src/gnu/llvm/llvm/docs/Frontend/ |
| H A D | PerformanceTips.rst | 152 block is a loop exiting conditional branch, the effectiveness of LICM will 155 lift an otherwise loop invariant load unless it can prove the exiting
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | sanity.sh | 2134 echo Keeping ${TESTDIR} and exiting due to --keep 2574 echo Keeping ${TESTDIR} and exiting due to --keep 3838 echo Keeping ${TESTDIR} and exiting due to --keep 3898 echo Keeping ${TESTDIR} and exiting due to --keep 5366 echo Keeping ${TESTDIR} and exiting due to --keep 6059 echo Keeping ${TESTDIR} and exiting due to --keep 12342 echo Keeping ${TESTDIR} and exiting due to --keep 15693 echo Keeping ${TESTDIR} and exiting due to --keep 16834 echo Keeping ${TESTDIR} and exiting due to --keep 17205 echo Keeping ${TESTDIR} and exiting due to --keep [all …]
|
| /openbsd-src/usr.bin/vi/ |
| H A D | FAQ | 109 is occasionally trashed, usually when exiting vi!
|
| /openbsd-src/gnu/share/ |
| H A D | configure | 1591 echo Configure in `pwd` failed, exiting. 1>&2
|
| /openbsd-src/usr.bin/vi/docs/ |
| H A D | changelog | 129 + Set the name of the X11 xterm icon/window to "xterm" when exiting, 234 + Don't use a <newline> character to scroll the screen when exiting, 588 and where the cursor wasn't positioned correctly after exiting text 688 + Fix bg/fg bug where tmp file exiting caused a NULL dereference. 716 exiting could cause already free'd memory to be free'd.
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | DataFlowSanitizerDesign.rst | 24 ensure it isn't exiting the program anywhere it shouldn't be.
|
| /openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 1092 // Make sure we clean up the posix spawn attributes before exiting this scope. 1233 // Make sure we clean up the posix file actions before exiting this scope.
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlfork.pod | 105 exiting with the same exit status as that process. This means that the
|
| /openbsd-src/bin/ksh/ |
| H A D | NOTES | 171 (ie, everything else) do not. When it does cause exiting, anything read
|