Searched refs:SIGXFSZ (Results 1 – 25 of 63) sorted by relevance
123
/freebsd/lib/libc/gen/ |
H A D | siglist.c | 60 [SIGXFSZ] = "XFSZ", 95 [SIGXFSZ] = "Filesize limit exceeded",
|
/freebsd/cddl/lib/libdtrace/ |
H A D | signal.d | 74 inline int SIGXFSZ = 25; variable 75 #pragma D binding "1.0" SIGXFSZ 119 signal == SIGXFSZ ? "SIGXFSZ" :
|
/freebsd/bin/pax/ |
H A D | pax.c | 387 (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 D | hp | 306 >>>>>>>>>0xC4 belong 34 - received SIGXFSZ 325 >>>>>>>>>0xC4 belong 34 - received SIGXFSZ 347 >>>>>>>>>0xC4 belong 34 - received SIGXFSZ 369 >>>>>>>>>0xC4 belong 34 - received SIGXFSZ 391 >>>>>>>>>0xC4 belong 34 - received SIGXFSZ 412 >>>>>>>>>0xC4 belong 34 - received SIGXFSZ
|
/freebsd/tests/sys/cddl/zfs/bin/ |
H A D | largest_file.c | 65 (void) sigset(SIGXFSZ, sigxfsz); in main()
|
/freebsd/lib/libsysdecode/ |
H A D | signal.c | 57 [SIGXFSZ] = "SIGXFSZ",
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/ |
H A D | largest_file.c | 77 if (sigaction(SIGXFSZ, &sa, NULL) == -1) in main()
|
/freebsd/tools/test/stress2/misc/ |
H A D | setrlimit2.sh | 83 if (sigaction(SIGXFSZ, &act, NULL) != 0)
|
/freebsd/lib/libc/nls/ |
H A D | be_BY.UTF-8.msg | 235 $ SIGXFSZ
|
H A D | mn_MN.UTF-8.msg | 235 $ SIGXFSZ
|
H A D | uk_UA.UTF-8.msg | 245 $ SIGXFSZ
|
H A D | ru_RU.UTF-8.msg | 250 $ SIGXFSZ
|
H A D | ru_RU.KOI8-R.msg | 250 $ SIGXFSZ
|
H A D | el_GR.ISO8859-7.msg | 235 $ SIGXFSZ
|
H A D | ja_JP.UTF-8.msg | 245 $ SIGXFSZ
|
H A D | ja_JP.eucJP.msg | 245 $ SIGXFSZ
|
H A D | ko_KR.UTF-8.msg | 245 $ SIGXFSZ
|
H A D | ko_KR.eucKR.msg | 245 $ SIGXFSZ
|
H A D | zh_CN.UTF-8.msg | 245 $ SIGXFSZ
|
H A D | zh_CN.GB2312.msg | 247 $ SIGXFSZ
|
H A D | zh_CN.GB18030.msg | 247 $ SIGXFSZ
|
/freebsd/contrib/tcsh/ |
H A D | sh.init.c | 661 #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/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_setrlimit.c | 208 if (signal(SIGXFSZ, sighandler) == SIG_ERR) in ATF_TC_BODY() 238 if (signo != SIGXFSZ) in sighandler()
|
/freebsd/sys/sys/ |
H A D | rctl.h | 119 #define RCTL_ACTION_SIGXFSZ SIGXFSZ
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtilPosix.cpp | 136 SetSigaction(SIGXFSZ, FileSizeExceedHandler); in SetSignalHandler()
|
123