Home
last modified time | relevance | path

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

123

/freebsd/lib/libc/gen/
H A Dsiglist.c60 [SIGXFSZ] = "XFSZ",
95 [SIGXFSZ] = "Filesize limit exceeded",
/freebsd/cddl/lib/libdtrace/
H A Dsignal.d74 inline int SIGXFSZ = 25; variable
75 #pragma D binding "1.0" SIGXFSZ
119 signal == SIGXFSZ ? "SIGXFSZ" :
/freebsd/contrib/xz/src/xz/
H A Dsignals.c69 #ifdef SIGXFSZ in signals_init()
70 SIGXFSZ, in signals_init()
/freebsd/bin/pax/
H A Dpax.c387 (sigaddset(&s_mask,SIGXCPU) < 0)||(sigaddset(&s_mask,SIGXFSZ)<0)) { in gen_init()
405 (sigaction(SIGXFSZ, &n_hand, NULL) < 0)) in gen_init()
/freebsd/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
/freebsd/tests/sys/cddl/zfs/bin/
H A Dlargest_file.c65 (void) sigset(SIGXFSZ, sigxfsz); in main()
/freebsd/lib/libsysdecode/
H A Dsignal.c57 [SIGXFSZ] = "SIGXFSZ",
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Dlargest_file.c77 if (sigaction(SIGXFSZ, &sa, NULL) == -1) in main()
/freebsd/tools/test/stress2/misc/
H A Dsetrlimit2.sh83 if (sigaction(SIGXFSZ, &act, NULL) != 0)
H A Dsetrlimit.sh97 if (sigaction(SIGXFSZ, &act, NULL) != 0)
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg235 $ SIGXFSZ
H A Dmn_MN.UTF-8.msg235 $ SIGXFSZ
H A Duk_UA.UTF-8.msg245 $ SIGXFSZ
H A Del_GR.ISO8859-7.msg235 $ SIGXFSZ
H A Dru_RU.KOI8-R.msg252 $ SIGXFSZ
H A Dko_KR.UTF-8.msg245 $ SIGXFSZ
H A Dja_JP.UTF-8.msg245 $ SIGXFSZ
H A Dja_JP.eucJP.msg245 $ SIGXFSZ
H A Dko_KR.eucKR.msg245 $ SIGXFSZ
H A Dzh_CN.UTF-8.msg245 $ SIGXFSZ
H A Dzh_CN.GB18030.msg247 $ SIGXFSZ
H A Dzh_CN.GB2312.msg247 $ SIGXFSZ
/freebsd/contrib/tcsh/
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()
/freebsd/sys/sys/
H A Drctl.h119 #define RCTL_ACTION_SIGXFSZ SIGXFSZ
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_setrlimit.c208 if (signal(SIGXFSZ, sighandler) == SIG_ERR) in ATF_TC_BODY()
238 if (signo != SIGXFSZ) in sighandler()

123