:orphan: .. index:: pair: group; Mapping of unix signal names and numbers .. _doxid-group__te__tools__te__sigmap: Mapping of unix signal names and numbers ======================================== .. toctree:: :hidden: Overview ~~~~~~~~ Definition of the mapping functions. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block // global functions int :ref:`map_name_to_signo`(const char* name); char* :ref:`map_signo_to_name`(int signo); .. _details-group__te__tools__te__sigmap: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Definition of the mapping functions. Copyright (C) 2004-2022 OKTET Labs Ltd. All rights reserved. Global Functions ---------------- .. index:: pair: function; map_name_to_signo .. _doxid-group__te__tools__te__sigmap_1ga32076a32f392c8517eb33e66b37eb8c1: .. ref-code-block:: cpp :class: doxyrest-title-code-block int map_name_to_signo(const char* name) Map signal name to the number .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - name - Name of the signal .. rubric:: Returns: Signal number or ``-1`` in case of error .. index:: pair: function; map_signo_to_name .. _doxid-group__te__tools__te__sigmap_1ga169dc2e0d2e3472b7b7b3c4fc86dc956: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* map_signo_to_name(int signo) Map signal number to the name .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - signo - Number of the signal .. rubric:: Returns: Signal name or NULL