Searched refs:SIGXFSZ (Results 1 – 25 of 55) sorted by relevance
123
| /freebsd-9-stable/contrib/gdb/gdb/signals/ |
| D | signals.c | 404 #if defined (SIGXFSZ) in target_signal_from_host() 405 if (hostsig == SIGXFSZ) in target_signal_from_host() 657 #if defined (SIGXFSZ) in do_target_signal_to_host() 659 return SIGXFSZ; in do_target_signal_to_host()
|
| /freebsd-9-stable/cddl/lib/libdtrace/ |
| D | signal.d | 75 inline int SIGXFSZ = 25; variable 76 #pragma D binding "1.0" SIGXFSZ
|
| /freebsd-9-stable/contrib/xz/src/xz/ |
| D | signals.c | 64 #ifdef SIGXFSZ in signals_init() 65 SIGXFSZ, in signals_init()
|
| /freebsd-9-stable/bin/pax/ |
| D | pax.c | 381 (sigaddset(&s_mask,SIGXCPU) < 0)||(sigaddset(&s_mask,SIGXFSZ)<0)) { in gen_init() 417 (sigaction(SIGXFSZ, &n_hand, &o_hand) < 0)) in gen_init()
|
| /freebsd-9-stable/contrib/file/magic/Magdir/ |
| D | hp | 331 >>>>>>>>>0xC4 belong 34 - received SIGXFSZ 350 >>>>>>>>>0xC4 belong 34 - received SIGXFSZ 372 >>>>>>>>>0xC4 belong 34 - received SIGXFSZ 394 >>>>>>>>>0xC4 belong 34 - received SIGXFSZ 416 >>>>>>>>>0xC4 belong 34 - received SIGXFSZ 437 >>>>>>>>>0xC4 belong 34 - received SIGXFSZ
|
| /freebsd-9-stable/contrib/nvi/ex/ |
| D | ex_shell.c | 355 #ifdef SIGXFSZ 356 SIGXFSZ, "Filesize limit exceeded",
|
| /freebsd-9-stable/contrib/binutils/libiberty/ |
| D | strsignal.c | 186 #if defined (SIGXFSZ) 187 ENTRY(SIGXFSZ, "SIGXFSZ", "File size limit exceeded"),
|
| /freebsd-9-stable/contrib/gcclibs/libiberty/ |
| D | strsignal.c | 186 #if defined (SIGXFSZ) 187 ENTRY(SIGXFSZ, "SIGXFSZ", "File size limit exceeded"),
|
| /freebsd-9-stable/gnu/usr.bin/rcs/lib/ |
| D | rcsutil.c | 457 # ifdef SIGXFSZ 458 case SIGXFSZ: sname = "Filesize limit exceeded"; break; 720 # ifdef SIGXFSZ 721 SIGXFSZ,
|
| /freebsd-9-stable/lib/libc/nls/ |
| D | be_BY.UTF-8.msg | 236 $ SIGXFSZ
|
| D | el_GR.ISO8859-7.msg | 236 $ SIGXFSZ
|
| D | mn_MN.UTF-8.msg | 236 $ SIGXFSZ
|
| D | uk_UA.UTF-8.msg | 246 $ SIGXFSZ
|
| D | ru_RU.KOI8-R.msg | 253 $ SIGXFSZ
|
| D | ko_KR.eucKR.msg | 246 $ SIGXFSZ
|
| D | ko_KR.UTF-8.msg | 246 $ SIGXFSZ
|
| D | zh_CN.UTF-8.msg | 246 $ SIGXFSZ
|
| D | ja_JP.UTF-8.msg | 246 $ SIGXFSZ
|
| D | ja_JP.eucJP.msg | 246 $ SIGXFSZ
|
| D | zh_CN.GB2312.msg | 248 $ SIGXFSZ
|
| D | zh_CN.GB18030.msg | 248 $ SIGXFSZ
|
| /freebsd-9-stable/contrib/tcsh/ |
| D | sh.init.c | 665 #ifdef SIGXFSZ in mesginit() 666 if (mesg[SIGXFSZ].pname == NULL) { in mesginit() 667 mesg[SIGXFSZ].iname = "XFSZ"; in mesginit() 668 mesg[SIGXFSZ].pname = CSAVS(2, 59, "Filesize limit exceeded"); in mesginit()
|
| /freebsd-9-stable/sys/sys/ |
| D | rctl.h | 120 #define RCTL_ACTION_SIGXFSZ SIGXFSZ
|
| D | signal.h | 99 #define SIGXFSZ 25 /* exceeded file size limit */ macro
|
| /freebsd-9-stable/contrib/bind9/bin/named/unix/ |
| D | os.c | 393 #ifdef SIGXFSZ 394 signal(SIGXFSZ, SIG_IGN);
|
123