Searched defs:regex (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/tools/onbld/Checks/
H A DSpellCheck.py255 regex = re.compile(r'\b%s\b' % (misspelling), re.IGNORECASE) variable
256 entry = (regex, misspelling, correct)
260 regex = re.compile(r'\b%s\b' % (alternate), re.IGNORECASE) variable
261 entry = (regex, alternate, correct)
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dregcmp.c29 #include <regex.h>
183 regex(const char* handle, const char* subject, ...) function
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex.c35 * regex() WORKS **ONLY** WITH THE ASCII AND THE Solaris EUC CHARACTER SETS.
40 #pragma weak _regex = regex
44 #include "regex.h"
169 /* DEFINITION OF regex() */
172 regex(const char *regexp, const char *stringp, ...) function
255 * is false, regex() is running in an ASCII locale;
331 * According to manual page regcmp(3G), regex() returns substrings
356 } /* regex() */
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c54 #include <regex.h>
436 regex_t regex; local
527 if (regcomp(&regex, match, REG_EXTENDED) != 0) {
537 regexec(&regex, name, 0, NULL, 0) == 0) {
563 regfree(&regex);
H A Ddevfsmap.c50 #include <regex.h>
2044 regex_t regex; local
2070 if (regcomp(&regex, expr, REG_EXTENDED) != 0)
2089 regexec(&regex, dp->d_name, 0, NULL, 0) == 0) {
2107 regfree(&regex);
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcomp.c25 * posix regex compiler
131 regex_t* regex; /* user handle */ member in struct:Cenv_s
2452 e->re.exec.data = (*env->disc->re_compf)(env->regex, e->re.exec.text, e->re.exec.size, env->disc);
3222 env.regex = p;
H A Dreglib.h25 * posix regex implementation
63 #include "regex.h"
532 const regex_t* regex; /* from regexec */ member in struct:reglib_s
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h275 #undef regex macro
276 #define regex _ast_regex macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h254 #undef regex macro
255 #define regex _ast_regex macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h275 #undef regex macro
276 #define regex _ast_regex macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h254 #undef regex macro
255 #define regex _ast_regex macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h275 #undef regex macro
276 #define regex _ast_regex macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h254 #undef regex macro
255 #define regex _ast_regex macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h275 #undef regex macro
276 #define regex _ast_regex macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h254 #undef regex macro
255 #define regex _ast_regex macro
/illumos-gate/usr/src/man/man3head/
H A DMakefile64 regex.h.3head \
153 regex.3head \
242 regex.3head := LINKSRC = regex.h.3head
/illumos-gate/usr/src/man/man3c/
H A DMakefile1133 regex.3c \
2182 regex.3c := LINKSRC = regcmp.3c

Completed in 97 milliseconds