Home
last modified time | relevance | path

Searched refs:regrexec (Results 1 – 22 of 22) sorted by relevance

/titanic_41/usr/src/lib/libast/common/include/
H A Dregex.h225 extern int regrexec(const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t, int, void…
/titanic_41/usr/src/lib/libast/common/regex/
H A Dregrexec.c36 regrexec(const regex_t* p, const char* s, size_t len, size_t nmatch, regmatch_t* match, regflags_t … in regrexec() function
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h270 #undef regrexec
271 #define regrexec _ast_regrexec macro
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h291 #undef regrexec
292 #define regrexec _ast_regrexec macro
H A Dregex.h208 extern __MANGLE__ int regrexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*,…
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h291 #undef regrexec
292 #define regrexec _ast_regrexec macro
H A Dregex.h208 extern __MANGLE__ int regrexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*,…
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h291 #undef regrexec
292 #define regrexec _ast_regrexec macro
H A Dregex.h208 extern __MANGLE__ int regrexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*,…
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h270 #undef regrexec
271 #define regrexec _ast_regrexec macro
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h270 #undef regrexec
271 #define regrexec _ast_regrexec macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h291 #undef regrexec
292 #define regrexec _ast_regrexec macro
H A Dregex.h208 extern __MANGLE__ int regrexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*,…
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h270 #undef regrexec
271 #define regrexec _ast_regrexec macro
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap270 #undef regrexec
271 #define regrexec _ast_regrexec
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap270 #undef regrexec
271 #define regrexec _ast_regrexec
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap270 #undef regrexec
271 #define regrexec _ast_regrexec
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap270 #undef regrexec
271 #define regrexec _ast_regrexec
/titanic_41/usr/src/lib/libcmd/common/
H A Dgrep.c497 …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_41/usr/src/lib/libast/
H A DMakefile.com271 common/regex/regrexec.o \
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dio.c852 r = regrexec(rp,cp,m,0,(regmatch_t*)0, 0, '\n', (void*)&match, pat_seek); in io_patseek()
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE1370 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