/titanic_50/usr/src/lib/libast/common/include/ |
H A D | regex.h | 225 extern int regrexec(const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t, int, void…
|
/titanic_50/usr/src/lib/libast/common/regex/ |
H A D | regrexec.c | 36 regrexec(const regex_t* p, const char* s, size_t len, size_t nmatch, regmatch_t* match, regflags_t … in regrexec() function
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 270 #undef regrexec 271 #define regrexec _ast_regrexec macro
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 291 #undef regrexec 292 #define regrexec _ast_regrexec macro
|
H A D | regex.h | 208 extern __MANGLE__ int regrexec __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 | 291 #undef regrexec 292 #define regrexec _ast_regrexec macro
|
H A D | regex.h | 208 extern __MANGLE__ int regrexec __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 | 270 #undef regrexec 271 #define regrexec _ast_regrexec macro
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 270 #undef regrexec 271 #define regrexec _ast_regrexec macro
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 270 #undef regrexec 271 #define regrexec _ast_regrexec macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 291 #undef regrexec 292 #define regrexec _ast_regrexec macro
|
H A D | regex.h | 208 extern __MANGLE__ int regrexec __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 | 291 #undef regrexec 292 #define regrexec _ast_regrexec macro
|
H A D | regex.h | 208 extern __MANGLE__ int regrexec __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 | 270 #undef regrexec 271 #define regrexec _ast_regrexec
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | map | 270 #undef regrexec 271 #define regrexec _ast_regrexec
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | map | 270 #undef regrexec 271 #define regrexec _ast_regrexec
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | map | 270 #undef regrexec 271 #define regrexec _ast_regrexec
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | grep.c | 497 …if ((result = regrexec(&x->re, span, t - span, state->posnum, state->pos, state->options, '\n', (v… in execute() 525 …if ((result = regrexec(&x->re, s, t - s, state->posnum, state->pos, state->options, '\n', (void*)&… in execute()
|
/titanic_50/usr/src/lib/libast/ |
H A D | Makefile.com | 271 common/regex/regrexec.o \
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 852 r = regrexec(rp,cp,m,0,(regmatch_t*)0, 0, '\n', (void*)&match, pat_seek); in io_patseek()
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 1370 regrexec.c: fix REG_INVERT end boundary bug that missed last record 1421 regnexec,regrexec: fix unsigned underflow init error 1453 96-02-06 regex: add regrecord() and regrexec() for Boyer-Moore record filtering
|