Home
last modified time | relevance | path

Searched refs:SIGSYS (Results 1 – 25 of 56) sorted by relevance

123

/dragonfly/lib/libc/gen/
H A Dsiglist.c50 [SIGSYS] = "SYS",
120 [SIGSYS] = "Bad system call",
/dragonfly/contrib/gdb-7/gdb/common/
H A Dsignals.c165 #if defined (SIGSYS) in gdb_signal_from_host()
166 if (hostsig == SIGSYS) in gdb_signal_from_host()
422 #if defined (SIGSYS) in do_gdb_signal_to_host()
424 return SIGSYS; in do_gdb_signal_to_host()
/dragonfly/usr.bin/tip/
H A Dtipout.c125 signal(SIGSYS, intSYS); /* beautify toggle */ in tipout()
150 #define ALLSIGS sigmask(SIGEMT)|sigmask(SIGTERM)|sigmask(SIGIOT)|sigmask(SIGSYS) in tipout()
/dragonfly/games/larn/
H A Dsignal.c141 sigpanic(SIGSYS); in sigsys()
170 signal(SIGSYS, sigsys); in sigsetup()
/dragonfly/contrib/file/magic/Magdir/
H A Dhp323 >>>>>>>>>0xC4 belong 12 - received SIGSYS
342 >>>>>>>>>0xC4 belong 12 - received SIGSYS
364 >>>>>>>>>0xC4 belong 12 - received SIGSYS
386 >>>>>>>>>0xC4 belong 12 - received SIGSYS
408 >>>>>>>>>0xC4 belong 12 - received SIGSYS
429 >>>>>>>>>0xC4 belong 12 - received SIGSYS
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dstrsignal.c118 #if defined (SIGSYS)
119 ENTRY(SIGSYS, "SIGSYS", "Bad system call"),
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dstrsignal.c118 #if defined (SIGSYS)
119 ENTRY(SIGSYS, "SIGSYS", "Bad system call"),
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dstrsignal.c118 #if defined (SIGSYS)
119 ENTRY(SIGSYS, "SIGSYS", "Bad system call"),
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dstrsignal.c118 #if defined (SIGSYS)
119 ENTRY(SIGSYS, "SIGSYS", "Bad system call"),
/dragonfly/games/phantasia/
H A Dmain.c1011 sigset(SIGSYS, ill_sig); in playinit()
1029 signal(SIGSYS, ill_sig); in playinit()
1044 signal(SIGSYS, ill_sig); in playinit()
1059 signal(SIGSYS, ill_sig); in playinit()
/dragonfly/test/stress/stress2/testcases/badcode/
H A Dbadcode.c100 signal(SIGSYS, hand); in test()
/dragonfly/sbin/nfsiod/
H A Dnfsiod.c122 signal(SIGSYS, nonfs); in main()
/dragonfly/contrib/tcsh-6/
H A Dsh.init.c377 #ifdef SIGSYS in mesginit()
378 if (mesg[SIGSYS].pname == NULL) { in mesginit()
379 mesg[SIGSYS].iname = "SYS"; in mesginit()
380 mesg[SIGSYS].pname = CSAVS(2, 20, "Bad system call"); in mesginit()
H A Dtc.os.c547 sigemptyset(&set, SIGSYS); in catch_sigsys()
563 sigaction(SIGSYS, &old_sigsys_handler, NULL); in dowarp()
568 sigaction(SIGSYS, NULL, &old_sigsys_handler); in dowarp()
569 signal(SIGSYS, catch_sigsys); in dowarp()
602 sigaction(SIGSYS, &old_sigsys_handler, NULL); in dowarp()
/dragonfly/lib/libc/nls/
H A Dbe_BY.UTF-8.msg210 $ SIGSYS
H A Del_GR.ISO8859-7.msg210 $ SIGSYS
H A Dmn_Cyrl_MN.UTF-8.msg208 $ SIGSYS
H A Dru_RU.KOI8-R.msg225 $ SIGSYS
H A Duk_UA.UTF-8.msg218 $ SIGSYS
H A Dja_JP.UTF-8.msg218 $ SIGSYS
H A Dja_JP.eucJP.msg218 $ SIGSYS
H A Dko_KR.UTF-8.msg218 $ SIGSYS
H A Dko_KR.eucKR.msg218 $ SIGSYS
H A Dzh_Hans_CN.GB18030.msg214 $ SIGSYS
/dragonfly/usr.bin/ipcrm/
H A Dipcrm.c113 signal(SIGSYS, not_configured); in main()

123