Home
last modified time | relevance | path

Searched refs:regnexec (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregexec.c44 if (!(r = regnexec(p, s + m, match->rm_eo - m, nmatch, match, flags)) && m > 0) in regexec()
53 return regnexec(p, s, s ? strlen(s) : 0, nmatch, match, flags); in regexec()
H A Dregrexec.c109 …if (complete || (env->rex = ((r - l) > 128) ? e : e->next) && !(n = regnexec(p, (char*)l, r - l, n… in regrexec()
H A Dregsubexec.c175 …if (c = regnexec(p, s, e - s, nmatch, match, p->env->flags|(match->rm_so == match->rm_eo ? REG_ADV… in regsubexec()
H A Dregnexec.c1846 regnexec(const regex_t* p, const char* s, size_t len, size_t nmatch, regmatch_t* match, regflags_t … in regnexec() function
2056 #undef regnexec
2058 #define regnexec _ast_regnexec macro
2062 regnexec(const regex_t* p, const char* s, size_t len, size_t nmatch, oldregmatch_t* oldmatch, regfl… in regnexec() function
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dapi63 #undef regnexec
64 #define regnexec regnexec_20120528
H A Dmap266 #undef regnexec
267 #define regnexec _ast_regnexec
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dapi63 #undef regnexec
64 #define regnexec regnexec_20120528
H A Dmap266 #undef regnexec
267 #define regnexec _ast_regnexec
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dapi63 #undef regnexec
64 #define regnexec regnexec_20120528
H A Dmap266 #undef regnexec
267 #define regnexec _ast_regnexec
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dapi63 #undef regnexec
64 #define regnexec regnexec_20120528
H A Dmap266 #undef regnexec
267 #define regnexec _ast_regnexec
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dapi5 api ast 20120528 regexec regnexec regrexec regsubexec strgrpmatch
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dregex.h229 extern int regnexec(const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE5 12-06-26 regex/regnexec.c: fix uninitialized variable reference
398 07-03-11 tm/tmxscan.c,regex/regnexec.c: fix strict-alias transgressions
556 05-04-07 regex/regnexec.c: fix out of bounds boundary check -- ouch
698 03-10-17 regnexec.c: fix exec time REG_LEFT, \x.... => wctomb()
934 02-08-12 regex/regnexec.c: fix REG_MINIMAL REX_DOT mb bug
1015 regex/regnexec.c: truncate wide chars for <ctype.h> functions
1067 01-11-20 regex/regnexec.c: fix REG_MINIMAL character class match bug
1142 regex/regnexec.c: negation must also check REG_SHELL_DOT
1609 regnexec,regrexec: fix unsigned underflow init error
1642 regex: rearrange regnexec() args to match buffer,count arg style
[all …]
H A DMakefile143 regdecomp.c regerror.c regexec.c regfatal.c reginit.c regnexec.c \
H A DMamfile3868 make regnexec.o
3869 make regex/regnexec.c
3871 done regex/regnexec.c
3872 meta regnexec.o %.c>%.o regex/regnexec.c regnexec
3873 prev regex/regnexec.c
3874 …C} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iregex -Iinclude -Istd -D_PACKAGE_ast -c regex/regnexec.c
3875 done regnexec.o generated
6104 exec - ${AR} rc libast.a regnexec.o regsubcomp.o regsubexec.o regsub.o regrecord.o regrexec.o regst…
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs298 regex/regnexec.o \
/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dtestregex.c2131 eret = regnexec(&preg, s, nexec, nmatch, match, eflags); in main()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c1004 if(regnexec(rp,sp,cp-sp, 0, (regmatch_t*)0, 0)==0) in pat_line()