OXIESEC PANEL
- Current Dir:
/
/
usr
/
lib
/
x86_64-linux-gnu
/
perl
/
5.26.1
/
bits
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:13:16 AM
rwxr-xr-x
📄
byteswap-16.ph
730 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
byteswap.ph
3.72 KB
05/23/2023 05:17:19 PM
rw-r--r--
📄
endian.ph
247 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
ioctl-types.ph
1.72 KB
05/23/2023 05:17:19 PM
rw-r--r--
📄
ioctls.ph
3.74 KB
05/23/2023 05:17:19 PM
rw-r--r--
📄
long-double.ph
60 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
pthreadtypes-arch.ph
3.73 KB
05/23/2023 05:17:19 PM
rw-r--r--
📄
pthreadtypes.ph
492 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
select.ph
1.36 KB
05/23/2023 05:17:19 PM
rw-r--r--
📄
select2.ph
490 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
sigaction.ph
1.53 KB
05/23/2023 05:17:19 PM
rw-r--r--
📄
sigcontext.ph
889 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
sigevent-consts.ph
620 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
siginfo-arch.ph
465 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
siginfo-consts-arch.ph
207 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
siginfo-consts.ph
3.53 KB
05/23/2023 05:17:19 PM
rw-r--r--
📄
signum-generic.ph
2.66 KB
05/23/2023 05:17:19 PM
rw-r--r--
📄
signum.ph
1.5 KB
05/23/2023 05:17:19 PM
rw-r--r--
📄
sigstack.ph
441 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
sigthread.ph
385 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
sockaddr.ph
507 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
socket.ph
15.18 KB
05/23/2023 05:17:19 PM
rw-r--r--
📄
socket2.ph
177 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
socket_type.ph
766 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
ss_flags.ph
443 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
stdint-intn.ph
212 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
syscall.ph
67.47 KB
05/23/2023 05:17:19 PM
rw-r--r--
📄
syslog-ldbl.ph
355 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
syslog-path.ph
363 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
syslog.ph
404 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
sysmacros.ph
2.01 KB
05/23/2023 05:17:19 PM
rw-r--r--
📄
thread-shared-types.ph
1.75 KB
05/23/2023 05:17:19 PM
rw-r--r--
📁
types
-
05/09/2024 07:13:16 AM
rwxr-xr-x
📄
types.ph
2.5 KB
05/23/2023 05:17:19 PM
rw-r--r--
📄
typesizes.ph
4.12 KB
05/23/2023 05:17:19 PM
rw-r--r--
📄
uintn-identity.ph
631 bytes
05/23/2023 05:17:19 PM
rw-r--r--
📄
waitflags.ph
1.24 KB
05/23/2023 05:17:19 PM
rw-r--r--
📄
waitstatus.ph
1.54 KB
05/23/2023 05:17:19 PM
rw-r--r--
📄
wordsize.ph
743 bytes
05/23/2023 05:17:19 PM
rw-r--r--
Editing: siginfo-consts.ph
Close
require '_h2ph_pre.ph'; no warnings qw(redefine misc); unless(defined(&_BITS_SIGINFO_CONSTS_H)) { eval 'sub _BITS_SIGINFO_CONSTS_H () {1;}' unless defined(&_BITS_SIGINFO_CONSTS_H); unless(defined(&_SIGNAL_H)) { die("Don't include <bits/siginfo-consts.h> directly; use <signal.h> instead."); } require 'bits/siginfo-arch.ph'; unless(defined(&__SI_ASYNCIO_AFTER_SIGIO)) { eval 'sub __SI_ASYNCIO_AFTER_SIGIO () {1;}' unless defined(&__SI_ASYNCIO_AFTER_SIGIO); } eval("sub SI_ASYNCNL () { -60; }") unless defined(&SI_ASYNCNL); eval("sub SI_TKILL () { -6; }") unless defined(&SI_TKILL); eval("sub SI_SIGIO () { -5; }") unless defined(&SI_SIGIO); eval("sub SI_QUEUE () { -4; }") unless defined(&SI_QUEUE); eval("sub SI_USER () { -3; }") unless defined(&SI_USER); eval("sub SI_KERNEL () { 0x80; }") unless defined(&SI_KERNEL); if(defined (&__USE_XOPEN_EXTENDED) || defined (&__USE_XOPEN2K8)) { eval("sub ILL_ILLOPC () { 1; }") unless defined(&ILL_ILLOPC); eval("sub ILL_ILLOPN () { 2; }") unless defined(&ILL_ILLOPN); eval("sub ILL_ILLADR () { 3; }") unless defined(&ILL_ILLADR); eval("sub ILL_ILLTRP () { 4; }") unless defined(&ILL_ILLTRP); eval("sub ILL_PRVOPC () { 5; }") unless defined(&ILL_PRVOPC); eval("sub ILL_PRVREG () { 6; }") unless defined(&ILL_PRVREG); eval("sub ILL_COPROC () { 7; }") unless defined(&ILL_COPROC); eval("sub ILL_BADSTK () { 8; }") unless defined(&ILL_BADSTK); eval("sub FPE_INTDIV () { 1; }") unless defined(&FPE_INTDIV); eval("sub FPE_INTOVF () { 2; }") unless defined(&FPE_INTOVF); eval("sub FPE_FLTDIV () { 3; }") unless defined(&FPE_FLTDIV); eval("sub FPE_FLTOVF () { 4; }") unless defined(&FPE_FLTOVF); eval("sub FPE_FLTUND () { 5; }") unless defined(&FPE_FLTUND); eval("sub FPE_FLTRES () { 6; }") unless defined(&FPE_FLTRES); eval("sub FPE_FLTINV () { 7; }") unless defined(&FPE_FLTINV); eval("sub FPE_FLTSUB () { 8; }") unless defined(&FPE_FLTSUB); eval("sub SEGV_MAPERR () { 1; }") unless defined(&SEGV_MAPERR); eval("sub SEGV_ACCERR () { 2; }") unless defined(&SEGV_ACCERR); eval("sub SEGV_BNDERR () { 3; }") unless defined(&SEGV_BNDERR); eval("sub SEGV_PKUERR () { 4; }") unless defined(&SEGV_PKUERR); eval("sub BUS_ADRALN () { 1; }") unless defined(&BUS_ADRALN); eval("sub BUS_ADRERR () { 2; }") unless defined(&BUS_ADRERR); eval("sub BUS_OBJERR () { 3; }") unless defined(&BUS_OBJERR); eval("sub BUS_MCEERR_AR () { 4; }") unless defined(&BUS_MCEERR_AR); eval("sub BUS_MCEERR_AO () { 5; }") unless defined(&BUS_MCEERR_AO); } if(defined(&__USE_XOPEN_EXTENDED)) { eval("sub TRAP_BRKPT () { 1; }") unless defined(&TRAP_BRKPT); eval("sub TRAP_TRACE () { 2; }") unless defined(&TRAP_TRACE); } if(defined (&__USE_XOPEN_EXTENDED) || defined (&__USE_XOPEN2K8)) { eval("sub CLD_EXITED () { 1; }") unless defined(&CLD_EXITED); eval("sub CLD_KILLED () { 2; }") unless defined(&CLD_KILLED); eval("sub CLD_DUMPED () { 3; }") unless defined(&CLD_DUMPED); eval("sub CLD_TRAPPED () { 4; }") unless defined(&CLD_TRAPPED); eval("sub CLD_STOPPED () { 5; }") unless defined(&CLD_STOPPED); eval("sub CLD_CONTINUED () { 6; }") unless defined(&CLD_CONTINUED); eval("sub POLL_IN () { 1; }") unless defined(&POLL_IN); eval("sub POLL_OUT () { 2; }") unless defined(&POLL_OUT); eval("sub POLL_MSG () { 3; }") unless defined(&POLL_MSG); eval("sub POLL_ERR () { 4; }") unless defined(&POLL_ERR); eval("sub POLL_PRI () { 5; }") unless defined(&POLL_PRI); eval("sub POLL_HUP () { 6; }") unless defined(&POLL_HUP); } if(defined(&__USE_GNU)) { require 'bits/siginfo-consts-arch.ph'; } } 1;