Home
last modified time | relevance | path

Searched refs:programmer (Results 1 – 25 of 47) sorted by relevance

12

/minix3/external/bsd/kyua-cli/dist/utils/signals/
H A Dprogrammer.cpp48 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 Dinterrupts.cpp63 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 Dprogrammer_test.cpp74 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 Dprogrammer.hpp48 class programmer : noncopyable { class
55 programmer(const int, const handler_type);
56 ~programmer(void);
H A Dinterrupts_test.cpp95 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 Ddoxygen.intro9 /// usage instructions, please see the programmer's guide or reference
H A DAutomaticReferenceCounting.rst213 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 Ddoxygen.intro9 /// instructions, please see the programmer's guide or reference manual.
H A DR600Usage.rst23 operands, so it is up to the programmer to be familiar with the range
H A DBugpoint.rst29 also designed to trade off programmer time for computer time in the
/minix3/external/bsd/kyua-cli/lib/utils/
H A DMakefile59 signals/programmer.cpp
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dblock-type-safety.m82 // programmer wants to write this:
/minix3/external/bsd/llvm/dist/llvm/docs/TableGen/
H A DLangRef.rst152 programmer.
170 is purely to indicate programmer intention.
/minix3/minix/lib/liblwip/dist/
H A DUPGRADING64 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 Drrc2.doc214 A non-US based programmer who has never seen any encryption code before will
/minix3/bin/sh/USD.doc/
H A DRv7man349 "Cosgrove has perceptively pointed out that the programmer delivers
/minix3/usr.bin/m4/TEST/
H A Dtest.m4126 slay dragons for a living. Actually, I am a systems programmer.
/minix3/tests/lib/libcurses/
H A Dtestframe.txt14 output stream. The programmer can then analyse the output changes and
/minix3/crypto/external/bsd/openssl/dist/
H A DINSTALL.VMS229 (the C programmer won't usually see it, because the old name is
/minix3/crypto/external/bsd/openssl/dist/doc/crypto/
H A Dengine.pod310 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 Dstyle74 * application programmer should be free to include both regardless.
/minix3/external/mit/xorg/lib/xkeyboard-config/rules/
H A Devdev.lst295 dvp us: English (programmer Dvorak)
565 dvp pl: Polish (programmer Dvorak)
H A Dbase.lst295 dvp us: English (programmer Dvorak)
565 dvp pl: Polish (programmer Dvorak)
/minix3/external/bsd/llvm/dist/llvm/docs/tutorial/
H A DLangImpl8.rst19 source that the programmer wrote. In LLVM we generally use a format
H A DLangImpl6.rst46 the programmer to introduce new operators into the grammar: the grammar

12