HomeSort by relevance Sort by last modified time
    Searched full:init_sig (Results 1 - 1 of 1) sorted by null

  /ndk/sources/host-tools/make-3.81/
signame.c 64 init_sig (int number, const char *abbrev, const char *name) function
93 init_sig (SIGHUP, "HUP", _("Hangup"));
96 init_sig (SIGINT, "INT", _("Interrupt"));
99 init_sig (SIGQUIT, "QUIT", _("Quit"));
102 init_sig (SIGILL, "ILL", _("Illegal Instruction"));
105 init_sig (SIGTRAP, "TRAP", _("Trace/breakpoint trap"));
110 init_sig (SIGABRT, "ABRT", _("Aborted"));
113 init_sig (SIGIOT, "IOT", _("IOT trap"));
116 init_sig (SIGEMT, "EMT", _("EMT trap"));
119 init_sig (SIGFPE, "FPE", _("Floating point exception"))
    [all...]

Completed in 40 milliseconds