Home
last modified time | relevance | path

Searched refs:regex (Results 1 – 25 of 73) sorted by relevance

123

/illumos-gate/usr/src/tools/onbld/Checks/
H A DSpellCheck.py267 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 DMakefile.defs288 regex/regalloc.o \
289 regex/regcache.o \
290 regex/regclass.o \
291 regex/regcoll.o \
292 regex/regcomp.o \
294 regex/regerror.o \
295 regex/regexec.o \
296 regex/regfatal.o \
297 regex/reginit.o \
301 regex/regstat.o \
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-libctest.p5m168 dir path=opt/libc-tests/tests/regex
169 dir path=opt/libc-tests/tests/regex/data
170 file path=opt/libc-tests/tests/regex/data/basic.dat mode=0444
171 file path=opt/libc-tests/tests/regex/data/basic.out mode=0444
172 file path=opt/libc-tests/tests/regex/data/bug16127.dat mode=0444
173 file path=opt/libc-tests/tests/regex/data/bug16127.out mode=0444
178 file path=opt/libc-tests/tests/regex/data/leftassoc.dat mode=0444
179 file path=opt/libc-tests/tests/regex/data/leftassoc.out mode=0444
186 file path=opt/libc-tests/tests/regex/regex_test mode=0555
187 file path=opt/libc-tests/tests/regex/testregex mode=0555
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE255 09-04-22 include/regex.h,regex/regcomp.c: add REG_REGEXP <regexp.h> compatibility
466 06-09-27 regex/regdecomp.c: add
867 03-01-03 include/regex.h,regex/regcomp.h: add REG_SHELL_GROUP
973 02-05-20 regex.h,regex/regsubcomp.c,regex/regsubexec.c: add
974 regex/regsub.c: deprecate
1113 regex.h: fix regerror_t prototype
1135 regex: add (?nnn) for backrefs > 9
1465 regex char class range bug fix
1632 regex: fix BM inner loop breakout
1644 regex: privatize regex.h and fix min re length computation
[all …]
H A DMamfile3786 done regex/reglib.h
3801 make regex/regcoll.c
3803 done regex/regcoll.c
3805 prev regex/regcoll.c
3809 make regex/regcomp.c
3893 make regex/regsub.c
3895 done regex/regsub.c
3897 prev regex/regsub.c
6264 make man/regex.3
6265 done man/regex.3
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dgsubtst2.ok2 output gsub(/regex/,"x",input)
4 regex output
/illumos-gate/usr/src/tools/onbld/Scm/
H A DIgnore.py86 for regex in ignore_list:
87 if (regex.match(path)):
/illumos-gate/usr/src/cmd/sendmail/cf/feature/
H A Dbadmx.m421 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 Dvdev_zaps.kshlib23 typeset regex="$1"
26 dsk_line=$(grep -n "$regex" "$conf" | awk -F: '{print $1}')
/illumos-gate/usr/src/lib/libc/
H A DMakefile.targ142 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 Dmakelibccatalog.sh94 cd ../regex
/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c184 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 Dpublish33 # if the "name" property matches the regex "variant.arch",
38 # then the negative lookahead assertion in the regex will fail, and we
H A Ddefaults32 # 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 DTHIRDPARTYLICENSE.descrip1 AT&T Research regex test suite
H A DMakefile20 TESTDIR= $(ROOTOPTPKG)/tests/regex
/illumos-gate/usr/src/head/
H A Dpw.h37 extern char *regex(const char *, const char *, ...);
H A Dlibgen.h57 extern char *regex(const char *, const char *, ...);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dlibgen.h46 extern char* regex(const char*, const char*, ...);
/illumos-gate/usr/src/tools/codesign/
H A Dfindcrypto.sh49 regex[$n]=$r
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A DMakefile39 regex.o \
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c436 regex_t regex; in dir_dev_acc() local
527 if (regcomp(&regex, match, REG_EXTENDED) != 0) { in dir_dev_acc()
537 regexec(&regex, name, 0, NULL, 0) == 0) { in dir_dev_acc()
563 regfree(&regex); in dir_dev_acc()
/illumos-gate/usr/src/cmd/auditreduce/
H A Dregex2.c112 ret = regex(p_exp[i].comp, s);
/illumos-gate/usr/src/test/util-tests/tests/awk/
H A DREADME20 - Features that nawk doesn't support yet (like setting RS to a regex)
/illumos-gate/usr/src/lib/libeti/form/
H A DMakefile.com56 regex.o \

123