Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.145.95.233
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
lib64 /
perl5 /
CORE /
[ HOME SHELL ]
Name
Size
Permission
Action
EXTERN.h
1.77
KB
-rw-r--r--
INTERN.h
1.47
KB
-rw-r--r--
XSUB.h
21.27
KB
-rw-r--r--
av.h
2.91
KB
-rw-r--r--
bitcount.h
850
B
-rw-r--r--
charclass_invlists.h
9.55
KB
-rw-r--r--
config.h
145.13
KB
-rw-r--r--
cop.h
39.64
KB
-rw-r--r--
cv.h
9.22
KB
-rw-r--r--
dosish.h
5.95
KB
-rw-r--r--
embed.h
84.98
KB
-rw-r--r--
embedvar.h
19.08
KB
-rw-r--r--
fakesdio.h
3.24
KB
-rw-r--r--
fakethr.h
1.92
KB
-rw-r--r--
feature.h
3.69
KB
-rw-r--r--
form.h
1.43
KB
-rw-r--r--
git_version.h
357
B
-rw-r--r--
gv.h
10.02
KB
-rw-r--r--
handy.h
53.01
KB
-rw-r--r--
hv.h
23.67
KB
-rw-r--r--
intrpvar.h
27.19
KB
-rw-r--r--
iperlsys.h
47.63
KB
-rw-r--r--
keywords.h
6.45
KB
-rw-r--r--
l1_char_class_tab.h
31.86
KB
-rw-r--r--
libperl.so
1.57
MB
-rwxr-xr-x
malloc_ctl.h
1.48
KB
-rw-r--r--
metaconfig.h
899
B
-rw-r--r--
mg.h
2.37
KB
-rw-r--r--
mg_data.h
4.84
KB
-rw-r--r--
mg_raw.h
4.21
KB
-rw-r--r--
mg_vtable.h
9.14
KB
-rw-r--r--
mydtrace.h
1.81
KB
-rw-r--r--
nostdio.h
3.37
KB
-rw-r--r--
op.h
32.07
KB
-rw-r--r--
op_reg_common.h
4.33
KB
-rw-r--r--
opcode.h
46.2
KB
-rw-r--r--
opnames.h
8.05
KB
-rw-r--r--
overload.h
2.98
KB
-rw-r--r--
pad.h
12.77
KB
-rw-r--r--
parser.h
5.38
KB
-rw-r--r--
patchlevel.h
8.05
KB
-rw-r--r--
perl.h
168.47
KB
-rw-r--r--
perlapi.h
5.34
KB
-rw-r--r--
perldtrace.h
1.77
KB
-rw-r--r--
perlio.h
10.83
KB
-rw-r--r--
perliol.h
13.21
KB
-rw-r--r--
perlsdio.h
4.92
KB
-rw-r--r--
perlsfio.h
2.64
KB
-rw-r--r--
perlvars.h
8.49
KB
-rw-r--r--
perly.h
5.67
KB
-rw-r--r--
pp.h
18.37
KB
-rw-r--r--
pp_proto.h
10.61
KB
-rw-r--r--
proto.h
259.12
KB
-rw-r--r--
reentr.h
79.05
KB
-rw-r--r--
regcharclass.h
30.79
KB
-rw-r--r--
regcomp.h
32.46
KB
-rw-r--r--
regexp.h
28.7
KB
-rw-r--r--
regnodes.h
37.97
KB
-rw-r--r--
scope.h
9.64
KB
-rw-r--r--
sv.h
72.44
KB
-rw-r--r--
thread.h
11.67
KB
-rw-r--r--
time64.h
1.4
KB
-rw-r--r--
time64_config.h
1.98
KB
-rw-r--r--
uconfig.h
144.66
KB
-rw-r--r--
unixish.h
4.48
KB
-rw-r--r--
utf8.h
24.78
KB
-rw-r--r--
utfebcdic.h
34.07
KB
-rw-r--r--
util.h
1.71
KB
-rw-r--r--
uudmap.h
904
B
-rw-r--r--
warnings.h
4.23
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : warnings.h
/* -*- buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by regen/warnings.pl. Any changes made here will be lost! */ #define Off(x) ((x) / 8) #define Bit(x) (1 << ((x) % 8)) #define IsSet(a, x) ((a)[Off(x)] & Bit(x)) #define G_WARN_OFF 0 /* $^W == 0 */ #define G_WARN_ON 1 /* -w flag and $^W != 0 */ #define G_WARN_ALL_ON 2 /* -W flag */ #define G_WARN_ALL_OFF 4 /* -X flag */ #define G_WARN_ONCE 8 /* set if 'once' ever enabled */ #define G_WARN_ALL_MASK (G_WARN_ALL_ON|G_WARN_ALL_OFF) #define pWARN_STD NULL #define pWARN_ALL (((STRLEN*)0)+1) /* use warnings 'all' */ #define pWARN_NONE (((STRLEN*)0)+2) /* no warnings 'all' */ #define specialWARN(x) ((x) == pWARN_STD || (x) == pWARN_ALL || \ (x) == pWARN_NONE) /* if PL_warnhook is set to this value, then warnings die */ #define PERL_WARNHOOK_FATAL (&PL_sv_placeholder) /* Warnings Categories added in Perl 5.008 */ #define WARN_ALL 0 #define WARN_CLOSURE 1 #define WARN_DEPRECATED 2 #define WARN_EXITING 3 #define WARN_GLOB 4 #define WARN_IO 5 #define WARN_CLOSED 6 #define WARN_EXEC 7 #define WARN_LAYER 8 #define WARN_NEWLINE 9 #define WARN_PIPE 10 #define WARN_UNOPENED 11 #define WARN_MISC 12 #define WARN_NUMERIC 13 #define WARN_ONCE 14 #define WARN_OVERFLOW 15 #define WARN_PACK 16 #define WARN_PORTABLE 17 #define WARN_RECURSION 18 #define WARN_REDEFINE 19 #define WARN_REGEXP 20 #define WARN_SEVERE 21 #define WARN_DEBUGGING 22 #define WARN_INPLACE 23 #define WARN_INTERNAL 24 #define WARN_MALLOC 25 #define WARN_SIGNAL 26 #define WARN_SUBSTR 27 #define WARN_SYNTAX 28 #define WARN_AMBIGUOUS 29 #define WARN_BAREWORD 30 #define WARN_DIGIT 31 #define WARN_PARENTHESIS 32 #define WARN_PRECEDENCE 33 #define WARN_PRINTF 34 #define WARN_PROTOTYPE 35 #define WARN_QW 36 #define WARN_RESERVED 37 #define WARN_SEMICOLON 38 #define WARN_TAINT 39 #define WARN_THREADS 40 #define WARN_UNINITIALIZED 41 #define WARN_UNPACK 42 #define WARN_UNTIE 43 #define WARN_UTF8 44 #define WARN_VOID 45 /* Warnings Categories added in Perl 5.011 */ #define WARN_IMPRECISION 46 #define WARN_ILLEGALPROTO 47 /* Warnings Categories added in Perl 5.013 */ #define WARN_NON_UNICODE 48 #define WARN_NONCHAR 49 #define WARN_SURROGATE 50 #define WARNsize 13 #define WARN_ALLstring "\125\125\125\125\125\125\125\125\125\125\125\125\125" #define WARN_NONEstring "\0\0\0\0\0\0\0\0\0\0\0\0\0" #define isLEXWARN_on (PL_curcop->cop_warnings != pWARN_STD) #define isLEXWARN_off (PL_curcop->cop_warnings == pWARN_STD) #define isWARN_ONCE (PL_dowarn & (G_WARN_ON|G_WARN_ONCE)) #define isWARN_on(c,x) (IsSet((U8 *)(c + 1), 2*(x))) #define isWARNf_on(c,x) (IsSet((U8 *)(c + 1), 2*(x)+1)) #define DUP_WARNINGS(p) \ (specialWARN(p) ? (STRLEN*)(p) \ : (STRLEN*)CopyD(p, PerlMemShared_malloc(sizeof(*p)+*p), sizeof(*p)+*p, \ char)) #define ckWARN(w) Perl_ckwarn(aTHX_ packWARN(w)) #define ckWARN2(w1,w2) Perl_ckwarn(aTHX_ packWARN2(w1,w2)) #define ckWARN3(w1,w2,w3) Perl_ckwarn(aTHX_ packWARN3(w1,w2,w3)) #define ckWARN4(w1,w2,w3,w4) Perl_ckwarn(aTHX_ packWARN4(w1,w2,w3,w4)) #define ckWARN_d(w) Perl_ckwarn_d(aTHX_ packWARN(w)) #define ckWARN2_d(w1,w2) Perl_ckwarn_d(aTHX_ packWARN2(w1,w2)) #define ckWARN3_d(w1,w2,w3) Perl_ckwarn_d(aTHX_ packWARN3(w1,w2,w3)) #define ckWARN4_d(w1,w2,w3,w4) Perl_ckwarn_d(aTHX_ packWARN4(w1,w2,w3,w4)) #define WARNshift 8 #define packWARN(a) (a ) #define packWARN2(a,b) ((a) | ((b)<<8) ) #define packWARN3(a,b,c) ((a) | ((b)<<8) | ((c)<<16) ) #define packWARN4(a,b,c,d) ((a) | ((b)<<8) | ((c)<<16) | ((d) <<24)) #define unpackWARN1(x) ((x) & 0xFF) #define unpackWARN2(x) (((x) >>8) & 0xFF) #define unpackWARN3(x) (((x) >>16) & 0xFF) #define unpackWARN4(x) (((x) >>24) & 0xFF) #define ckDEAD(x) \ ( ! specialWARN(PL_curcop->cop_warnings) && \ ( isWARNf_on(PL_curcop->cop_warnings, WARN_ALL) || \ isWARNf_on(PL_curcop->cop_warnings, unpackWARN1(x)) || \ isWARNf_on(PL_curcop->cop_warnings, unpackWARN2(x)) || \ isWARNf_on(PL_curcop->cop_warnings, unpackWARN3(x)) || \ isWARNf_on(PL_curcop->cop_warnings, unpackWARN4(x)))) /* end of file warnings.h */ /* ex: set ro: */
Close