XYZ File Manager
Current Path:
/usr/lib/x86_64-linux-gnu/perl/5.36.0/bits
usr
/
lib
/
x86_64-linux-gnu
/
perl
/
5.36.0
/
bits
/
📁
..
📄
atomic_wide_counter.ph
(207 B)
📄
byteswap.ph
(1.6 KB)
📄
confname.ph
(24.45 KB)
📄
endian.ph
(1.01 KB)
📄
endianness.ph
(385 B)
📄
environments.ph
(2.05 KB)
📄
floatn-common.ph
(12.32 KB)
📄
floatn.ph
(2.83 KB)
📄
getopt_core.ph
(168 B)
📄
getopt_posix.ph
(582 B)
📄
ioctl-types.ph
(1.72 KB)
📄
ioctls.ph
(3.74 KB)
📁
linux
📄
long-double.ph
(169 B)
📄
posix_opt.ph
(5.34 KB)
📄
pthreadtypes-arch.ph
(2.22 KB)
📄
pthreadtypes.ph
(492 B)
📄
select.ph
(889 B)
📄
select2.ph
(490 B)
📄
sigaction.ph
(1.68 KB)
📄
sigcontext.ph
(889 B)
📄
sigevent-consts.ph
(620 B)
📄
siginfo-arch.ph
(465 B)
📄
siginfo-consts-arch.ph
(207 B)
📄
siginfo-consts.ph
(4.3 KB)
📄
signal_ext.ph
(200 B)
📄
signum-arch.ph
(1.68 KB)
📄
signum-generic.ph
(1.6 KB)
📄
sigstack.ph
(441 B)
📄
sigstksz.ph
(568 B)
📄
sigthread.ph
(385 B)
📄
sockaddr.ph
(507 B)
📄
socket-constants.ph
(3.62 KB)
📄
socket.ph
(12.08 KB)
📄
socket2.ph
(177 B)
📄
socket_type.ph
(766 B)
📄
ss_flags.ph
(443 B)
📄
stdint-intn.ph
(212 B)
📄
struct_mutex.ph
(1019 B)
📄
struct_rwlock.ph
(943 B)
📄
syscall.ph
(75.76 KB)
📄
syslog-ldbl.ph
(355 B)
📄
syslog-path.ph
(363 B)
📄
syslog.ph
(630 B)
📄
thread-shared-types.ph
(427 B)
📄
time64.ph
(530 B)
📄
timesize.ph
(290 B)
📁
types
📄
types.ph
(2.78 KB)
📄
typesizes.ph
(4.61 KB)
📄
uintn-identity.ph
(631 B)
📄
unistd.ph
(680 B)
📄
unistd_ext.ph
(597 B)
📄
waitflags.ph
(816 B)
📄
waitstatus.ph
(1.54 KB)
📄
wordsize.ph
(743 B)
Editing: socket-constants.ph
require '_h2ph_pre.ph'; no warnings qw(redefine misc); unless(defined(&_SYS_SOCKET_H)) { die("Never include <bits/socket-constants.h> directly; use <sys/socket.h> instead."); } require 'bits/timesize.ph'; eval 'sub SOL_SOCKET () {1;}' unless defined(&SOL_SOCKET); eval 'sub SO_ACCEPTCONN () {30;}' unless defined(&SO_ACCEPTCONN); eval 'sub SO_BROADCAST () {6;}' unless defined(&SO_BROADCAST); eval 'sub SO_DONTROUTE () {5;}' unless defined(&SO_DONTROUTE); eval 'sub SO_ERROR () {4;}' unless defined(&SO_ERROR); eval 'sub SO_KEEPALIVE () {9;}' unless defined(&SO_KEEPALIVE); eval 'sub SO_LINGER () {13;}' unless defined(&SO_LINGER); eval 'sub SO_OOBINLINE () {10;}' unless defined(&SO_OOBINLINE); eval 'sub SO_RCVBUF () {8;}' unless defined(&SO_RCVBUF); eval 'sub SO_RCVLOWAT () {18;}' unless defined(&SO_RCVLOWAT); eval 'sub SO_REUSEADDR () {2;}' unless defined(&SO_REUSEADDR); eval 'sub SO_SNDBUF () {7;}' unless defined(&SO_SNDBUF); eval 'sub SO_SNDLOWAT () {19;}' unless defined(&SO_SNDLOWAT); eval 'sub SO_TYPE () {3;}' unless defined(&SO_TYPE); if(((defined(&__TIMESIZE) ? &__TIMESIZE : undef) == 64 && (defined(&__WORDSIZE) ? &__WORDSIZE : undef) == 32 && (!defined (&__SYSCALL_WORDSIZE) || (defined(&__SYSCALL_WORDSIZE) ? &__SYSCALL_WORDSIZE : undef) == 32))) { eval 'sub SO_RCVTIMEO () {66;}' unless defined(&SO_RCVTIMEO); eval 'sub SO_SNDTIMEO () {67;}' unless defined(&SO_SNDTIMEO); eval 'sub SO_TIMESTAMP () {63;}' unless defined(&SO_TIMESTAMP); eval 'sub SO_TIMESTAMPNS () {64;}' unless defined(&SO_TIMESTAMPNS); eval 'sub SO_TIMESTAMPING () {65;}' unless defined(&SO_TIMESTAMPING); } else { if((defined(&__TIMESIZE) ? &__TIMESIZE : undef) == 64) { eval 'sub SO_RCVTIMEO () {20;}' unless defined(&SO_RCVTIMEO); eval 'sub SO_SNDTIMEO () {21;}' unless defined(&SO_SNDTIMEO); eval 'sub SO_TIMESTAMP () {29;}' unless defined(&SO_TIMESTAMP); eval 'sub SO_TIMESTAMPNS () {35;}' unless defined(&SO_TIMESTAMPNS); eval 'sub SO_TIMESTAMPING () {37;}' unless defined(&SO_TIMESTAMPING); } else { eval 'sub SO_RCVTIMEO_OLD () {20;}' unless defined(&SO_RCVTIMEO_OLD); eval 'sub SO_SNDTIMEO_OLD () {21;}' unless defined(&SO_SNDTIMEO_OLD); eval 'sub SO_RCVTIMEO_NEW () {66;}' unless defined(&SO_RCVTIMEO_NEW); eval 'sub SO_SNDTIMEO_NEW () {67;}' unless defined(&SO_SNDTIMEO_NEW); eval 'sub SO_TIMESTAMP_OLD () {29;}' unless defined(&SO_TIMESTAMP_OLD); eval 'sub SO_TIMESTAMPNS_OLD () {35;}' unless defined(&SO_TIMESTAMPNS_OLD); eval 'sub SO_TIMESTAMPING_OLD () {37;}' unless defined(&SO_TIMESTAMPING_OLD); eval 'sub SO_TIMESTAMP_NEW () {63;}' unless defined(&SO_TIMESTAMP_NEW); eval 'sub SO_TIMESTAMPNS_NEW () {64;}' unless defined(&SO_TIMESTAMPNS_NEW); eval 'sub SO_TIMESTAMPING_NEW () {65;}' unless defined(&SO_TIMESTAMPING_NEW); if(defined(&__USE_TIME_BITS64)) { eval 'sub SO_RCVTIMEO () { &SO_RCVTIMEO_NEW;}' unless defined(&SO_RCVTIMEO); eval 'sub SO_SNDTIMEO () { &SO_SNDTIMEO_NEW;}' unless defined(&SO_SNDTIMEO); eval 'sub SO_TIMESTAMP () { &SO_TIMESTAMP_NEW;}' unless defined(&SO_TIMESTAMP); eval 'sub SO_TIMESTAMPNS () { &SO_TIMESTAMPNS_NEW;}' unless defined(&SO_TIMESTAMPNS); eval 'sub SO_TIMESTAMPING () { &SO_TIMESTAMPING_NEW;}' unless defined(&SO_TIMESTAMPING); } else { eval 'sub SO_RCVTIMEO () { &SO_RCVTIMEO_OLD;}' unless defined(&SO_RCVTIMEO); eval 'sub SO_SNDTIMEO () { &SO_SNDTIMEO_OLD;}' unless defined(&SO_SNDTIMEO); eval 'sub SO_TIMESTAMP () { &SO_TIMESTAMP_OLD;}' unless defined(&SO_TIMESTAMP); eval 'sub SO_TIMESTAMPNS () { &SO_TIMESTAMPNS_OLD;}' unless defined(&SO_TIMESTAMPNS); eval 'sub SO_TIMESTAMPING () { &SO_TIMESTAMPING_OLD;}' unless defined(&SO_TIMESTAMPING); } } } 1;
Upload File
Create Folder