Home
last modified time | relevance | path

Searched refs:SIGXFSZ (Results 1 – 25 of 58) sorted by relevance

123

/dragonfly/lib/libc/gen/
H A Dsiglist.c63 [SIGXFSZ] = "XFSZ",
133 [SIGXFSZ] = "Filesize limit exceeded",
/dragonfly/contrib/gdb-7/gdb/common/
H A Dsignals.c249 #if defined (SIGXFSZ) in gdb_signal_from_host()
250 if (hostsig == SIGXFSZ) in gdb_signal_from_host()
506 #if defined (SIGXFSZ) in do_gdb_signal_to_host()
508 return SIGXFSZ; in do_gdb_signal_to_host()
/dragonfly/contrib/xz/src/xz/
H A Dsignals.c69 #ifdef SIGXFSZ in signals_init()
70 SIGXFSZ, in signals_init()
/dragonfly/bin/pax/
H A Dpax.c389 (sigaddset(&s_mask,SIGXCPU) < 0)||(sigaddset(&s_mask,SIGXFSZ)<0)) { in gen_init()
407 (sigaction(SIGXFSZ, &n_hand, NULL) < 0)) in gen_init()
/dragonfly/contrib/file/magic/Magdir/
H A Dhp325 >>>>>>>>>0xC4 belong 34 - received SIGXFSZ
344 >>>>>>>>>0xC4 belong 34 - received SIGXFSZ
366 >>>>>>>>>0xC4 belong 34 - received SIGXFSZ
388 >>>>>>>>>0xC4 belong 34 - received SIGXFSZ
410 >>>>>>>>>0xC4 belong 34 - received SIGXFSZ
431 >>>>>>>>>0xC4 belong 34 - received SIGXFSZ
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dstrsignal.c186 #if defined (SIGXFSZ)
187 ENTRY(SIGXFSZ, "SIGXFSZ", "File size limit exceeded"),
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dstrsignal.c186 #if defined (SIGXFSZ)
187 ENTRY(SIGXFSZ, "SIGXFSZ", "File size limit exceeded"),
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dstrsignal.c186 #if defined (SIGXFSZ)
187 ENTRY(SIGXFSZ, "SIGXFSZ", "File size limit exceeded"),
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dstrsignal.c186 #if defined (SIGXFSZ)
187 ENTRY(SIGXFSZ, "SIGXFSZ", "File size limit exceeded"),
/dragonfly/gnu/usr.bin/rcs/lib/
H A Drcsutil.c456 # ifdef SIGXFSZ
457 case SIGXFSZ: sname = "Filesize limit exceeded"; break;
719 # ifdef SIGXFSZ
720 SIGXFSZ,
/dragonfly/contrib/tcsh-6/
H A Dsh.init.c661 #ifdef SIGXFSZ in mesginit()
662 if (mesg[SIGXFSZ].pname == NULL) { in mesginit()
663 mesg[SIGXFSZ].iname = "XFSZ"; in mesginit()
664 mesg[SIGXFSZ].pname = CSAVS(2, 59, "Filesize limit exceeded"); in mesginit()
/dragonfly/lib/libc/nls/
H A Dbe_BY.UTF-8.msg236 $ SIGXFSZ
H A Del_GR.ISO8859-7.msg236 $ SIGXFSZ
H A Dmn_Cyrl_MN.UTF-8.msg234 $ SIGXFSZ
H A Dru_RU.KOI8-R.msg251 $ SIGXFSZ
H A Duk_UA.UTF-8.msg244 $ SIGXFSZ
H A Dja_JP.UTF-8.msg244 $ SIGXFSZ
H A Dja_JP.eucJP.msg244 $ SIGXFSZ
H A Dko_KR.UTF-8.msg244 $ SIGXFSZ
H A Dko_KR.eucKR.msg244 $ SIGXFSZ
H A Dzh_Hans_CN.GB18030.msg240 $ SIGXFSZ
H A Dzh_Hans_CN.GB2312.msg240 $ SIGXFSZ
H A Dzh_Hans_CN.UTF-8.msg240 $ SIGXFSZ
/dragonfly/sys/sys/
H A Dsignal.h121 #define SIGXFSZ 25 /* exceeded file size limit */ macro
/dragonfly/sys/vfs/procfs/
H A Dprocfs_ctl.c96 { "xcpu", SIGXCPU }, { "xfsz", SIGXFSZ },

123