/minix3/external/bsd/kyua-cli/dist/utils/signals/ |
H A D | programmer.cpp | 48 struct programmer::impl { 82 signals::programmer::programmer(const int signo, const handler_type handler) : in programmer() function in signals::programmer 103 signals::programmer::~programmer(void) in ~programmer() 124 signals::programmer::unprogram(void) in unprogram()
|
H A D | interrupts.cpp | 63 static std::auto_ptr< signals::programmer > sighup_handler; 65 static std::auto_ptr< signals::programmer > sigint_handler; 67 static std::auto_ptr< signals::programmer > sigterm_handler; 133 std::auto_ptr< signals::programmer > tmp_sighup_handler( in setup_handlers() 134 new signals::programmer(SIGHUP, signal_handler)); in setup_handlers() 135 std::auto_ptr< signals::programmer > tmp_sigint_handler( in setup_handlers() 136 new signals::programmer(SIGINT, signal_handler)); in setup_handlers() 137 std::auto_ptr< signals::programmer > tmp_sigterm_handler( in setup_handlers() 138 new signals::programmer(SIGTERM, signal_handler)); in setup_handlers()
|
H A D | programmer_test.cpp | 74 signals::programmer programmer(SIGCHLD, sigchld::handler_1); in ATF_TEST_CASE_BODY() local 79 programmer.unprogram(); in ATF_TEST_CASE_BODY() 90 signals::programmer programmer(SIGCHLD, sigchld::handler_1); in ATF_TEST_CASE_BODY() local 105 signals::programmer programmer_1(SIGCHLD, sigchld::handler_1); in ATF_TEST_CASE_BODY() 112 signals::programmer programmer_2(SIGCHLD, sigchld::handler_2); in ATF_TEST_CASE_BODY()
|
H A D | programmer.hpp | 48 class programmer : noncopyable { class 55 programmer(const int, const handler_type); 56 ~programmer(void);
|
H A D | interrupts_test.cpp | 95 signals::programmer test_handler(signo, signal_handler); in check_interrupts_handler() 121 signals::programmer test_handler(signo, signal_handler); in check_interrupts_inhibiter()
|
/minix3/external/bsd/llvm/dist/clang/docs/ |
H A D | doxygen.intro | 9 /// usage instructions, please see the programmer's guide or reference
|
H A D | AutomaticReferenceCounting.rst | 213 Objective-C objects and blocks, freeing the programmer from the need to 558 provided so that the programmer may explicitly describe whether the cast 752 general goal is to allow the programmer to write, say, ``__strong`` 980 destroying objects held in dynamic memory, so it is the programmer's 1570 **Honoring** them would work out very poorly if a programmer naively or 1714 programmer to remove this retain/release pair otherwise (as there is for 1779 The standard Cocoa convention is that exceptions signal programmer error and
|
/minix3/external/bsd/llvm/dist/llvm/docs/ |
H A D | doxygen.intro | 9 /// instructions, please see the programmer's guide or reference manual.
|
H A D | R600Usage.rst | 23 operands, so it is up to the programmer to be familiar with the range
|
H A D | Bugpoint.rst | 29 also designed to trade off programmer time for computer time in the
|
/minix3/external/bsd/kyua-cli/lib/utils/ |
H A D | Makefile | 59 signals/programmer.cpp
|
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
H A D | block-type-safety.m | 82 // programmer wants to write this:
|
/minix3/external/bsd/llvm/dist/llvm/docs/TableGen/ |
H A D | LangRef.rst | 152 programmer. 170 is purely to indicate programmer intention.
|
/minix3/minix/lib/liblwip/dist/ |
H A D | UPGRADING | 64 to let abc.h only contain the actual application programmer's API 156 the actual application programmer's API
|
/minix3/crypto/external/bsd/openssl/dist/crypto/rc2/ |
H A D | rrc2.doc | 214 A non-US based programmer who has never seen any encryption code before will
|
/minix3/bin/sh/USD.doc/ |
H A D | Rv7man | 349 "Cosgrove has perceptively pointed out that the programmer delivers
|
/minix3/usr.bin/m4/TEST/ |
H A D | test.m4 | 126 slay dragons for a living. Actually, I am a systems programmer.
|
/minix3/tests/lib/libcurses/ |
H A D | testframe.txt | 14 output stream. The programmer can then analyse the output changes and
|
/minix3/crypto/external/bsd/openssl/dist/ |
H A D | INSTALL.VMS | 229 (the C programmer won't usually see it, because the old name is
|
/minix3/crypto/external/bsd/openssl/dist/doc/crypto/ |
H A D | engine.pod | 310 This section will explain the basic things an application programmer should 313 programmer wishes to make alternative ENGINE modules available to the
|
/minix3/share/misc/ |
H A D | style | 74 * application programmer should be free to include both regardless.
|
/minix3/external/mit/xorg/lib/xkeyboard-config/rules/ |
H A D | evdev.lst | 295 dvp us: English (programmer Dvorak) 565 dvp pl: Polish (programmer Dvorak)
|
H A D | base.lst | 295 dvp us: English (programmer Dvorak) 565 dvp pl: Polish (programmer Dvorak)
|
/minix3/external/bsd/llvm/dist/llvm/docs/tutorial/ |
H A D | LangImpl8.rst | 19 source that the programmer wrote. In LLVM we generally use a format
|
H A D | LangImpl6.rst | 46 the programmer to introduce new operators into the grammar: the grammar
|