OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pcre_version
(Results
1 - 25
of
30
) sorted by null
1
2
/external/pcre/dist/doc/
pcre_version.3
1
.TH
PCRE_VERSION
3 "24 June 2012" "PCRE 8.30"
10
.B const char *
pcre_version
(void);
index.html.src
181
<tr><td><a href="
pcre_version
.html">
pcre_version
</a></td>
/external/pcre/dist/
makevp_c.txt
20
pcre_version
.c
makevp_l.txt
20
+
pcre_version
.obj &
pcre_version.c
41
/* This module contains the external function
pcre_version
(), which returns a
84
pcre_version
(void)
function
98
/* End of
pcre_version
.c */
pcre16_version.c
43
#include "
pcre_version
.c"
pcre32_version.c
43
#include "
pcre_version
.c"
Makefile.am
53
doc/html/
pcre_version
.html \
247
pcre_version
.c \
653
pcre_valid_utf8.o
pcre_version
.o pcre_chartables.o \
709
doc/
pcre_version
.3 \
757
ln -sf
pcre_version
.3 $(DESTDIR)$(man3dir)/pcre16_version.3
783
ln -sf
pcre_version
.3 $(DESTDIR)$(man3dir)/pcre32_version.3
PrepareRelease
230
pcre_version
.c \
Makefile.in
224
pcre_ucd.c pcre_valid_utf8.c
pcre_version
.c pcre_xclass.c \
245
@WITH_PCRE8_TRUE@ libpcre_la-
pcre_version
.lo \
[
all
...]
pcregexp.pas
417
function
pcre_version
: pchar; external;
function
811
call
pcre_version
NON-AUTOTOOLS-BUILD
137
pcre_version
.c
610
pcre_version
.c
CMakeLists.txt
472
pcre_version
.c
[
all
...]
pcre.h.generic
639
PCRE_EXP_DECL const char *
pcre_version
(void);
pcre.h.in
639
PCRE_EXP_DECL const char *
pcre_version
(void);
/external/pcre/dist/doc/html/
pcre_version.html
3
<title>
pcre_version
specification</title>
6
<h1>
pcre_version
man page</h1>
22
<b>const char *
pcre_version
(void);</b>
index.html
181
<tr><td><a href="
pcre_version
.html">
pcre_version
</a></td>
NON-AUTOTOOLS-BUILD.txt
137
pcre_version
.c
610
pcre_version
.c
pcreapi.html
148
<b>const char *
pcre_version
(void);</b>
293
compiled pattern. The function <b>
pcre_version
()</b> returns a pointer to a
[
all
...]
/external/pcre/
Android.mk
23
dist/
pcre_version
.c \
pcre.h
639
PCRE_EXP_DECL const char *
pcre_version
(void);
/external/libselinux/utils/
sefcontext_compile.c
105
section_len = strlen(
pcre_version
());
109
len = fwrite(
pcre_version
(), sizeof(char), section_len, bin_file);
/external/selinux/libselinux/utils/
sefcontext_compile.c
123
section_len = strlen(
pcre_version
());
127
len = fwrite(
pcre_version
(), sizeof(char), section_len, bin_file);
/external/libselinux/src/
label_file.c
177
len = strlen(
pcre_version
());
199
if ((strcmp(str_buf,
pcre_version
()) != 0)) {
/external/selinux/libselinux/src/
label_file.c
179
len = strlen(
pcre_version
());
201
if ((strcmp(str_buf,
pcre_version
()) != 0)) {
Completed in 1305 milliseconds
1
2