/titanic_50/usr/src/lib/libast/common/regex/ |
H A D | regexec.c | 44 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 D | regrexec.c | 109 …if (complete || (env->rex = ((r - l) > 128) ? e : e->next) && !(n = regnexec(p, (char*)l, r - l, n… in regrexec()
|
H A D | regsubexec.c | 175 …if (c = regnexec(p, s, e - s, nmatch, match, p->env->flags|(match->rm_so == match->rm_eo ? REG_ADV… in regsubexec()
|
H A D | regnexec.c | 1846 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 D | regex.h | 221 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 D | ast_map.h | 266 #undef regnexec 267 #define regnexec _ast_regnexec macro
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 287 #undef regnexec 288 #define regnexec _ast_regnexec macro
|
H A D | regex.h | 204 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 D | ast_map.h | 287 #undef regnexec 288 #define regnexec _ast_regnexec macro
|
H A D | regex.h | 204 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 D | ast_map.h | 266 #undef regnexec 267 #define regnexec _ast_regnexec macro
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 266 #undef regnexec 267 #define regnexec _ast_regnexec macro
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 266 #undef regnexec 267 #define regnexec _ast_regnexec macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 287 #undef regnexec 288 #define regnexec _ast_regnexec macro
|
H A D | regex.h | 204 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 D | ast_map.h | 287 #undef regnexec 288 #define regnexec _ast_regnexec macro
|
H A D | regex.h | 204 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 D | map | 266 #undef regnexec 267 #define regnexec _ast_regnexec
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | map | 266 #undef regnexec 267 #define regnexec _ast_regnexec
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | map | 266 #undef regnexec 267 #define regnexec _ast_regnexec
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | map | 266 #undef regnexec 267 #define regnexec _ast_regnexec
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 108 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 D | grep.c | 391 if (!(result = regnexec(&x->re, s, len, state->posnum, state->pos, 0))) in execute()
|
/titanic_50/usr/src/lib/libast/ |
H A D | Makefile.com | 269 common/regex/regnexec.o \
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 830 if(regnexec(rp,sp,cp-sp, 0, (regmatch_t*)0, 0)==0) in pat_line()
|