/illumos-gate/usr/src/tools/onbld/Checks/ |
H A D | SpellCheck.py | 267 regex = re.compile(r'\b%s\b' % (misspelling), re.IGNORECASE) variable 268 entry = (regex, misspelling, correct) 272 regex = re.compile(r'\b%s\b' % (alternate), re.IGNORECASE) variable 273 entry = (regex, alternate, correct) 277 regex = re.compile(r'\b%s\b' % (alternate)) variable 278 entry = (regex, alternate, correct)
|
/illumos-gate/usr/src/cmd/ast/libast/ |
H A D | Makefile.defs | 39 namval.h option.h proc.h re_comp.h recfmt.h regex.h regexp.h \ 58 regex sfio stdio string tm uwin vec vmalloc 288 regex/regalloc.o \ 289 regex/regcache.o \ 290 regex/regclass.o \ 291 regex/regcoll.o \ 292 regex/regcomp.o \ 293 regex/regdecomp.o \ 294 regex/regerror.o \ 295 regex/regexec.o \ [all …]
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-test-libctest.p5m | 182 dir path=opt/libc-tests/tests/regex 183 dir path=opt/libc-tests/tests/regex/data 184 file path=opt/libc-tests/tests/regex/data/basic.dat mode=0444 185 file path=opt/libc-tests/tests/regex/data/basic.out mode=0444 186 file path=opt/libc-tests/tests/regex/data/bug16127.dat mode=0444 187 file path=opt/libc-tests/tests/regex/data/bug16127.out mode=0444 188 file path=opt/libc-tests/tests/regex/data/categorize.dat mode=0444 189 file path=opt/libc-tests/tests/regex/data/categorize.out mode=0444 190 file path=opt/libc-tests/tests/regex/data/forcedassoc.dat mode=0444 191 file path=opt/libc-tests/tests/regex/data/forcedassoc.out mode=0444 [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | RELEASE | 5 12-06-26 regex/regnexec.c: fix uninitialized variable reference 8 12-06-24 regex/regcomp.c: mb [^...] must be marked "complicated" 21 12-05-28 regex: regoff_t in => ssize_t via api 20120528 27 12-05-11 regex/regcoll.c: avoid memcpy() to self 35 12-04-17 regex/regcomp.c: fix (E:...) vs (E)... scoping 124 10-11-10 regex/regnexec.c,vmalloc/vmstat.c: eliminate strict-aliasing puns 129 10-10-04 regex/regcoll.c: add wchar_t* args to regcollate(), drop ucs name lookup 131 10-09-28 string/chresc.c,regex/regcoll.c: fix \S[.X.] (\C[.X.] never worked!) 134 10-09-22 regex/regcomp.c: fix off-by-one collation class allocation bug 135 10-09-20 regex/regclass.c: fix CTYPES off-by-one bug [all …]
|
H A D | Mamfile | 203 make include/regex.h implicit 241 done include/regex.h dontcare 525 prev include/regex.h implicit 718 prev include/regex.h implicit 752 prev include/regex.h implicit 1367 prev include/regex.h implicit 1446 prev include/regex.h implicit 3406 prev include/regex.h implicit 3565 prev include/regex.h implicit 3607 prev include/regex.h implicit [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | gsubtst2.ok | 2 output gsub(/regex/,"x",input) 4 regex output
|
/illumos-gate/usr/src/tools/onbld/Scm/ |
H A D | Ignore.py | 86 for regex in ignore_list: 87 if (regex.match(path)):
|
/illumos-gate/usr/src/cmd/sendmail/cf/feature/ |
H A D | badmx.m4 | 21 Kbadmx regex -a<BADMX> ^(([0-9]{1,3}\.){3}[0-9]){0,1}\.$ 23 KBadMXIP regex -a<BADMXIP> ifelse(defn(`_ARG_'), `', `^(127\.|10\.|0\.0\.0\.0)', `_ARG_')
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/vdev_zaps/ |
H A D | vdev_zaps.kshlib | 23 typeset regex="$1" 26 dsk_line=$(grep -n "$regex" "$conf" | awk -F: '{print $1}')
|
/illumos-gate/usr/src/lib/libc/ |
H A D | Makefile.targ | 142 pics/%64.o: $(LIBCBASE)/../port/regex/%.c 144 -I$(LIBCBASE)/../port/regex \ 209 pics/%.o: $(LIBCBASE)/../port/regex/%.c 211 -I$(LIBCBASE)/../port/regex \
|
H A D | makelibccatalog.sh | 94 cd ../regex
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | find.c | 184 if (*s != '\0' && regex(regexp, s) != NULL) { in findsymbol() 209 if (regex(regexp, s) != NULL) { in findsymbol() 335 if (*s != '\0' && regex(regexp, s) != NULL) { in finddef() 687 if (regex(regexp, s) != NULL) { in findfile() 898 if (regex(regexp, s) != NULL) { in findterm() 987 return (regex(regexp, s) ? YES : NO); in match()
|
/illumos-gate/usr/src/pkg/transforms/ |
H A D | publish | 33 # if the "name" property matches the regex "variant.arch", 38 # then the negative lookahead assertion in the regex will fail, and we
|
H A D | defaults | 32 # lookbehind assertion: it says "only match this regex if the 33 # previously matched text does NOT match regex r." So it will match
|
/illumos-gate/usr/src/test/libc-tests/tests/regex/ |
H A D | THIRDPARTYLICENSE.descrip | 1 AT&T Research regex test suite
|
H A D | Makefile | 20 TESTDIR= $(ROOTOPTPKG)/tests/regex
|
/illumos-gate/usr/src/head/ |
H A D | pw.h | 37 extern char *regex(const char *, const char *, ...);
|
H A D | libgen.h | 57 extern char *regex(const char *, const char *, ...);
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | libgen.h | 46 extern char* regex(const char*, const char*, ...);
|
/illumos-gate/usr/src/tools/codesign/ |
H A D | findcrypto.sh | 49 regex[$n]=$r
|
/illumos-gate/usr/src/cmd/lp/lib/filters/ |
H A D | Makefile | 39 regex.o \
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo_devperm.c | 436 regex_t regex; in dir_dev_acc() local 527 if (regcomp(®ex, match, REG_EXTENDED) != 0) { in dir_dev_acc() 537 regexec(®ex, name, 0, NULL, 0) == 0) { in dir_dev_acc() 563 regfree(®ex); in dir_dev_acc()
|
/illumos-gate/usr/src/cmd/auditreduce/ |
H A D | regex2.c | 112 ret = regex(p_exp[i].comp, s);
|
/illumos-gate/usr/src/test/util-tests/tests/awk/ |
H A D | README | 20 - Features that nawk doesn't support yet (like setting RS to a regex)
|
/illumos-gate/usr/src/lib/libeti/form/ |
H A D | Makefile.com | 56 regex.o \
|