HomeSort by relevance Sort by last modified time
    Searched refs:S_HARD_IGN (Results 1 - 2 of 2) sorted by null

  /system/core/sh/
trap.c 80 * S_HARD_IGN indicates that the signal was ignored on entry to the shell,
86 #define S_HARD_IGN 4 /* signal is ignored permenantly */
304 tsig = S_HARD_IGN;
309 if (tsig == S_HARD_IGN || tsig == action)
350 if (sigmode[signo - 1] != S_IGN && sigmode[signo - 1] != S_HARD_IGN)
353 sigmode[signo - 1] = S_HARD_IGN;
367 *sm = S_HARD_IGN;
init.c 295 #undef S_HARD_IGN
296 #define S_HARD_IGN 4 /* signal is ignored permenantly */
587 #undef S_HARD_IGN
588 #define S_HARD_IGN 4 /* signal is ignored permenantly */
871 #undef S_HARD_IGN
872 #define S_HARD_IGN 4 /* signal is ignored permenantly */
1082 *sm = S_HARD_IGN;

Completed in 28 milliseconds