HomeSort by: relevance | last modified time | path
    Searched defs:RAISE (Results 1 - 6 of 6) sorted by relevancy

  /src/tests/lib/libc/sys/
t_fork.c 195 rv = raise(sig);
241 #define RAISE(test, sig) \
247 "raise " #sig " in a child"); \
256 RAISE(raise1, SIGKILL) /* non-maskable */
257 RAISE(raise2, SIGSTOP) /* non-maskable */
258 RAISE(raise3, SIGTSTP) /* ignored in vfork(2) */
259 RAISE(raise4, SIGTTIN) /* ignored in vfork(2) */
260 RAISE(raise5, SIGTTOU) /* ignored in vfork(2) */
261 RAISE(raise6, SIGABRT) /* regular abort trap */
262 RAISE(raise7, SIGHUP) /* hangup *
    [all...]
  /src/usr.bin/tip/
tip.h 85 extern char *RC; /* raise character */
205 #define RAISE 13
  /src/external/gpl3/binutils/dist/gas/config/
bfin-parse.h 103 RAISE = 304, /* RAISE */
281 #define RAISE 304
bfin-parse.c 587 RAISE = 304, /* RAISE */
765 #define RAISE 304
975 YYSYMBOL_RAISE = 49, /* RAISE */
1606 "HLT", "IDLE", "STI", "CLI", "CSYNC", "SSYNC", "EMUEXCPT", "RAISE",
5294 case 152: /* asm_1: RAISE expr */
5299 notethat ("ProgCtrl: RAISE uimm4\n");
5303 return yyerror ("Bad value for RAISE");
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-parse.h 103 RAISE = 304, /* RAISE */
281 #define RAISE 304
bfin-parse.c 587 RAISE = 304, /* RAISE */
765 #define RAISE 304
975 YYSYMBOL_RAISE = 49, /* RAISE */
1606 "HLT", "IDLE", "STI", "CLI", "CSYNC", "SSYNC", "EMUEXCPT", "RAISE",
5294 case 152: /* asm_1: RAISE expr */
5299 notethat ("ProgCtrl: RAISE uimm4\n");
5303 return yyerror ("Bad value for RAISE");

Completed in 45 milliseconds