Searched refs:regexec (Results 1 - 25 of 57) sorted by relevance

123

/osnet-11/usr/src/lib/libast/common/regex/
H A Dregexec.c36 regexec(const regex_t* p, const char* s, size_t nmatch, regmatch_t* match, regflags_t flags) function
H A Dregsub.c238 * ed(1) style substitute using matches from last regexec()
264 } while ((m > 0 || (flags & REG_SUB_ALL)) && !(r = regexec(p, op, nmatch, match, p->env->flags|(match->rm_so == match->rm_eo ? REG_ADVANCE : 0))));
/osnet-11/usr/src/lib/libast/common/comp/
H A Dfnmatch.c67 reflags = regexec(&re, subject, 1, &match, 0);
75 reflags = regexec(&re, subject, 0, NiL, 0);
H A Dre_comp.c73 switch (regexec(&state.re, subject, 0, NiL, 0))
H A Dregexp.c100 if (regexec(&env->re, subject, elementsof(match), match, 0) || anchor && match[0].rm_so)
H A Dregcmp.c199 if (regexec(&re->re, subject, SUB + 1, match, 0))
/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_parser.c348 * Copy one regexec match to its destination. 'matched_str' contains the source
384 ret = regexec(&suri_re_uri, sh->sh_uri, 10, pm, 0);
409 ret = regexec(&suri_re_uri_scheme, sh->sh_uri, 0, NULL, 0);
562 ret = regexec(&suri_re_guid, c, 0, NULL, 0);
619 ret = regexec(&suri_re_unresolved_path, gen_uri->sgu_path, 0, NULL, 0);
629 ret = regexec(&suri_re_path_portable, gen_uri->sgu_path, 0, NULL, 0);
640 ret = regexec(&suri_re_slashslash, gen_uri->sgu_path, 0, NULL, 0);
704 ret1 = regexec(&suri_re_lu1, gen_uri->sgu_path, 0, NULL, 0);
705 ret2 = regexec(&suri_re_lu2, gen_uri->sgu_path, 0, NULL, 0);
709 ret1 = regexec(
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex.c31 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
63 #include "regexec.c"
H A Dregex.h350 /* If this bit is set, then report only success or fail in regexec.
355 /* POSIX `eflags' bits (i.e., information for regexec). */
379 _REG_NOMATCH, /* Didn't find a match (for regexec). */
666 extern int regexec (const regex_t *_Restrict_ __preg,
/osnet-11/usr/src/lib/libast/common/string/
H A Dstrmatch.c132 if (regexec(re, b, n, matchstate.match, reflags & ~(REG_MINIMAL|REG_SHELL_GROUP|REG_LEFT|REG_RIGHT|REG_ICASE)))
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dregexp.c110 ret = regexec (&regex, args[1], regex.re_nsub + 1, matches, 0);
H A Dwildcard.c230 if (regexec (regexp, buffer, 0, 0, 0))
290 if (regexec (regexp, name, 0, 0, 0))
/osnet-11/usr/src/lib/libast/common/include/
H A Dregex.h78 /* regexec flags */
83 /* nonstandard regexec flags */
109 #define REG_NOMATCH 1 /* regexec didn't match */
198 extern int regexec(const regex_t*, const char*, size_t, regmatch_t*, regflags_t);
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h277 #undef regexec macro
278 #define regexec _ast_regexec macro
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h256 #undef regexec macro
257 #define regexec _ast_regexec macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h277 #undef regexec macro
278 #define regexec _ast_regexec macro
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h256 #undef regexec macro
257 #define regexec _ast_regexec macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h277 #undef regexec macro
278 #define regexec _ast_regexec macro
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h256 #undef regexec macro
257 #define regexec _ast_regexec macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h277 #undef regexec macro
278 #define regexec _ast_regexec macro
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h256 #undef regexec macro
257 #define regexec _ast_regexec macro
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dconfig.h1346 #define regexec rpl_regexec macro
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_iters.c158 match = (regexec(&data->preg, name, 0, NULL, 0) == 0);
/osnet-11/usr/src/grub/grub2/build-bios/
H A Dconfig-util.h1254 #define regexec rpl_regexec macro
/osnet-11/usr/src/grub/grub2/build-uefi64/
H A Dconfig-util.h1254 #define regexec rpl_regexec macro

Completed in 92 milliseconds

123