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: signum-generic.ph
Close
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;