/illumos-gate/usr/src/tools/onbld/Checks/ |
H A D | SpellCheck.py | 255 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 D | regcmp.c | 29 #include <regex.h> 183 regex(const char* handle, const char* subject, ...) function
|
/illumos-gate/usr/src/lib/libc/port/regex/ |
H A D | regex.c | 35 * 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 D | devinfo_devperm.c | 54 #include <regex.h> 436 regex_t regex; local 527 if (regcomp(®ex, match, REG_EXTENDED) != 0) { 537 regexec(®ex, name, 0, NULL, 0) == 0) { 563 regfree(®ex);
|
H A D | devfsmap.c | 50 #include <regex.h> 2044 regex_t regex; local 2070 if (regcomp(®ex, expr, REG_EXTENDED) != 0) 2089 regexec(®ex, dp->d_name, 0, NULL, 0) == 0) { 2107 regfree(®ex);
|
/illumos-gate/usr/src/lib/libast/common/regex/ |
H A D | regcomp.c | 25 * 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 D | reglib.h | 25 * 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 D | ast_map.h | 275 #undef regex macro 276 #define regex _ast_regex macro
|
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 254 #undef regex macro 255 #define regex _ast_regex macro
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 275 #undef regex macro 276 #define regex _ast_regex macro
|
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 254 #undef regex macro 255 #define regex _ast_regex macro
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 275 #undef regex macro 276 #define regex _ast_regex macro
|
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 254 #undef regex macro 255 #define regex _ast_regex macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_map.h | 275 #undef regex macro 276 #define regex _ast_regex macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 254 #undef regex macro 255 #define regex _ast_regex macro
|
/illumos-gate/usr/src/man/man3head/ |
H A D | Makefile | 64 regex.h.3head \ 153 regex.3head \ 242 regex.3head := LINKSRC = regex.h.3head
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1133 regex.3c \ 2182 regex.3c := LINKSRC = regcmp.3c
|