Searched refs:regexp (Results 1 - 25 of 67) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l7filter/regexp/
H A Dregexp.h2 * Definitions etc. for regexp(3) routines.
4 * Caveat: this is V8 regexp(3) [actually, a reimplementation thereof],
26 typedef struct regexp { struct
34 } regexp; typedef in typeref:struct:regexp
36 regexp * regcomp(char *exp, int *patternsize);
37 int regexec(regexp *prog, char *string);
38 void regsub(regexp *prog, char *source, char *dest);
H A Dregsub.c27 #include "regexp.h"
41 // printk("regexp(3): %s", s);
47 - regsub - perform substitutions after a regexp match
50 regsub(regexp * prog, char * source, char * dest)
66 regerror("damaged regexp fed to regsub");
H A Dregexp.c3 * @(#)regexp.c 1.3 of 18 April 87
32 #include "regexp.h"
50 * The "internal use only" fields in regexp.h are present to pass info from
70 * Structure for regexp "program". This is essentially a linear encoding
220 * of the structure of the compiled regexp.
222 regexp *
225 register regexp *r;
248 FAIL("regexp too big");
251 *patternsize=sizeof(regexp) + (unsigned)regsize;
252 r = (regexp *)mallo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/project/gpl/l7filter/regexp/
H A Dregexp.h2 * Definitions etc. for regexp(3) routines.
4 * Caveat: this is V8 regexp(3) [actually, a reimplementation thereof],
26 typedef struct regexp { struct
34 } regexp; typedef in typeref:struct:regexp
36 regexp * regcomp(char *exp, int *patternsize);
37 int regexec(regexp *prog, char *string);
38 void regsub(regexp *prog, char *source, char *dest);
H A Dregsub.c27 #include "regexp.h"
41 // printk("regexp(3): %s", s);
47 - regsub - perform substitutions after a regexp match
50 regsub(regexp * prog, char * source, char * dest)
66 regerror("damaged regexp fed to regsub");
H A Dregexp.c3 * @(#)regexp.c 1.3 of 18 April 87
32 #include "regexp.h"
50 * The "internal use only" fields in regexp.h are present to pass info from
70 * Structure for regexp "program". This is essentially a linear encoding
220 * of the structure of the compiled regexp.
222 regexp *
225 register regexp *r;
248 FAIL("regexp too big");
251 *patternsize=sizeof(regexp) + (unsigned)regsize;
252 r = (regexp *)mallo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestAutomata.c38 xmlRegexpPtr regexp = NULL; local
171 regexp = xmlAutomataCompile(am);
174 if (regexp == NULL) {
180 if (regexp == NULL) {
184 exec = xmlRegNewExecCtxt(regexp, NULL, NULL);
198 } else if (regexp != NULL) {
200 exec = xmlRegNewExecCtxt(regexp, NULL, NULL);
209 if (regexp != NULL)
210 xmlRegFreeRegexp(regexp);
225 xmlRegexpPtr regexp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DtestAutomata.c38 xmlRegexpPtr regexp = NULL; local
171 regexp = xmlAutomataCompile(am);
174 if (regexp == NULL) {
180 if (regexp == NULL) {
184 exec = xmlRegNewExecCtxt(regexp, NULL, NULL);
198 } else if (regexp != NULL) {
200 exec = xmlRegNewExecCtxt(regexp, NULL, NULL);
209 if (regexp != NULL)
210 xmlRegFreeRegexp(regexp);
225 xmlRegexpPtr regexp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/src/
H A Dagrep.c79 {"regexp", required_argument, NULL, 'e'},
86 {"word-regexp", no_argument, NULL, 'w'},
112 -e, --regexp=PATTERN use PATTERN as a regular expression\n\
115 -w, --word-regexp force PATTERN to match only whole words\n\
474 char *regexp = NULL; local
518 /* Set record delimiter regexp. */
525 regexp = optarg;
661 if (regexp == NULL)
665 regexp = argv[optind++];
668 /* If -k is specified, make the regexp litera
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/build-aux/
H A Duseless-if-before-free117 my $regexp = qr/(?:$or)/;
135 (?: \s*$regexp\s*\((?:\s*\([^)]+\))?\s*([^)]+)\)|
136 \s*\{\s*$regexp\s*\((?:\s*\([^)]+\))?\s*([^)]+)\)\s*;\s*\}))/sxg)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dxmlregexp.h52 xmlRegexpCompile (const xmlChar *regexp);
53 XMLPUBFUN void XMLCALL xmlRegFreeRegexp(xmlRegexpPtr regexp);
59 xmlRegexpPtr regexp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dxmlregexp.h52 xmlRegexpCompile (const xmlChar *regexp);
53 XMLPUBFUN void XMLCALL xmlRegFreeRegexp(xmlRegexpPtr regexp);
59 xmlRegexpPtr regexp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlregexp.in.h52 xmlRegexpCompile (const xmlChar *regexp);
53 XMLPUBFUN void XMLCALL xmlRegFreeRegexp(xmlRegexpPtr regexp);
59 xmlRegexpPtr regexp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlregexp.h52 xmlRegexpCompile (const xmlChar *regexp);
53 XMLPUBFUN void XMLCALL xmlRegFreeRegexp(xmlRegexpPtr regexp);
59 xmlRegexpPtr regexp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlregexp.in.h52 xmlRegexpCompile (const xmlChar *regexp);
53 XMLPUBFUN void XMLCALL xmlRegFreeRegexp(xmlRegexpPtr regexp);
59 xmlRegexpPtr regexp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dhttpd_dacp.c66 char *regexp; member in struct:uri_map
1557 .regexp = "^/ctrl-int$",
1561 .regexp = "^/ctrl-int/[[:digit:]]+/cue$",
1565 .regexp = "^/ctrl-int/[[:digit:]]+/playspec$",
1569 .regexp = "^/ctrl-int/[[:digit:]]+/pause$",
1573 .regexp = "^/ctrl-int/[[:digit:]]+/playpause$",
1577 .regexp = "^/ctrl-int/[[:digit:]]+/nextitem$",
1581 .regexp = "^/ctrl-int/[[:digit:]]+/previtem$",
1585 .regexp = "^/ctrl-int/[[:digit:]]+/beginff$",
1589 .regexp
[all...]
H A Dhttpd_rsp.c67 char *regexp; member in struct:uri_map
747 .regexp = "^/rsp/info$",
751 .regexp = "^/rsp/db$",
755 .regexp = "^/rsp/db/[[:digit:]]+$",
759 .regexp = "^/rsp/db/[[:digit:]]+/[^/]+$",
763 .regexp = "^/rsp/stream/[[:digit:]]+$",
767 .regexp = NULL,
908 ret = regcomp(&rsp_handlers[i].preg, rsp_handlers[i].regexp, REG_EXTENDED | REG_NOSUB);
913 DPRINTF(E_FATAL, L_RSP, "RSP init failed; regexp error: %s\n", buf);
H A Dhttpd_daap.c78 char *regexp; member in struct:uri_map
2577 .regexp = "^/server-info$",
2581 .regexp = "^/content-codes$",
2585 .regexp = "^/login$",
2589 .regexp = "^/logout$",
2593 .regexp = "^/update$",
2597 .regexp = "^/activity$",
2601 .regexp = "^/databases$",
2605 .regexp = "^/databases/[[:digit:]]+/browse/[^/]+$",
2609 .regexp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/
H A Dtre.spec7 Summary: POSIX compatible regexp library with approximate matching.
16 TRE is a lightweight, robust, and efficient POSIX compatible regexp
47 fuzzy, match to a specified regexp, and prints the matching lines.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A DMakefile.am23 regexp.py \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/tests/
H A DMakefile.am23 regexp.py \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l7filter/
H A Dl7_filter_main.h116 regexp * pattern;
/netgear-R7000-V1.0.7.12_1.2.5/project/gpl/l7filter/
H A Dl7_filter_main.h116 regexp * pattern;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dgtkdictbrowser.py26 # This variable stores a list of (regexp, function) used to
158 # Items are only inserted if they pass through the filter regexp.
180 def register_get_value_text_fn(self, regexp, fn):
181 self.get_value_text_fns.append((regexp, fn))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dtypes.c705 libxml_xmlRegexpPtrWrap(xmlRegexpPtr regexp) argument
710 printf("libxml_xmlRegexpPtrWrap: regexp = %p\n", regexp);
712 if (regexp == NULL) {
717 PyCObject_FromVoidPtrAndDesc((void *) regexp,

Completed in 281 milliseconds

123