Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libast/common/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
/titanic_50/usr/src/lib/libast/common/include/
H A Dregex.h221 extern int regnexec(const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t);
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h266 #undef regnexec
267 #define regnexec _ast_regnexec macro
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h287 #undef regnexec
288 #define regnexec _ast_regnexec macro
H A Dregex.h204 extern __MANGLE__ int regnexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*,…
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h287 #undef regnexec
288 #define regnexec _ast_regnexec macro
H A Dregex.h204 extern __MANGLE__ int regnexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*,…
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h266 #undef regnexec
267 #define regnexec _ast_regnexec macro
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h266 #undef regnexec
267 #define regnexec _ast_regnexec macro
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h266 #undef regnexec
267 #define regnexec _ast_regnexec macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h287 #undef regnexec
288 #define regnexec _ast_regnexec macro
H A Dregex.h204 extern __MANGLE__ int regnexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*,…
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h287 #undef regnexec
288 #define regnexec _ast_regnexec macro
H A Dregex.h204 extern __MANGLE__ int regnexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*,…
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap266 #undef regnexec
267 #define regnexec _ast_regnexec
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap266 #undef regnexec
267 #define regnexec _ast_regnexec
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap266 #undef regnexec
267 #define regnexec _ast_regnexec
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap266 #undef regnexec
267 #define regnexec _ast_regnexec
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE108 08-09-04 regex/regnexec.c: fix nested delimiter match beyond end of subject
210 07-03-11 tm/tmxscan.c,regex/regnexec.c: fix strict-alias transgressions
368 05-04-07 regex/regnexec.c: fix out of bounds boundary check -- ouch
510 03-10-17 regnexec.c: fix exec time REG_LEFT, \x.... => wctomb()
527 03-09-16 regnexec.c: exec time REG_LEFT => don't advance past initial position
746 02-08-12 regex/regnexec.c: fix REG_MINIMAL REX_DOT mb bug
782 02-05-31 regex/reglib.h,regcomp.c,regnexec.c: null subexpression fixes
827 regex/regnexec.c: truncate wide chars for <ctype.h> functions
879 01-11-20 regex/regnexec.c: fix REG_MINIMAL character class match bug
926 01-09-04 regex/regnexec.c: fix REG_ICASE for multi-char collating elements
[all …]
/titanic_50/usr/src/lib/libcmd/common/
H A Dgrep.c391 if (!(result = regnexec(&x->re, s, len, state->posnum, state->pos, 0))) in execute()
/titanic_50/usr/src/lib/libast/
H A DMakefile.com269 common/regex/regnexec.o \
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dio.c830 if(regnexec(rp,sp,cp-sp, 0, (regmatch_t*)0, 0)==0) in pat_line()