Searched refs:SIGXCPU (Results 1 – 25 of 57) sorted by relevance
123
/freebsd/crypto/heimdal/kdc/ |
H A D | main.c | 136 #ifdef SIGXCPU in main() 137 sigaction(SIGXCPU, &sa, NULL); in main() 148 #ifdef SIGXCPU in main() 149 signal(SIGXCPU, sigterm); in main()
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | ipropd_common.c | 58 sigaction(SIGXCPU, &sa, NULL); in setup_signal() 67 signal(SIGXCPU, sigterm); in setup_signal()
|
/freebsd/usr.bin/limits/tests/ |
H A D | limits_test.sh | 68 SIGXCPU=24 # atf_check doesn't know sigxcpu 78 atf_check -e save:time_output -s signal:$SIGXCPU \
|
/freebsd/lib/libc/gen/ |
H A D | siglist.c | 59 [SIGXCPU] = "XCPU", 94 [SIGXCPU] = "Cputime limit exceeded",
|
/freebsd/cddl/lib/libdtrace/ |
H A D | signal.d | 72 inline int SIGXCPU = 24; variable 73 #pragma D binding "1.0" SIGXCPU 118 signal == SIGXCPU ? "SIGXCPU" :
|
/freebsd/bin/pax/ |
H A D | pax.c | 301 if (which_sig == SIGXCPU) in sig_cleanup() 387 (sigaddset(&s_mask,SIGXCPU) < 0)||(sigaddset(&s_mask,SIGXFSZ)<0)) { in gen_init() 400 setup_sig(SIGXCPU, &n_hand)) in gen_init()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | hp | 305 >>>>>>>>>0xC4 belong 33 - received SIGXCPU 324 >>>>>>>>>0xC4 belong 33 - received SIGXCPU 346 >>>>>>>>>0xC4 belong 33 - received SIGXCPU 368 >>>>>>>>>0xC4 belong 33 - received SIGXCPU 390 >>>>>>>>>0xC4 belong 33 - received SIGXCPU 411 >>>>>>>>>0xC4 belong 33 - received SIGXCPU
|
/freebsd/lib/libsysdecode/ |
H A D | signal.c | 56 [SIGXCPU] = "SIGXCPU",
|
/freebsd/lib/libc/nls/ |
H A D | be_BY.UTF-8.msg | 233 $ SIGXCPU
|
H A D | mn_MN.UTF-8.msg | 233 $ SIGXCPU
|
H A D | uk_UA.UTF-8.msg | 243 $ SIGXCPU
|
H A D | ru_RU.UTF-8.msg | 248 $ SIGXCPU
|
H A D | ru_RU.KOI8-R.msg | 248 $ SIGXCPU
|
H A D | el_GR.ISO8859-7.msg | 233 $ SIGXCPU
|
H A D | ja_JP.UTF-8.msg | 243 $ SIGXCPU
|
H A D | ja_JP.eucJP.msg | 243 $ SIGXCPU
|
H A D | ko_KR.UTF-8.msg | 243 $ SIGXCPU
|
H A D | ko_KR.eucKR.msg | 243 $ SIGXCPU
|
H A D | zh_CN.UTF-8.msg | 243 $ SIGXCPU
|
H A D | zh_CN.GB2312.msg | 245 $ SIGXCPU
|
H A D | zh_CN.GB18030.msg | 245 $ SIGXCPU
|
/freebsd/contrib/tcsh/ |
H A D | sh.init.c | 654 #ifdef SIGXCPU in mesginit() 655 if (mesg[SIGXCPU].pname == NULL) { in mesginit() 656 mesg[SIGXCPU].iname = "XCPU"; in mesginit() 657 mesg[SIGXCPU].pname = CSAVS(2, 58, "Cputime limit exceeded"); in mesginit()
|
/freebsd/sys/sys/ |
H A D | rctl.h | 118 #define RCTL_ACTION_SIGXCPU SIGXCPU
|
H A D | signal.h | 116 #define SIGXCPU 24 /* exceeded CPU time limit */ macro
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | spell.ok | 86 SIGXCPU
|
123