Hackfut Security File Manager
Current Path:
/usr/lib64/perl5/bits
usr
/
lib64
/
perl5
/
bits
/
📁
..
📄
byteswap.ph
(3.6 KB)
📄
endian.ph
(249 B)
📄
ioctl-types.ph
(1.78 KB)
📄
ioctls.ph
(3.84 KB)
📄
pthreadtypes.ph
(2.66 KB)
📄
resource.ph
(3.4 KB)
📄
select.ph
(1.36 KB)
📄
sigaction.ph
(1.68 KB)
📄
sigcontext.ph
(636 B)
📄
siginfo.ph
(6.55 KB)
📄
signum.ph
(2.76 KB)
📄
sigset.ph
(3.08 KB)
📄
sigstack.ph
(412 B)
📄
sigthread.ph
(407 B)
📄
sockaddr.ph
(507 B)
📄
socket.ph
(12.28 KB)
📄
socket2.ph
(177 B)
📄
syscall.ph
(31.7 KB)
📄
syslog-ldbl.ph
(400 B)
📄
syslog-path.ph
(363 B)
📄
syslog.ph
(435 B)
📄
time.ph
(1.42 KB)
📄
types.ph
(2.59 KB)
📄
typesizes.ph
(2.97 KB)
📄
uio.ph
(443 B)
📄
waitflags.ph
(811 B)
📄
waitstatus.ph
(2.59 KB)
📄
wordsize.ph
(339 B)
Editing: select.ph
require '_h2ph_pre.ph'; no warnings qw(redefine misc); unless(defined(&_SYS_SELECT_H)) { die("Never use <bits/select.h> directly; include <sys/select.h> instead."); } require 'bits/wordsize.ph'; if(defined (defined(&__GNUC__) ? &__GNUC__ : undef) && (defined(&__GNUC__) ? &__GNUC__ : undef) >= 2) { if((defined(&__WORDSIZE) ? &__WORDSIZE : undef) == 64) { eval 'sub __FD_ZERO_STOS () {"stosq";}' unless defined(&__FD_ZERO_STOS); } else { eval 'sub __FD_ZERO_STOS () {"stosl";}' unless defined(&__FD_ZERO_STOS); } eval 'sub __FD_ZERO { my($fdsp) = @_; eval q(\\"(assembly code)\\"); }' unless defined(&__FD_ZERO); } else { eval 'sub __FD_ZERO { my($set) = @_; eval q( &do { \'unsigned int __i\'; &fd_set * &__arr = ($set); &for ( &__i = 0; &__i < $sizeof{ &fd_set} / $sizeof{ &__fd_mask}; ++ &__i) &__FDS_BITS ( &__arr)[ &__i] = 0; } &while (0)); }' unless defined(&__FD_ZERO); } unless(defined(&__FD_SET)) { sub __FD_SET { my($d, $set) = @_; eval q(( &__FDS_BITS ($set)[ &__FDELT ($d)] |= &__FDMASK ($d))); } } unless(defined(&__FD_CLR)) { sub __FD_CLR { my($d, $set) = @_; eval q(( &__FDS_BITS ($set)[ &__FDELT ($d)] &= ~ &__FDMASK ($d))); } } unless(defined(&__FD_ISSET)) { sub __FD_ISSET { my($d, $set) = @_; eval q((( &__FDS_BITS ($set)[ &__FDELT ($d)] & &__FDMASK ($d)) != 0)); } } 1;
Upload File
Create Folder