Searched refs:caught (Results 26 - 33 of 33) sorted by relevance

12

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigaction/
H A D16-7.c95 volatile sig_atomic_t caught = 0; variable
102 caught++;
191 while ( !caught )
H A D16-8.c95 volatile sig_atomic_t caught = 0; variable
102 caught++;
191 while ( !caught )
H A D16-9.c95 volatile sig_atomic_t caught = 0; variable
102 caught++;
191 while ( !caught )
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigaction/templates/
H A Dtemplate_16-1.in95 volatile sig_atomic_t caught = 0;
102 caught++;
191 while ( !caught )
/haiku-fatelf/src/bin/gdb/gdb/
H A Dtop.c363 isn't caught. But if the code can deal with it, it generally
399 quit caught, 0 otherwise. */ local
400 int caught;
403 zero if an error quit was caught. */
430 caught = SIGSETJMP (catch);
431 if (!caught)
467 if (!caught || (mask & RETURN_MASK (caught)))
470 *func_caught = caught;
474 /* The caller didn't request that the event be caught, rela
487 enum return_reason caught; local
505 enum return_reason caught; local
532 enum return_reason caught; local
[all...]
H A DChangeLog-3.x2880 caught by following test for null index of ':'.
2891 (should have been caught in symtab loop).
/haiku-fatelf/src/tests/misc/exception-test/
H A Dexception-test.cpp145 string caught((*catcher)(thrower));
146 if (caught != expected) {
147 printf("ERROR: expected exception: %s, but caught: %s\n", expected,
148 caught.c_str());
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dconfigure1159 echo "$as_me: caught signal $ac_signal"

Completed in 182 milliseconds

12