/freebsd/contrib/kyua/utils/signals/ |
H A D | interrupts.cpp | 68 static std::unique_ptr< signals::programmer > sighup_handler; 70 static std::unique_ptr< signals::programmer > sigint_handler; 72 static std::unique_ptr< signals::programmer > sigterm_handler; 130 std::unique_ptr< signals::programmer > tmp_sighup_handler( in setup_handlers() 131 new signals::programmer(SIGHUP, signal_handler)); in setup_handlers() 132 std::unique_ptr< signals::programmer > tmp_sigint_handler( in setup_handlers() 133 new signals::programmer(SIGINT, signal_handler)); in setup_handlers() 134 std::unique_ptr< signals::programmer > tmp_sigterm_handler( in setup_handlers() 135 new signals::programmer(SIGTERM, signal_handler)); in setup_handlers()
|
H A D | programmer.cpp | 49 struct programmer::impl : utils::noncopyable { 83 signals::programmer::programmer(const int signo, const handler_type handler) : in programmer() function in signals::programmer 104 signals::programmer::~programmer(void) in ~programmer() 125 signals::programmer::unprogram(void) in unprogram()
|
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 | 46 class programmer : noncopyable { class 53 programmer(const int, const handler_type); 54 ~programmer(void);
|
H A D | interrupts_test.cpp | 102 signals::programmer test_handler(signo, signal_handler); in check_interrupts_handler() 147 signals::programmer test_handler(signo, signal_handler); in check_interrupts_inhibiter()
|
H A D | programmer_fwd.hpp | 43 class programmer;
|
H A D | Makefile.am.inc | 36 libutils_a_SOURCES += utils/signals/programmer.cpp 37 libutils_a_SOURCES += utils/signals/programmer.hpp
|
H A D | timer.cpp | 110 std::unique_ptr< signals::programmer > _sigalrm_programmer; 254 new signals::programmer(SIGALRM, sigalrm_handler)); in global_state()
|
H A D | timer_test.cpp | 311 signals::programmer sigalrm(SIGALRM, null_handler); in ATF_TEST_CASE_BODY()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiRegisterInfo.td | 50 R10, RR1, R11, RR2, // programmer controlled registers
|
/freebsd/crypto/krb5/doc/user/user_commands/ |
H A D | krb5-config.rst | 16 krb5-config tells the application programmer what flags to use to compile
|
/freebsd/crypto/krb5/doc/html/_sources/user/user_commands/ |
H A D | krb5-config.rst.txt | 16 krb5-config tells the application programmer what flags to use to compile
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | openssl_user_macros.pod.in | 10 User defined macros allow the programmer to control certain aspects of
|
/freebsd/crypto/krb5/src/util/et/ |
H A D | com_err.texinfo | 90 considerable amounts of work for the programmer. This paper describes 125 In building application software packages, a programmer often has to 134 supplied at all, and the programmer must supply them at any point at which 137 the programmer has to know in each case whether to look at @code{errno}, 278 programmer.
|
/freebsd/contrib/ncurses/doc/ |
H A D | ncurses-intro.doc | 111 curses programmer, you should nevertheless read the sections on Mouse 119 screen model to the programmer, hiding differences between terminal 183 optimally use these features with no help from the programmer. It 226 automatically provided for the programmer. 239 variables defined. Therefore, the programmer must have a line: 245 system. It is redundant (but harmless) for the programmer to do these 254 programmer wants it to look like next. For this purpose, a data type 274 programmer can effectively say "make it look like this," and let the 282 and stdscr, which is what the programmer wants the terminal to look 682 a virtual screen, describing what the programmer wants to have [all …]
|
/freebsd/contrib/terminus/ |
H A D | OFL.TXT | 45 "Author" refers to any designer, engineer, programmer, technical
|
/freebsd/contrib/ldns/packaging/fedora/ |
H A D | ldns.spec | 28 level API which allows a programmer to (for instance) create or sign
|
/freebsd/contrib/libxo/doc/ |
H A D | faq.rst | 188 application's programmer to move between without the need to
|
/freebsd/sys/powerpc/conf/ |
H A D | GENERIC | 212 device pswitch # Macio programmer's switch
|
/freebsd/contrib/ncurses/ |
H A D | TO-DO | 60 C++ programmer could earn a lot of good karma by doing this...
|
/freebsd/usr.bin/m4/TEST/ |
H A D | test.m4 | 121 slay dragons for a living. Actually, I am a systems programmer.
|
/freebsd/contrib/expat/ |
H A D | README.md | 19 [James Clark](https://en.wikipedia.org/wiki/James_Clark_%28programmer%29) in 1997.
|
/freebsd/contrib/netbsd-tests/lib/libcurses/ |
H A D | testframe.txt | 14 output stream. The programmer can then analyse the output changes and
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ENGINE_add.pod | 319 This section will explain the basic things an application programmer should 322 programmer wishes to make alternative ENGINE modules available to the
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | gpio.txt | 136 programmer as a coherent range of I/O addresses. Usually each such bank is
|