SILENT KILLERPanel

Current Path: > > > usr > lib64 > perl5 > bits


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: ///usr/lib64/perl5/bits

NameTypeSizeLast ModifiedActions
types Directory - -
byteswap.ph File 1641 bytes July 28 2025 08:07:18.
endian.ph File 247 bytes July 28 2025 08:07:18.
ioctl-types.ph File 1764 bytes July 28 2025 08:07:18.
ioctls.ph File 3827 bytes July 28 2025 08:07:18.
long-double.ph File 60 bytes July 28 2025 08:07:18.
pthreadtypes-arch.ph File 3823 bytes July 28 2025 08:07:18.
pthreadtypes.ph File 492 bytes July 28 2025 08:07:18.
select.ph File 1389 bytes July 28 2025 08:07:18.
select2.ph File 490 bytes July 28 2025 08:07:18.
sigaction.ph File 1720 bytes July 28 2025 08:07:18.
sigcontext.ph File 889 bytes July 28 2025 08:07:18.
sigevent-consts.ph File 620 bytes July 28 2025 08:07:18.
siginfo-arch.ph File 465 bytes July 28 2025 08:07:18.
siginfo-consts-arch.ph File 207 bytes July 28 2025 08:07:18.
siginfo-consts.ph File 3615 bytes July 28 2025 08:07:18.
signum-generic.ph File 2724 bytes July 28 2025 08:07:18.
signum.ph File 1536 bytes July 28 2025 08:07:18.
sigstack.ph File 441 bytes July 28 2025 08:07:18.
sigthread.ph File 385 bytes July 28 2025 08:07:18.
sockaddr.ph File 507 bytes July 28 2025 08:07:18.
socket.ph File 15923 bytes July 28 2025 08:07:18.
socket2.ph File 177 bytes July 28 2025 08:07:18.
socket_type.ph File 766 bytes July 28 2025 08:07:18.
ss_flags.ph File 443 bytes July 28 2025 08:07:18.
stdint-intn.ph File 212 bytes July 28 2025 08:07:18.
syscall.ph File 77580 bytes July 28 2025 08:07:18.
syslog-ldbl.ph File 355 bytes July 28 2025 08:07:18.
syslog-path.ph File 363 bytes July 28 2025 08:07:18.
syslog.ph File 404 bytes July 28 2025 08:07:18.
thread-shared-types.ph File 1831 bytes July 28 2025 08:07:18.
types.ph File 2563 bytes July 28 2025 08:07:18.
typesizes.ph File 4252 bytes July 28 2025 08:07:18.
uintn-identity.ph File 631 bytes July 28 2025 08:07:18.
waitflags.ph File 816 bytes July 28 2025 08:07:18.
waitstatus.ph File 1573 bytes July 28 2025 08:07:18.
wordsize.ph File 743 bytes July 28 2025 08:07:18.

Reading File: ///usr/lib64/perl5/bits/signum-generic.ph

require '_h2ph_pre.ph';

no warnings qw(redefine misc);

unless(defined(&_BITS_SIGNUM_GENERIC_H)) {
    eval 'sub _BITS_SIGNUM_GENERIC_H () {1;}' unless defined(&_BITS_SIGNUM_GENERIC_H);
    unless(defined(&_SIGNAL_H)) {
	die("Never include <bits/signum-generic.h> directly; use <signal.h> instead.");
    }
    eval 'sub SIG_ERR () {(( &__sighandler_t) -1);}' unless defined(&SIG_ERR);
    eval 'sub SIG_DFL () {(( &__sighandler_t) 0);}' unless defined(&SIG_DFL);
    eval 'sub SIG_IGN () {(( &__sighandler_t) 1);}' unless defined(&SIG_IGN);
    if(defined(&__USE_XOPEN)) {
	eval 'sub SIG_HOLD () {(( &__sighandler_t) 2);}' unless defined(&SIG_HOLD);
    }
    eval 'sub SIGINT () {2;}' unless defined(&SIGINT);
    eval 'sub SIGILL () {4;}' unless defined(&SIGILL);
    eval 'sub SIGABRT () {6;}' unless defined(&SIGABRT);
    eval 'sub SIGFPE () {8;}' unless defined(&SIGFPE);
    eval 'sub SIGSEGV () {11;}' unless defined(&SIGSEGV);
    eval 'sub SIGTERM () {15;}' unless defined(&SIGTERM);
    eval 'sub SIGHUP () {1;}' unless defined(&SIGHUP);
    eval 'sub SIGQUIT () {3;}' unless defined(&SIGQUIT);
    eval 'sub SIGTRAP () {5;}' unless defined(&SIGTRAP);
    eval 'sub SIGKILL () {9;}' unless defined(&SIGKILL);
    eval 'sub SIGBUS () {10;}' unless defined(&SIGBUS);
    eval 'sub SIGSYS () {12;}' unless defined(&SIGSYS);
    eval 'sub SIGPIPE () {13;}' unless defined(&SIGPIPE);
    eval 'sub SIGALRM () {14;}' unless defined(&SIGALRM);
    eval 'sub SIGURG () {16;}' unless defined(&SIGURG);
    eval 'sub SIGSTOP () {17;}' unless defined(&SIGSTOP);
    eval 'sub SIGTSTP () {18;}' unless defined(&SIGTSTP);
    eval 'sub SIGCONT () {19;}' unless defined(&SIGCONT);
    eval 'sub SIGCHLD () {20;}' unless defined(&SIGCHLD);
    eval 'sub SIGTTIN () {21;}' unless defined(&SIGTTIN);
    eval 'sub SIGTTOU () {22;}' unless defined(&SIGTTOU);
    eval 'sub SIGPOLL () {23;}' unless defined(&SIGPOLL);
    eval 'sub SIGXCPU () {24;}' unless defined(&SIGXCPU);
    eval 'sub SIGXFSZ () {25;}' unless defined(&SIGXFSZ);
    eval 'sub SIGVTALRM () {26;}' unless defined(&SIGVTALRM);
    eval 'sub SIGPROF () {27;}' unless defined(&SIGPROF);
    eval 'sub SIGUSR1 () {30;}' unless defined(&SIGUSR1);
    eval 'sub SIGUSR2 () {31;}' unless defined(&SIGUSR2);
    eval 'sub SIGWINCH () {28;}' unless defined(&SIGWINCH);
    eval 'sub SIGIO () { &SIGPOLL;}' unless defined(&SIGIO);
    eval 'sub SIGIOT () { &SIGABRT;}' unless defined(&SIGIOT);
    eval 'sub SIGCLD () { &SIGCHLD;}' unless defined(&SIGCLD);
    eval 'sub __SIGRTMIN () {32;}' unless defined(&__SIGRTMIN);
    eval 'sub __SIGRTMAX () { &__SIGRTMIN;}' unless defined(&__SIGRTMAX);
    eval 'sub _NSIG () {( &__SIGRTMAX + 1);}' unless defined(&_NSIG);
}
1;

SILENT KILLER Tool