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

/illumos-gate/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)
53 return regnexec(p, s, s ? strlen(s) : 0, nmatch, match, flags);
H A Dregrexec.c32 * call regnexec() on records selected by Boyer-Moore
109 if (complete || (env->rex = ((r - l) > 128) ? e : e->next) && !(n = regnexec(p, (char*)l, r - l, nmatch, match, flags)))
H A Dregsubexec.c175 if (c = regnexec(p, s, e - s, nmatch, match, p->env->flags|(match->rm_so == match->rm_eo ? REG_ADVANCE : 0)))
H A Dregnexec.c1846 regnexec(const regex_t* p, const char* s, size_t len, size_t nmatch, regmatch_t* match, regflags_t flags) function
1858 DEBUG_TEST(0x0001,(sfprintf(sfstdout, "AHA#%04d 0x%04x regnexec %d 0x%08x `%-.*s'\n", __LINE__, debug_flag, nmatch, flags, len, s)),(0));
/illumos-gate/usr/src/lib/libast/common/include/
H A Dregex.h209 #define _REG_nexec 1 /* have regnexec() */
221 extern int regnexec(const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h287 #undef regnexec macro
288 #define regnexec _ast_regnexec macro
H A Dregex.h192 #define _REG_nexec 1 /* have regnexec() */
204 extern __MANGLE__ int regnexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t));
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h266 #undef regnexec macro
267 #define regnexec _ast_regnexec macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h287 #undef regnexec macro
288 #define regnexec _ast_regnexec macro
H A Dregex.h192 #define _REG_nexec 1 /* have regnexec() */
204 extern __MANGLE__ int regnexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t));
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h266 #undef regnexec macro
267 #define regnexec _ast_regnexec macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h287 #undef regnexec macro
288 #define regnexec _ast_regnexec macro
H A Dregex.h192 #define _REG_nexec 1 /* have regnexec() */
204 extern __MANGLE__ int regnexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t));
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h266 #undef regnexec macro
267 #define regnexec _ast_regnexec macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h287 #undef regnexec macro
288 #define regnexec _ast_regnexec macro
H A Dregex.h192 #define _REG_nexec 1 /* have regnexec() */
204 extern __MANGLE__ int regnexec __PROTO__((const regex_t*, const char*, size_t, size_t, regmatch_t*, regflags_t));
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h266 #undef regnexec macro
267 #define regnexec _ast_regnexec macro
/illumos-gate/usr/src/lib/libcmd/common/
H A Dgrep.c391 if (!(result = regnexec(&x->re, s, len, state->posnum, state->pos, 0)))
/illumos-gate/usr/src/lib/libast/
H A DMakefile.com269 common/regex/regnexec.o \
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dio.c830 if(regnexec(rp,sp,cp-sp, 0, (regmatch_t*)0, 0)==0)

Completed in 108 milliseconds