Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 3.138.121.183
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
php55 /
usr /
include /
php /
ext /
ereg /
regex /
Delete
Unzip
Name
Size
Permission
Date
Action
cclass.h
992
B
-rw-r--r--
2025-02-25 19:55
cname.h
2.02
KB
-rw-r--r--
2025-02-25 19:55
regex.h
2.11
KB
-rw-r--r--
2025-02-25 19:55
regex2.h
5.41
KB
-rw-r--r--
2025-02-25 19:55
utils.h
501
B
-rw-r--r--
2025-02-25 19:55
Save
Rename
/* utility definitions */ #ifdef _POSIX2_RE_DUP_MAX #define DUPMAX _POSIX2_RE_DUP_MAX #else #define DUPMAX 255 #endif #define INFINITY (DUPMAX + 1) #define NC (CHAR_MAX - CHAR_MIN + 1) typedef unsigned char uch; /* switch off assertions (if not already off) if no REDEBUG */ #ifndef REDEBUG #ifndef NDEBUG #define NDEBUG /* no assertions please */ #endif #endif #include <assert.h> /* for old systems with bcopy() but no memmove() */ #ifdef USEBCOPY #define memmove(d, s, c) bcopy(s, d, c) #endif