Searched refs:regexec (Results 1 - 15 of 15) sorted by relevance

/barrelfish-2018-10-04/lib/libc/regex/
H A DMakefile.inc9 SRCS+= regcomp.c regerror.c regexec.c regfree.c
16 MLINKS+=regex.3 regcomp.3 regex.3 regexec.3 regex.3 regerror.3
17 MLINKS+=regexec.3 regfree.3
H A Dregexec.c33 * @(#)regexec.c 8.3 (Berkeley) 3/20/94
37 static char sccsid[] = "@(#)regexec.c 8.3 (Berkeley) 3/20/94";
43 * the outer shell of regexec()
99 #define states1 states /* for later use in regexec() decision */
192 - regexec - interface for matching
193 = extern int regexec(const regex_t *, const char *, size_t, \
207 regexec(const regex_t * __restrict preg, function
/barrelfish-2018-10-04/lib/libc/locale/
H A Drpmatch.c46 if (regexec(&yes, response, 0, NULL, 0) == 0)
48 else if (regexec(&no, response, 0, NULL, 0) == 0)
/barrelfish-2018-10-04/lib/libc/regex/grot/
H A DMakefile28 REGSRC = regcomp.c regerror.c regexec.c regfree.c engine.c
32 OBJPRODN = regcomp.o regexec.o regerror.o regfree.o
37 LINTC = regcomp.c regexec.c regerror.c regfree.c debug.c main.c $(SRCMISSING)
59 regcomp.o regexec.o regfree.o debug.o: utils.h regex.h regex2.h
61 regexec.o: engine.c engine.ih
H A Dmain.c98 err = regexec(&re, argv[optind], (size_t)NS, subs, eopts);
236 err = 1; /* so we won't try regexec */
253 err = regexec(&re, f2copy, NSUBS, subs, options('e', f1));
/barrelfish-2018-10-04/include/
H A Dregex.h95 /* regexec() flags */
111 int regexec(const regex_t * __restrict, const char * __restrict, size_t,
H A Dpcreposix.h137 PCREPOSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t,
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregex.h57 /* === regexec.c === */
58 extern int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
H A DMakefile20 OBJPRODN=regcomp.o regexec.o regerror.o regfree.o
23 REGSRC=regcomp.c regerror.c regexec.c regfree.c
28 LINTC=regcomp.c regexec.c regerror.c regfree.c debug.c main.c
56 regexec.o: engine.c engine.ih
H A Dregexec.c2 * the outer shell of regexec()
23 #define states1 unsigned /* for later use in regexec() decision */
98 - regexec - interface for matching
99 = extern int regexec(const regex_t *, const char *, size_t, \
113 regexec(preg, string, nmatch, pmatch, eflags) function
H A Dmain.c95 err = regexec(&re, argv[optind], (size_t)NS, subs, eopts);
242 err = 1; /* so we won't try regexec */
259 err = regexec(&re, f2copy, NSUBS, subs, options('e', f1));
/barrelfish-2018-10-04/lib/pcre/
H A Dpcreposix.h137 PCREPOSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t,
H A Dpcreposix.c323 regexec(const regex_t *preg, const char *string, size_t nmatch, function
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Deregex.c143 err = regexec(preg, string, 0, 0, eflags);
169 err = regexec(preg, string, 1, &match, eflags);
205 err = regexec(preg, string, nmatch, pmatch, eflags);
253 err = regexec(preg, string, 1, &match, eflags);
310 err = regexec(preg, string, 1, &match, eflags);
/barrelfish-2018-10-04/usr/eclipseclp/WinMSC/Regex/
H A DRegex.mak58 -@erase "$(INTDIR)\regexec.obj"
91 "$(INTDIR)\regexec.obj" \
141 -@erase "$(INTDIR)\regexec.obj"
177 "$(INTDIR)\regexec.obj" \
358 SOURCE=..\..\icparc_solvers\rxspencer\regexec.c
370 "$(INTDIR)\regexec.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"
384 "$(INTDIR)\regexec.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"

Completed in 120 milliseconds