Linux cpanel2.daytoncreative.net 2.6.32-754.29.2.el6.x86_64 #1 SMP Tue May 12 17:39:04 UTC 2020 x86_64
Apache/2.4.43 (cPanel) OpenSSL/1.1.1g mod_bwlimited/1.4
Server IP : 70.62.220.67 & Your IP : 216.73.216.193
Domains :
Cant Read [ /etc/named.conf ]
User : michaelgreg
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
log /
perl-5.20.2 /
cpan /
Compress-Raw-Bzip2 /
Delete
Unzip
Name
Size
Permission
Date
Action
blib
[ DIR ]
drwxr-xr-x
2016-10-10 17:38
bzip2-src
[ DIR ]
drwxr-xr-x
2015-02-14 16:55
fallback
[ DIR ]
drwxr-xr-x
2015-02-14 16:55
lib
[ DIR ]
drwxr-xr-x
2015-02-14 16:55
private
[ DIR ]
drwxr-xr-x
2015-02-14 16:55
t
[ DIR ]
drwxr-xr-x
2015-02-14 16:55
Bzip2.bs
0
B
-rw-r--r--
2016-10-10 17:41
Bzip2.c
44.3
KB
-rw-r--r--
2016-10-10 17:38
Bzip2.o
43.35
KB
-rw-r--r--
2016-10-10 17:38
Bzip2.xs
22.43
KB
-r--r--r--
2014-12-27 11:48
Makefile
30.48
KB
-rw-r--r--
2016-10-10 17:38
Makefile.PL
3.93
KB
-r--r--r--
2014-12-27 11:48
blocksort.c
29.97
KB
-rw-r--r--
2016-10-10 17:38
blocksort.o
10.81
KB
-rw-r--r--
2016-10-10 17:38
bzlib.c
45.14
KB
-rw-r--r--
2016-10-10 17:38
bzlib.h
6.1
KB
-rw-r--r--
2016-10-10 17:38
bzlib.o
10.95
KB
-rw-r--r--
2016-10-10 17:38
bzlib_private.h
12.93
KB
-rw-r--r--
2016-10-10 17:38
compress.c
20.08
KB
-rw-r--r--
2016-10-10 17:38
compress.o
17.62
KB
-rw-r--r--
2016-10-10 17:38
constants.h
7.07
KB
-rw-r--r--
2016-10-10 17:38
constants.xs
2.59
KB
-rw-r--r--
2016-10-10 17:38
crctable.c
4.71
KB
-rw-r--r--
2016-10-10 17:38
crctable.o
1.96
KB
-rw-r--r--
2016-10-10 17:38
decompress.c
20.46
KB
-rw-r--r--
2016-10-10 17:38
decompress.o
12.81
KB
-rw-r--r--
2016-10-10 17:38
huffman.c
6.83
KB
-rw-r--r--
2016-10-10 17:38
huffman.o
3.24
KB
-rw-r--r--
2016-10-10 17:38
pm_to_blib
0
B
-rw-r--r--
2016-10-10 17:38
randtable.c
3.77
KB
-rw-r--r--
2016-10-10 17:38
randtable.o
2.95
KB
-rw-r--r--
2016-10-10 17:38
typemap
1.05
KB
-r--r--r--
2014-12-27 11:48
Save
Rename
void constant(sv) PREINIT: #ifdef dXSTARG dXSTARG; /* Faster if we have it. */ #else dTARGET; #endif STRLEN len; int type; IV iv; /* NV nv; Uncomment this if you need to return NVs */ /* const char *pv; Uncomment this if you need to return PVs */ INPUT: SV * sv; const char * s = SvPV(sv, len); PPCODE: /* Change this to constant(aTHX_ s, len, &iv, &nv); if you need to return both NVs and IVs */ type = constant(aTHX_ s, len, &iv); /* Return 1 or 2 items. First is error message, or undef if no error. Second, if present, is found value */ switch (type) { case PERL_constant_NOTFOUND: sv = sv_2mortal(newSVpvf("%s is not a valid Bzip2 macro", s)); PUSHs(sv); break; case PERL_constant_NOTDEF: sv = sv_2mortal(newSVpvf( "Your vendor has not defined Bzip2 macro %s, used", s)); PUSHs(sv); break; case PERL_constant_ISIV: EXTEND(SP, 1); PUSHs(&PL_sv_undef); PUSHi(iv); break; /* Uncomment this if you need to return NOs case PERL_constant_ISNO: EXTEND(SP, 1); PUSHs(&PL_sv_undef); PUSHs(&PL_sv_no); break; */ /* Uncomment this if you need to return NVs case PERL_constant_ISNV: EXTEND(SP, 1); PUSHs(&PL_sv_undef); PUSHn(nv); break; */ /* Uncomment this if you need to return PVs case PERL_constant_ISPV: EXTEND(SP, 1); PUSHs(&PL_sv_undef); PUSHp(pv, strlen(pv)); break; */ /* Uncomment this if you need to return PVNs case PERL_constant_ISPVN: EXTEND(SP, 1); PUSHs(&PL_sv_undef); PUSHp(pv, iv); break; */ /* Uncomment this if you need to return SVs case PERL_constant_ISSV: EXTEND(SP, 1); PUSHs(&PL_sv_undef); PUSHs(sv); break; */ /* Uncomment this if you need to return UNDEFs case PERL_constant_ISUNDEF: break; */ /* Uncomment this if you need to return UVs case PERL_constant_ISUV: EXTEND(SP, 1); PUSHs(&PL_sv_undef); PUSHu((UV)iv); break; */ /* Uncomment this if you need to return YESs case PERL_constant_ISYES: EXTEND(SP, 1); PUSHs(&PL_sv_undef); PUSHs(&PL_sv_yes); break; */ default: sv = sv_2mortal(newSVpvf( "Unexpected return type %d while processing Bzip2 macro %s, used", type, s)); PUSHs(sv); }