Searched defs:regexec (Results 1 - 14 of 14) sorted by relevance

/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
/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 Dregexec.c210 /* regexec searches for a given pattern, specified by PREG, in the
225 regexec (preg, string, nmatch, pmatch, eflags)
265 versioned_symbol (libc, __regexec, regexec, GLIBC_2_3_4);
276 return regexec (preg, string, nmatch, pmatch,
279 compat_symbol (libc, __compat_regexec, regexec, GLIBC_2_0);
626 return 0 == regexec (&re_comp_buf, s, 0, NULL, 0);
635 meaning as with regexec. LAST_START is START + RANGE, where
224 regexec (preg, string, nmatch, pmatch, eflags) function
/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/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 178 milliseconds